COLOR #EAD5ED

HEX: #EAD5ED RGB: (234,213,237)

Color info

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

RGB color model

#EAD5ED color RGB value is (234,213,237).

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

RGB channels and saturation

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

234
213
237

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

Portions of RGB colors in percentages

R + G + B = 234 + 213 + 237 = 684 (100%)
R 234 of 684 ~ 34.21%
G 213 of 684 ~ 31.14%
B 237 of 684 ~ 34.65'%

%34.21
%31.14
%34.65

CMYK color model

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

  • cyan value is 1.27%
  • magenta value is 10.13%
  • yellow value is 0.00%
  • key color value is 7.06%
CMYK: (1,10,0,7) C1M10Y0K7 (1%,10%,0%,7%) (0.01/0.10/0.00/0.07) 

CMYK percentages

%1.27
%10.13
%0
%7.06

Codes

Color #EAD5ED in popluar color models

EA D5 ED
RGB 234 213 237
HSL 293° 40.00% 88.24%
HSB/HSV 293° 10.13% 92.94%
CMYK 1.27% 10.13% 0.00%
7.06%

Color #EAD5ED in popluar number systems.

HEX EA D5 ED
Decimal 234 213 237
Binary 11101010 11010101 11101101
Octal 352 325 355

Shades and tints

Shades of #EAD5ED

#EAD5ED
(234,213,237)
#D5C2D8
(213,194,216)
#C0AFC3
(192,175,195)
#AB9CAE
(171,156,174)
#968999
(150,137,153)
#817684
(129,118,132)
#6C636F
(108,99,111)
#57505A
(87,80,90)
#423D45
(66,61,69)
#2D2A30
(45,42,48)
#18171B
(24,23,27)
#000000
(0,0,0)

Tints of #EAD5ED

#EAD5ED
(234,213,237)
#EBD8EE
(235,216,238)
#ECDBEF
(236,219,239)
#EDDEF0
(237,222,240)
#EEE1F1
(238,225,241)
#EFE4F2
(239,228,242)
#F0E7F3
(240,231,243)
#F1EAF4
(241,234,244)
#F2EDF5
(242,237,245)
#F3F0F6
(243,240,246)
#F4F3F7
(244,243,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EAD5ED; }

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

This text font color is #EAD5ED.

Background Color

.myBgColor { background-color: #EAD5ED; }

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

This div background color is #EAD5ED.

Border color

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

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

This div border color is #EAD5ED.

Opacity

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

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

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

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

This text has shadow with #EAD5ED color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #EAD5ED.

Preview

Color preview on black background

This text has color #EAD5ED on black background.


Color preview on white background

This text has color #EAD5ED on white background.


Black color preview on #EAD5ED background

This text has black color on #EAD5ED background.


White color preview on #EAD5ED background

This text has white color on #EAD5ED background.


Related colors

Complementary color

Complementary color for #hex is #152A12.


I love getcolorcode.com

Triadic colors

1 #EDEAD5 and #D5EDEA with #EAD5ED are triadic colors.

2 #EDD5EA and #D5EAED with #EAD5ED are triadic colors.