COLOR #EAD2E8

HEX: #EAD2E8
RGB: (234,210,232)

Color info

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

RGB color model

#EAD2E8 color RGB value is (234,210,232).

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

RGB channels and saturation

R 234 of 255 = 92%
G 210 of 255 = 82%
B 232 of 255 = 91%

234
210
232

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

Portions of RGB colors in percentages

R + G + B =
234 + 210 + 232 = 676 (100%)
R 234 of 676 ~ 34.62%
G 210 of 676 ~ 31.07%
B 232 of 676 ~ 34.32%

%34.62
%31.07
%34.32

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 10.26%
  • yellow value is 0.85%
  • key color value is 8.24%
CMYK:
(0,10,1,8)
C0M10Y1K8 
(0%,10%,1%,8%)
(0.00/0.10/0.01/0.08)	

CMYK percentages

%0
%10.26
%0.85
%8.24

Codes

Color #EAD2E8 in popluar color models

EAD2E8
RGB234210232
HSL305°36.36%87.06%
HSB/HSV305°10.26%91.76%
CMYK0.00%10.26%0.85%
8.24%

Color #EAD2E8 in popluar number systems.

HEXEAD2E8
Decimal234210232
Binary111010101101001011101000
Octal352322350

Shades and tints

Shades of #EAD2E8

#EAD2E8
(234,210,232)
#D5BFD3
(213,191,211)
#C0ACBE
(192,172,190)
#AB99A9
(171,153,169)
#968694
(150,134,148)
#81737F
(129,115,127)
#6C606A
(108,96,106)
#574D55
(87,77,85)
#423A40
(66,58,64)
#2D272B
(45,39,43)
#181416
(24,20,22)
#000000
(0,0,0)

Tints of #EAD2E8

#EAD2E8
(234,210,232)
#EBD6EA
(235,214,234)
#ECDAEC
(236,218,236)
#EDDEEE
(237,222,238)
#EEE2F0
(238,226,240)
#EFE6F2
(239,230,242)
#F0EAF4
(240,234,244)
#F1EEF6
(241,238,246)
#F2F2F8
(242,242,248)
#F3F6FA
(243,246,250)
#F4FAFC
(244,250,252)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EAD2E8; }

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

This text font color is #EAD2E8.


Background Color

.myBgColor { background-color: #EAD2E8; }

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

This div background color is #EAD2E8.


Border color

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

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

This div border color is #EAD2E8.


Opacity

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

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

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

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

This text has shadow with #EAD2E8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EAD2E8 on black background.


Color preview on white background

This text has color #EAD2E8 on white background.



Black color preview on #EAD2E8 background

This text has black color on #EAD2E8 background.


White color preview on #EAD2E8 background

This text has white color on #EAD2E8 background.