COLOR #EAD5EC

HEX: #EAD5EC RGB: (234,213,236)

Color info

#EAD5EC contains red, green and blue colors in about the same proportion. Web safe color of #EAD5EC is #FFCCFF (or #FCF).

RGB color model

#EAD5EC color RGB value is (234,213,236).

RGB: (234,213,236) (92%, 84%, 93%)

RGB channels and saturation

R 234 of 255 = 92%
G 213 of 255 = 84%
B 236 of 255 = 93%

234
213
236

R + G + B ~ 90%. #EAD5EC is light color.

Portions of RGB colors in percentages

R + G + B = 234 + 213 + 236 = 683 (100%)
R 234 of 683 ~ 34.26%
G 213 of 683 ~ 31.19%
B 236 of 683 ~ 34.55'%

%34.26
%31.19
%34.55

CMYK color model

#EAD5EC color CMYK value is (1,10,0,7).

  • cyan value is 0.85%
  • magenta value is 9.75%
  • yellow value is 0.00%
  • key color value is 7.45%

CMYK: (1,10,0,7)
C1M10Y0K7 (1%, 10%, 0%, 7%)
(0.01 / 0.10 / 0.00 / 0.07)

CMYK percentages

%0.85
%9.75
%0
%7.45

Codes

Color #EAD5EC in popluar color models

EA D5 EC
RGB 234 213 236
HSL 295° 37.70% 88.04%
HSB/HSV 295° 9.75% 92.55%
CMYK 0.85% 9.75% 0.00%
7.45%

Color #EAD5EC in popluar number systems.

HEX EA D5 EC
Decimal 234 213 236
Binary 11101010 11010101 11101100
Octal 352 325 354

Shades and tints

Shades of #EAD5EC

#EAD5EC
(234,213,236)
#D5C2D7
(213,194,215)
#C0AFC2
(192,175,194)
#AB9CAD
(171,156,173)
#968998
(150,137,152)
#817683
(129,118,131)
#6C636E
(108,99,110)
#575059
(87,80,89)
#423D44
(66,61,68)
#2D2A2F
(45,42,47)
#18171A
(24,23,26)
#000000
(0,0,0)

Tints of #EAD5EC

#EAD5EC
(234,213,236)
#EBD8ED
(235,216,237)
#ECDBEE
(236,219,238)
#EDDEEF
(237,222,239)
#EEE1F0
(238,225,240)
#EFE4F1
(239,228,241)
#F0E7F2
(240,231,242)
#F1EAF3
(241,234,243)
#F2EDF4
(242,237,244)
#F3F0F5
(243,240,245)
#F4F3F6
(244,243,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EAD5EC color. Also use rgb(234,213,236) instead hex code.

Text Font Color

.myTextColor { color: #EAD5EC; }

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

This text font color is #EAD5EC.

Background Color

.myBgColor { background-color: #EAD5EC; }

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

This div background color is #EAD5EC.

Border color

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

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

This div border color is #EAD5EC.

Opacity

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

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

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

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

This text has shadow with #EAD5EC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #EAD5EC.

Preview

Color preview on black background

This text has color #EAD5EC on black background.


Color preview on white background

This text has color #EAD5EC on white background.


Black color preview on #EAD5EC background

This text has black color on #EAD5EC background.


White color preview on #EAD5EC background

This text has white color on #EAD5EC background.


Related colors

Complementary color

Complementary color for #hex is #152A13.


I love getcolorcode.com

Triadic colors

1 #ECEAD5 and #D5ECEA with #EAD5EC are triadic colors.

2 #ECD5EA and #D5EAEC with #EAD5EC are triadic colors.