COLOR #EECADF

HEX: #EECADF RGB: (238,202,223)

Color info

#EECADF contains red, green and blue colors in about the same proportion. Web safe color of #EECADF is #FFCCCC (or #FCC).

RGB color model

#EECADF color RGB value is (238,202,223).

RGB: (238,202,223) (93%, 79%, 87%)

RGB channels and saturation

R 238 of 255 = 93%
G 202 of 255 = 79%
B 223 of 255 = 87%

238
202
223

R + G + B ~ 86%. #EECADF is light color.

Portions of RGB colors in percentages

R + G + B = 238 + 202 + 223 = 663 (100%)
R 238 of 663 ~ 35.9%
G 202 of 663 ~ 30.47%
B 223 of 663 ~ 33.63'%

%35.9
%30.47
%33.63

CMYK color model

#EECADF color CMYK value is (0,15,6,7).

  • cyan value is 0.00%
  • magenta value is 15.13%
  • yellow value is 6.30%
  • key color value is 6.67%

CMYK: (0,15,6,7)
C0M15Y6K7 (0%, 15%, 6%, 7%)
(0.00 / 0.15 / 0.06 / 0.07)

CMYK percentages

%0
%15.13
%6.3
%6.67

Codes

Color #EECADF in popluar color models

EE CA DF
RGB 238 202 223
HSL 325° 51.43% 86.27%
HSB/HSV 325° 15.13% 93.33%
CMYK 0.00% 15.13% 6.30%
6.67%

Color #EECADF in popluar number systems.

HEX EE CA DF
Decimal 238 202 223
Binary 11101110 11001010 11011111
Octal 356 312 337

Shades and tints

Shades of #EECADF

#EECADF
(238,202,223)
#D9B8CB
(217,184,203)
#C4A6B7
(196,166,183)
#AF94A3
(175,148,163)
#9A828F
(154,130,143)
#85707B
(133,112,123)
#705E67
(112,94,103)
#5B4C53
(91,76,83)
#463A3F
(70,58,63)
#31282B
(49,40,43)
#1C1617
(28,22,23)
#000000
(0,0,0)

Tints of #EECADF

#EECADF
(238,202,223)
#EFCEE1
(239,206,225)
#F0D2E3
(240,210,227)
#F1D6E5
(241,214,229)
#F2DAE7
(242,218,231)
#F3DEE9
(243,222,233)
#F4E2EB
(244,226,235)
#F5E6ED
(245,230,237)
#F6EAEF
(246,234,239)
#F7EEF1
(247,238,241)
#F8F2F3
(248,242,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EECADF color. Also use rgb(238,202,223) instead hex code.

Text Font Color

.myTextColor { color: #EECADF; }

<p style="color:#EECADF">This sample text font color is #EECADF.</p>

This text font color is #EECADF.

Background Color

.myBgColor { background-color: #EECADF; }

<div style="background-color:#EECADF">Inner text</div>

This div background color is #EECADF.

Border color

.myBorderColor { border: 1px solid #EECADF; }

<div style="border:3px solid #EECADF">Div</div>

This div border color is #EECADF.

Opacity

.myOpacity80 { color: #EECADF; opacity: 0.8; }

<p style="color:#EECADF;opacity:0.8;">80%</p>

Text with #EECADF color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.
Background with opacity value 80%.
Background with opacity value 50%.
Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #EECADF;}

<p style="text-shadow: 3px 3px 1px #EECADF">Text here.</p>

This text has shadow with #EECADF color.


.textShadow {text-shadow: 3px 3px 1px #EECADF', 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #EECADF, 5px 5px 20px red">Text here.</p>

This text has shadow with #EECADF primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#EECADF, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#EECADF, Direction=45, Strength=4)">Text</p>

This text has shadow with #EECADF and red colors in old Internet Explorer.

Div box shadow color

/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #EECADF;
-webkit-box-shadow: 1px 1px 3px 2px #EECADF;
box-shadow: 1px 1px 3px 2px #EECADF;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #EECADF; -webkit-box-shadow: 1px 1px 3px 2px #EECADF; box-shadow:1px 1px 3px 2px #EECADF;">
Div content here
</div>

This div box has shadow with color #EECADF.

Preview

Color preview on black background

This text has color #EECADF on black background.


Color preview on white background

This text has color #EECADF on white background.


Black color preview on #EECADF background

This text has black color on #EECADF background.


White color preview on #EECADF background

This text has white color on #EECADF background.


Related colors

Complementary color

Complementary color for #hex is #113520.


I love getcolorcode.com

Triadic colors

1 #DFEECA and #CADFEE with #EECADF are triadic colors.

2 #DFCAEE and #CAEEDF with #EECADF are triadic colors.