COLOR #E8CEDA

HEX: #E8CEDA RGB: (232,206,218)

Color info

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

RGB color model

#E8CEDA color RGB value is (232,206,218).

RGB: (232,206,218) (91%, 81%, 85%)

RGB channels and saturation

R 232 of 255 = 91%
G 206 of 255 = 81%
B 218 of 255 = 85%

232
206
218

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

Portions of RGB colors in percentages

R + G + B = 232 + 206 + 218 = 656 (100%)
R 232 of 656 ~ 35.37%
G 206 of 656 ~ 31.4%
B 218 of 656 ~ 33.23'%

%35.37
%31.4
%33.23

CMYK color model

#E8CEDA color CMYK value is (0,11,6,9).

  • cyan value is 0.00%
  • magenta value is 11.21%
  • yellow value is 6.03%
  • key color value is 9.02%

CMYK: (0,11,6,9)
C0M11Y6K9 (0%, 11%, 6%, 9%)
(0.00 / 0.11 / 0.06 / 0.09)

CMYK percentages

%0
%11.21
%6.03
%9.02

Codes

Color #E8CEDA in popluar color models

E8 CE DA
RGB 232 206 218
HSL 332° 36.11% 85.88%
HSB/HSV 332° 11.21% 90.98%
CMYK 0.00% 11.21% 6.03%
9.02%

Color #E8CEDA in popluar number systems.

HEX E8 CE DA
Decimal 232 206 218
Binary 11101000 11001110 11011010
Octal 350 316 332

Shades and tints

Shades of #E8CEDA

#E8CEDA
(232,206,218)
#D3BCC7
(211,188,199)
#BEAAB4
(190,170,180)
#A998A1
(169,152,161)
#94868E
(148,134,142)
#7F747B
(127,116,123)
#6A6268
(106,98,104)
#555055
(85,80,85)
#403E42
(64,62,66)
#2B2C2F
(43,44,47)
#161A1C
(22,26,28)
#000000
(0,0,0)

Tints of #E8CEDA

#E8CEDA
(232,206,218)
#EAD2DD
(234,210,221)
#ECD6E0
(236,214,224)
#EEDAE3
(238,218,227)
#F0DEE6
(240,222,230)
#F2E2E9
(242,226,233)
#F4E6EC
(244,230,236)
#F6EAEF
(246,234,239)
#F8EEF2
(248,238,242)
#FAF2F5
(250,242,245)
#FCF6F8
(252,246,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E8CEDA color. Also use rgb(232,206,218) instead hex code.

Text Font Color

.myTextColor { color: #E8CEDA; }

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

This text font color is #E8CEDA.

Background Color

.myBgColor { background-color: #E8CEDA; }

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

This div background color is #E8CEDA.

Border color

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

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

This div border color is #E8CEDA.

Opacity

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

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

Text with #E8CEDA 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 #E8CEDA;}

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

This text has shadow with #E8CEDA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E8CEDA.

Preview

Color preview on black background

This text has color #E8CEDA on black background.


Color preview on white background

This text has color #E8CEDA on white background.


Black color preview on #E8CEDA background

This text has black color on #E8CEDA background.


White color preview on #E8CEDA background

This text has white color on #E8CEDA background.


Related colors

Complementary color

Complementary color for #hex is #173125.


I love getcolorcode.com

Triadic colors

1 #DAE8CE and #CEDAE8 with #E8CEDA are triadic colors.

2 #DACEE8 and #CEE8DA with #E8CEDA are triadic colors.