COLOR #EAD4E8

HEX: #EAD4E8
RGB: (234,212,232)

Color info

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

RGB color model

#EAD4E8 color RGB value is (234,212,232).

  • red value is 234;
  • green value is 212;
  • blue value is 232.
RGB:
(234,212,232)
(92%,83%,91%)

RGB channels and saturation

R 234 of 255 = 92%
G 212 of 255 = 83%
B 232 of 255 = 91%

234
212
232

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

Portions of RGB colors in percentages

R + G + B =
234 + 212 + 232 = 678 (100%)
R 234 of 678 ~ 34.51%
G 212 of 678 ~ 31.27%
B 232 of 678 ~ 34.22%

%34.51
%31.27
%34.22

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 9.40%
  • yellow value is 0.85%
  • key color value is 8.24%
CMYK:
(0,9,1,8)
C0M9Y1K8 
(0%,9%,1%,8%)
(0.00/0.09/0.01/0.08)	

CMYK percentages

%0
%9.4
%0.85
%8.24

Codes

Color #EAD4E8 in popluar color models

EAD4E8
RGB234212232
HSL305°34.38%87.45%
HSB/HSV305°9.40%91.76%
CMYK0.00%9.40%0.85%
8.24%

Color #EAD4E8 in popluar number systems.

HEXEAD4E8
Decimal234212232
Binary111010101101010011101000
Octal352324350

Shades and tints

Shades of #EAD4E8

#EAD4E8
(234,212,232)
#D5C1D3
(213,193,211)
#C0AEBE
(192,174,190)
#AB9BA9
(171,155,169)
#968894
(150,136,148)
#81757F
(129,117,127)
#6C626A
(108,98,106)
#574F55
(87,79,85)
#423C40
(66,60,64)
#2D292B
(45,41,43)
#181616
(24,22,22)
#000000
(0,0,0)

Tints of #EAD4E8

#EAD4E8
(234,212,232)
#EBD7EA
(235,215,234)
#ECDAEC
(236,218,236)
#EDDDEE
(237,221,238)
#EEE0F0
(238,224,240)
#EFE3F2
(239,227,242)
#F0E6F4
(240,230,244)
#F1E9F6
(241,233,246)
#F2ECF8
(242,236,248)
#F3EFFA
(243,239,250)
#F4F2FC
(244,242,252)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EAD4E8 color. Also use rgb(234,212,232) instead hex code.

Text Font Color

.myTextColor { color: #EAD4E8; }

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

This text font color is #EAD4E8.


Background Color

.myBgColor { background-color: #EAD4E8; }

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

This div background color is #EAD4E8.


Border color

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

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

This div border color is #EAD4E8.


Opacity

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

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

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

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

This text has shadow with #EAD4E8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EAD4E8 on black background.


Color preview on white background

This text has color #EAD4E8 on white background.



Black color preview on #EAD4E8 background

This text has black color on #EAD4E8 background.


White color preview on #EAD4E8 background

This text has white color on #EAD4E8 background.