COLOR #EAD8E7

HEX: #EAD8E7 RGB: (234,216,231)

Color info

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

RGB color model

#EAD8E7 color RGB value is (234,216,231).

RGB: (234,216,231) (92%, 85%, 91%)

RGB channels and saturation

R 234 of 255 = 92%
G 216 of 255 = 85%
B 231 of 255 = 91%

234
216
231

R + G + B ~ 89%. #EAD8E7 is light color.

Portions of RGB colors in percentages

R + G + B = 234 + 216 + 231 = 681 (100%)
R 234 of 681 ~ 34.36%
G 216 of 681 ~ 31.72%
B 231 of 681 ~ 33.92'%

%34.36
%31.72
%33.92

CMYK color model

#EAD8E7 color CMYK value is (0,8,1,8).

  • cyan value is 0.00%
  • magenta value is 7.69%
  • yellow value is 1.28%
  • key color value is 8.24%

CMYK: (0,8,1,8)
C0M8Y1K8 (0%, 8%, 1%, 8%)
(0.00 / 0.08 / 0.01 / 0.08)

CMYK percentages

%0
%7.69
%1.28
%8.24

Codes

Color #EAD8E7 in popluar color models

EA D8 E7
RGB 234 216 231
HSL 310° 30.00% 88.24%
HSB/HSV 310° 7.69% 91.76%
CMYK 0.00% 7.69% 1.28%
8.24%

Color #EAD8E7 in popluar number systems.

HEX EA D8 E7
Decimal 234 216 231
Binary 11101010 11011000 11100111
Octal 352 330 347

Shades and tints

Shades of #EAD8E7

#EAD8E7
(234,216,231)
#D5C5D2
(213,197,210)
#C0B2BD
(192,178,189)
#AB9FA8
(171,159,168)
#968C93
(150,140,147)
#81797E
(129,121,126)
#6C6669
(108,102,105)
#575354
(87,83,84)
#42403F
(66,64,63)
#2D2D2A
(45,45,42)
#181A15
(24,26,21)
#000000
(0,0,0)

Tints of #EAD8E7

#EAD8E7
(234,216,231)
#EBDBE9
(235,219,233)
#ECDEEB
(236,222,235)
#EDE1ED
(237,225,237)
#EEE4EF
(238,228,239)
#EFE7F1
(239,231,241)
#F0EAF3
(240,234,243)
#F1EDF5
(241,237,245)
#F2F0F7
(242,240,247)
#F3F3F9
(243,243,249)
#F4F6FB
(244,246,251)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EAD8E7 color. Also use rgb(234,216,231) instead hex code.

Text Font Color

.myTextColor { color: #EAD8E7; }

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

This text font color is #EAD8E7.

Background Color

.myBgColor { background-color: #EAD8E7; }

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

This div background color is #EAD8E7.

Border color

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

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

This div border color is #EAD8E7.

Opacity

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

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

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

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

This text has shadow with #EAD8E7 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #EAD8E7.

Preview

Color preview on black background

This text has color #EAD8E7 on black background.


Color preview on white background

This text has color #EAD8E7 on white background.


Black color preview on #EAD8E7 background

This text has black color on #EAD8E7 background.


White color preview on #EAD8E7 background

This text has white color on #EAD8E7 background.


Related colors

Complementary color

Complementary color for #hex is #152718.


I love getcolorcode.com

Triadic colors

1 #E7EAD8 and #D8E7EA with #EAD8E7 are triadic colors.

2 #E7D8EA and #D8EAE7 with #EAD8E7 are triadic colors.