COLOR #EAD8DE

HEX: #EAD8DE
RGB: (234,216,222)

Color info

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

RGB color model

#EAD8DE color RGB value is (234,216,222).

  • red value is 234;
  • green value is 216;
  • blue value is 222.
RGB:
(234,216,222)
(92%,85%,87%)

RGB channels and saturation

R 234 of 255 = 92%
G 216 of 255 = 85%
B 222 of 255 = 87%

234
216
222

R + G + B ~ 88%. #EAD8DE is light color.

Portions of RGB colors in percentages

R + G + B =
234 + 216 + 222 = 672 (100%)
R 234 of 672 ~ 34.82%
G 216 of 672 ~ 32.14%
B 222 of 672 ~ 33.04%

%34.82
%32.14
%33.04

CMYK color model

#EAD8DE color CMYK value is (0,8,5,8).

  • cyan value is 0.00%
  • magenta value is 7.69%
  • yellow value is 5.13%
  • key color value is 8.24%
CMYK:
(0,8,5,8)
C0M8Y5K8 
(0%,8%,5%,8%)
(0.00/0.08/0.05/0.08)	

CMYK percentages

%0
%7.69
%5.13
%8.24

Codes

Color #EAD8DE in popluar color models

EAD8DE
RGB234216222
HSL340°30.00%88.24%
HSB/HSV340°7.69%91.76%
CMYK0.00%7.69%5.13%
8.24%

Color #EAD8DE in popluar number systems.

HEXEAD8DE
Decimal234216222
Binary111010101101100011011110
Octal352330336

Shades and tints

Shades of #EAD8DE

#EAD8DE
(234,216,222)
#D5C5CA
(213,197,202)
#C0B2B6
(192,178,182)
#AB9FA2
(171,159,162)
#968C8E
(150,140,142)
#81797A
(129,121,122)
#6C6666
(108,102,102)
#575352
(87,83,82)
#42403E
(66,64,62)
#2D2D2A
(45,45,42)
#181A16
(24,26,22)
#000000
(0,0,0)

Tints of #EAD8DE

#EAD8DE
(234,216,222)
#EBDBE1
(235,219,225)
#ECDEE4
(236,222,228)
#EDE1E7
(237,225,231)
#EEE4EA
(238,228,234)
#EFE7ED
(239,231,237)
#F0EAF0
(240,234,240)
#F1EDF3
(241,237,243)
#F2F0F6
(242,240,246)
#F3F3F9
(243,243,249)
#F4F6FC
(244,246,252)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EAD8DE; }

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

This text font color is #EAD8DE.


Background Color

.myBgColor { background-color: #EAD8DE; }

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

This div background color is #EAD8DE.


Border color

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

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

This div border color is #EAD8DE.


Opacity

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

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

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

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

This text has shadow with #EAD8DE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EAD8DE on black background.


Color preview on white background

This text has color #EAD8DE on white background.



Black color preview on #EAD8DE background

This text has black color on #EAD8DE background.


White color preview on #EAD8DE background

This text has white color on #EAD8DE background.