COLOR #EAD5EA

HEX: #EAD5EA
RGB: (234,213,234)

Color info

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

RGB color model

#EAD5EA color RGB value is (234,213,234).

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

RGB channels and saturation

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

234
213
234

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

Portions of RGB colors in percentages

R + G + B =
234 + 213 + 234 = 681 (100%)
R 234 of 681 ~ 34.36%
G 213 of 681 ~ 31.28%
B 234 of 681 ~ 34.36%

%34.36
%31.28
%34.36

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 8.97%
  • yellow value is 0.00%
  • key color value is 8.24%
CMYK:
(0,9,0,8)
C0M9Y0K8 
(0%,9%,0%,8%)
(0.00/0.09/0.00/0.08)	

CMYK percentages

%0
%8.97
%0
%8.24

Codes

Color #EAD5EA in popluar color models

EAD5EA
RGB234213234
HSL300°33.33%87.65%
HSB/HSV300°8.97%91.76%
CMYK0.00%8.97%0.00%
8.24%

Color #EAD5EA in popluar number systems.

HEXEAD5EA
Decimal234213234
Binary111010101101010111101010
Octal352325352

Shades and tints

Shades of #EAD5EA

#EAD5EA
(234,213,234)
#D5C2D5
(213,194,213)
#C0AFC0
(192,175,192)
#AB9CAB
(171,156,171)
#968996
(150,137,150)
#817681
(129,118,129)
#6C636C
(108,99,108)
#575057
(87,80,87)
#423D42
(66,61,66)
#2D2A2D
(45,42,45)
#181718
(24,23,24)
#000000
(0,0,0)

Tints of #EAD5EA

#EAD5EA
(234,213,234)
#EBD8EB
(235,216,235)
#ECDBEC
(236,219,236)
#EDDEED
(237,222,237)
#EEE1EE
(238,225,238)
#EFE4EF
(239,228,239)
#F0E7F0
(240,231,240)
#F1EAF1
(241,234,241)
#F2EDF2
(242,237,242)
#F3F0F3
(243,240,243)
#F4F3F4
(244,243,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EAD5EA; }

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

This text font color is #EAD5EA.


Background Color

.myBgColor { background-color: #EAD5EA; }

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

This div background color is #EAD5EA.


Border color

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

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

This div border color is #EAD5EA.


Opacity

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

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

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

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

This text has shadow with #EAD5EA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EAD5EA on black background.


Color preview on white background

This text has color #EAD5EA on white background.



Black color preview on #EAD5EA background

This text has black color on #EAD5EA background.


White color preview on #EAD5EA background

This text has white color on #EAD5EA background.