COLOR #EAD0E4

HEX: #EAD0E4
RGB: (234,208,228)

Color info

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

RGB color model

#EAD0E4 color RGB value is (234,208,228).

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

RGB channels and saturation

R 234 of 255 = 92%
G 208 of 255 = 82%
B 228 of 255 = 89%

234
208
228

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

Portions of RGB colors in percentages

R + G + B =
234 + 208 + 228 = 670 (100%)
R 234 of 670 ~ 34.93%
G 208 of 670 ~ 31.04%
B 228 of 670 ~ 34.03%

%34.93
%31.04
%34.03

CMYK color model

#EAD0E4 color CMYK value is (0,11,3,8).

  • cyan value is 0.00%
  • magenta value is 11.11%
  • yellow value is 2.56%
  • key color value is 8.24%
CMYK:
(0,11,3,8)
C0M11Y3K8 
(0%,11%,3%,8%)
(0.00/0.11/0.03/0.08)	

CMYK percentages

%0
%11.11
%2.56
%8.24

Codes

Color #EAD0E4 in popluar color models

EAD0E4
RGB234208228
HSL314°38.24%86.67%
HSB/HSV314°11.11%91.76%
CMYK0.00%11.11%2.56%
8.24%

Color #EAD0E4 in popluar number systems.

HEXEAD0E4
Decimal234208228
Binary111010101101000011100100
Octal352320344

Shades and tints

Shades of #EAD0E4

#EAD0E4
(234,208,228)
#D5BED0
(213,190,208)
#C0ACBC
(192,172,188)
#AB9AA8
(171,154,168)
#968894
(150,136,148)
#817680
(129,118,128)
#6C646C
(108,100,108)
#575258
(87,82,88)
#424044
(66,64,68)
#2D2E30
(45,46,48)
#181C1C
(24,28,28)
#000000
(0,0,0)

Tints of #EAD0E4

#EAD0E4
(234,208,228)
#EBD4E6
(235,212,230)
#ECD8E8
(236,216,232)
#EDDCEA
(237,220,234)
#EEE0EC
(238,224,236)
#EFE4EE
(239,228,238)
#F0E8F0
(240,232,240)
#F1ECF2
(241,236,242)
#F2F0F4
(242,240,244)
#F3F4F6
(243,244,246)
#F4F8F8
(244,248,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EAD0E4; }

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

This text font color is #EAD0E4.


Background Color

.myBgColor { background-color: #EAD0E4; }

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

This div background color is #EAD0E4.


Border color

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

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

This div border color is #EAD0E4.


Opacity

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

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

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

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

This text has shadow with #EAD0E4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EAD0E4 on black background.


Color preview on white background

This text has color #EAD0E4 on white background.



Black color preview on #EAD0E4 background

This text has black color on #EAD0E4 background.


White color preview on #EAD0E4 background

This text has white color on #EAD0E4 background.