COLOR #EAD5FF

HEX: #EAD5FF
RGB: (234,213,255)

Color info

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

RGB color model

#EAD5FF color RGB value is (234,213,255).

  • red value is 234;
  • green value is 213;
  • blue value is 255.
RGB:
(234,213,255)
(92%,84%,100%)

RGB channels and saturation

R 234 of 255 = 92%
G 213 of 255 = 84%
B 255 of 255 = 100%

234
213
255

R + G + B ~ 92%. #EAD5FF is light color.

Portions of RGB colors in percentages

R + G + B =
234 + 213 + 255 = 702 (100%)
R 234 of 702 ~ 33.33%
G 213 of 702 ~ 30.34%
B 255 of 702 ~ 36.32%

%33.33
%30.34
%36.32

CMYK color model

#EAD5FF color CMYK value is (8,16,0,0).

  • cyan value is 8.24%
  • magenta value is 16.47%
  • yellow value is 0.00%
  • key color value is 0.00%
CMYK:
(8,16,0,0)
C8M16Y0K0 
(8%,16%,0%,0%)
(0.08/0.16/0.00/0.00)	

CMYK percentages

%8.24
%16.47
%0
%0

Codes

Color #EAD5FF in popluar color models

EAD5FF
RGB234213255
HSL270°100.00%91.76%
HSB/HSV270°16.47%100.00%
CMYK8.24%16.47%0.00%
0.00%

Color #EAD5FF in popluar number systems.

HEXEAD5FF
Decimal234213255
Binary111010101101010111111111
Octal352325377

Shades and tints

Shades of #EAD5FF

#EAD5FF
(234,213,255)
#D5C2E8
(213,194,232)
#C0AFD1
(192,175,209)
#AB9CBA
(171,156,186)
#9689A3
(150,137,163)
#81768C
(129,118,140)
#6C6375
(108,99,117)
#57505E
(87,80,94)
#423D47
(66,61,71)
#2D2A30
(45,42,48)
#181719
(24,23,25)
#000000
(0,0,0)

Tints of #EAD5FF

#EAD5FF
(234,213,255)
#EBD8FF
(235,216,255)
#ECDBFF
(236,219,255)
#EDDEFF
(237,222,255)
#EEE1FF
(238,225,255)
#EFE4FF
(239,228,255)
#F0E7FF
(240,231,255)
#F1EAFF
(241,234,255)
#F2EDFF
(242,237,255)
#F3F0FF
(243,240,255)
#F4F3FF
(244,243,255)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EAD5FF color. Also use rgb(234,213,255) instead hex code.

Text Font Color

.myTextColor { color: #EAD5FF; }

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

This text font color is #EAD5FF.


Background Color

.myBgColor { background-color: #EAD5FF; }

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

This div background color is #EAD5FF.


Border color

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

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

This div border color is #EAD5FF.


Opacity

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

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

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

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

This text has shadow with #EAD5FF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EAD5FF on black background.


Color preview on white background

This text has color #EAD5FF on white background.



Black color preview on #EAD5FF background

This text has black color on #EAD5FF background.


White color preview on #EAD5FF background

This text has white color on #EAD5FF background.