COLOR #EAD0E5

HEX: #EAD0E5
RGB: (234,208,229)

Color info

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

RGB color model

#EAD0E5 color RGB value is (234,208,229).

  • red value is 234;
  • green value is 208;
  • blue value is 229.
RGB:
(234,208,229)
(92%,82%,90%)

RGB channels and saturation

R 234 of 255 = 92%
G 208 of 255 = 82%
B 229 of 255 = 90%

234
208
229

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

Portions of RGB colors in percentages

R + G + B =
234 + 208 + 229 = 671 (100%)
R 234 of 671 ~ 34.87%
G 208 of 671 ~ 31%
B 229 of 671 ~ 34.13%

%34.87
%31
%34.13

CMYK color model

#EAD0E5 color CMYK value is (0,11,2,8).

  • cyan value is 0.00%
  • magenta value is 11.11%
  • yellow value is 2.14%
  • key color value is 8.24%
CMYK:
(0,11,2,8)
C0M11Y2K8 
(0%,11%,2%,8%)
(0.00/0.11/0.02/0.08)	

CMYK percentages

%0
%11.11
%2.14
%8.24

Codes

Color #EAD0E5 in popluar color models

EAD0E5
RGB234208229
HSL312°38.24%86.67%
HSB/HSV312°11.11%91.76%
CMYK0.00%11.11%2.14%
8.24%

Color #EAD0E5 in popluar number systems.

HEXEAD0E5
Decimal234208229
Binary111010101101000011100101
Octal352320345

Shades and tints

Shades of #EAD0E5

#EAD0E5
(234,208,229)
#D5BED1
(213,190,209)
#C0ACBD
(192,172,189)
#AB9AA9
(171,154,169)
#968895
(150,136,149)
#817681
(129,118,129)
#6C646D
(108,100,109)
#575259
(87,82,89)
#424045
(66,64,69)
#2D2E31
(45,46,49)
#181C1D
(24,28,29)
#000000
(0,0,0)

Tints of #EAD0E5

#EAD0E5
(234,208,229)
#EBD4E7
(235,212,231)
#ECD8E9
(236,216,233)
#EDDCEB
(237,220,235)
#EEE0ED
(238,224,237)
#EFE4EF
(239,228,239)
#F0E8F1
(240,232,241)
#F1ECF3
(241,236,243)
#F2F0F5
(242,240,245)
#F3F4F7
(243,244,247)
#F4F8F9
(244,248,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EAD0E5 color. Also use rgb(234,208,229) instead hex code.

Text Font Color

.myTextColor { color: #EAD0E5; }

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

This text font color is #EAD0E5.


Background Color

.myBgColor { background-color: #EAD0E5; }

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

This div background color is #EAD0E5.


Border color

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

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

This div border color is #EAD0E5.


Opacity

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

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

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

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

This text has shadow with #EAD0E5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EAD0E5 on black background.


Color preview on white background

This text has color #EAD0E5 on white background.



Black color preview on #EAD0E5 background

This text has black color on #EAD0E5 background.


White color preview on #EAD0E5 background

This text has white color on #EAD0E5 background.