Color #ECCDDE Color / Colour Code #ECCDDE

    This page shows the hex color code for color #eccdde (#ECCDDE). The colour is a pink tone with 45% saturation and 86% lightness. Explore its conversions, colour palettes, gradients, accessibility data, and CSS code below.

    #ECCDDE

    Color Conversions

    HEX
    #ECCDDE
    RGB
    rgb(236, 205, 222)
    HSL
    hsl(327, 45%, 86%)
    HSV
    hsv(327, 13%, 93%)
    CMYK
    cmyk(0%, 13%, 6%, 7%)

    Accessibility Contrast

    WCAG contrast ratios for #ECCDDE against common backgrounds.

    Sample Text
    vs White (#FFFFFF)
    1.46:1
    AA FailAA Large FailAAA Fail
    Sample Text
    vs Black (#000000)
    14.35:1
    AA PassAA Large PassAAA Pass
    Sample Text
    vs Light Gray (#EEEEEE)
    1.26:1
    AA FailAA Large FailAAA Fail

    Complementary Colors

    #ECCDDE paired with its color wheel opposite for maximum contrast.

    Analogous Colors

    Hues at 297, 327, and 357 degrees for harmonious combinations.

    Triadic Palette

    Three colors at 327, 87, and 207 degrees.

    Color Palettes Using #ECCDDE

    Monochromatic Scale

    Five shades at lightness levels 15% through 85% while keeping hue at 327 and saturation at 45%. Use the darkest shade for text and the lightest for backgrounds to build a cohesive single-hue design system.

    #371528 #6F2A50 #B94685 #D590B6 #EAC8DA
    Warm Harmony

    Adjacent hues from 327 to 12 degrees create a warm, unified palette. This analogous scheme works for marketing materials, seasonal campaigns, and any design that needs visual warmth without clashing colors.

    #C05991 #C05978 #C0595E #C06D59
    Cool Contrast

    Combines the base color at hue 327 with its complement at 147 and two adjacent cool tones. This split-complementary approach provides strong visual contrast while remaining more balanced than a pure complementary scheme.

    #B94685 #46B97A #46B9B3 #4685B9
    Pastel Variation

    Five evenly spaced hues at 40% saturation and 80% lightness. Pastels are gentle on the eyes and work well for dashboards, onboarding screens, category tags, and any interface where multiple distinct colors are needed without visual aggression.

    #E0B8CE #E0CAB8 #CEE0B8 #B8E0CA #B8CEE0

    Shades & Tints of #ECCDDE

    Lightness variations at hue 327 and 45% saturation.

    CSS Gradients with #ECCDDE

    Pink to Green
    linear-gradient(135deg, #eccdde, #cbebda)
    Analogous Fade
    linear-gradient(90deg, #eccdde, #ebcbcd)
    Deep to Light
    linear-gradient(180deg, #431930, #e6bcd3)
    Tricolor Sweep
    linear-gradient(135deg, #ebcbdd, #ddebcb, #cbddeb)

    Design Use Cases for #ECCDDE

    Balanced UI Color

    At 45% saturation, #ECCDDE strikes a balance between vibrancy and restraint. This makes it versatile for primary UI elements like navigation bars, card headers, and form accents. It draws attention without overwhelming adjacent content.

    Near-White Background

    At 86% lightness, #ECCDDE is very close to white but carries a subtle pink tint. This is perfect for alternating row backgrounds in tables, subtle section differentiation, and adding warmth or coolness to an otherwise stark white design.

    Playfulness & Compassion

    #ECCDDE is in the pink range (hue 327). Pink ranges from energetic to gentle depending on saturation and lightness. Use it for beauty and cosmetics branding, social app interfaces, Valentine's themes, and youth-oriented design. Desaturated pinks work well as soft background tints.

    Gradient Pairing

    Create a gradient from #ECCDDE (hue 327) to its complement at hue 147. For a subtler effect, try pairing with an analogous color at hue 357. Use CSS: background: linear-gradient(135deg, #eccdde, #cbebda);

    CSS Code for #ECCDDE

    /* Background */
    background-color: #eccdde;
    background-color: rgb(236, 205, 222);
    background-color: hsl(327, 45%, 86%);
    /* Text */
    color: #eccdde;
    /* Border */
    border: 2px solid #eccdde;
    /* Shadow */
    box-shadow: 0 4px 14px rgba(236, 205, 222, 0.3);
    /* CSS Variable */
    --color-primary: 327 45% 86%;

    Similar Colors

    Colors visually similar to #ECCDDE based on RGB, lightness, and hue variations.

    Use This Color in Design Tools

    Apply #ECCDDE across image editing and color design tools.

    About Color #ECCDDE (#ECCDDE)

    #ECCDDE is a pink color (colour) with RGB channel values of 236 red, 205 green, and 222 blue. The red channel is dominant with a relatively balanced channel distribution. In HSL terms, the hue sits at 327 degrees with 45% saturation and 86% lightness, placing it in the warm range of the colour spectrum.

    The perceived brightness of #ECCDDE is 216/255 using the ITU-R BT.601 luma formula (0.299R + 0.587G + 0.114B). This means it appears bright to the human eye and is best paired with dark text for readability. For print production, the CMYK equivalent is 0% cyan, 13% magenta, 6% yellow, and 7% key (black).

    The WCAG contrast ratio of #ECCDDE against white is 1.46:1 and against black is 14.35:1. This does not meet AA requirements on white. Use it on dark backgrounds where it achieves 14.35:1, or use it exclusively for decorative purposes.

    The complementary colour #CBEBDA creates maximum visual tension when paired with #ECCDDE. For more harmonious color combinations, use the analogous colours #EACBEB and #EBCBCD, which sit 30 degrees on either side of the hue wheel. To build a complete design system, start with the monochromatic scale above for consistent shade variations, then add one complementary or triadic accent for interactive elements.

    How to Explore Color #ECCDDE

    1. Enter your color value in HEX format.
    2. The tool converts it to RGB, HSL, CMYK format in real time.
    3. Copy the converted value to your clipboard.

    Color Converter · Contrast Checker

    What is HEX to RGB, HSL, CMYK color conversion

    Converting from HEX to RGB, HSL, CMYK translates a color value between two different color models. Different color models are used in web design (HEX, RGB), print (CMYK), and color theory (HSL, HSV).

    Related Tools & Colors

    Frequently Asked Questions

    What color / colour is #ECCDDE?
    #ECCDDE is Color #ECCDDE, a pink color (colour) with RGB(236, 205, 222), HSL(327, 45%, 86%), and CMYK(0%, 13%, 6%, 7%). Its perceived brightness is 216/255.
    Is #ECCDDE accessible for text?
    Against white, #ECCDDE has a contrast ratio of 1.46:1 (fails AA for normal text). Against black, it has 14.35:1 (passes AA). Use the contrast checker tool for custom background pairings.
    What colours pair well with #ECCDDE?
    The complementary colour is #CBEBDA (hue 147). For subtle color combinations, use analogous colours #EACBEB and #EBCBCD. The triadic palette adds #DDEBCB and #CBDDEB for vibrant variety.
    How do I use #ECCDDE in CSS?
    Use any format: color: #eccdde; or rgb(236, 205, 222); or hsl(327, 45%, 86%). For CSS custom properties: --color-primary: 327 45% 86%; then use it as hsl(var(--color-primary)).
    Is this color / colour explorer free?
    Yes, completely free with no signup required. All colour calculations run in your browser. You can explore any valid hex color code, not just the pre-generated palette.