COLOR #EAD7EE

HEX: #EAD7EE
RGB: (234,215,238)

Color info

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

RGB color model

#EAD7EE color RGB value is (234,215,238).

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

RGB channels and saturation

R 234 of 255 = 92%
G 215 of 255 = 84%
B 238 of 255 = 93%

234
215
238

R + G + B ~ 90%. #EAD7EE is light color.

Portions of RGB colors in percentages

R + G + B =
234 + 215 + 238 = 687 (100%)
R 234 of 687 ~ 34.06%
G 215 of 687 ~ 31.3%
B 238 of 687 ~ 34.64%

%34.06
%31.3
%34.64

CMYK color model

#EAD7EE color CMYK value is (2,10,0,7).

  • cyan value is 1.68%
  • magenta value is 9.66%
  • yellow value is 0.00%
  • key color value is 6.67%
CMYK:
(2,10,0,7)
C2M10Y0K7 
(2%,10%,0%,7%)
(0.02/0.10/0.00/0.07)	

CMYK percentages

%1.68
%9.66
%0
%6.67

Codes

Color #EAD7EE in popluar color models

EAD7EE
RGB234215238
HSL290°40.35%88.82%
HSB/HSV290°9.66%93.33%
CMYK1.68%9.66%0.00%
6.67%

Color #EAD7EE in popluar number systems.

HEXEAD7EE
Decimal234215238
Binary111010101101011111101110
Octal352327356

Shades and tints

Shades of #EAD7EE

#EAD7EE
(234,215,238)
#D5C4D9
(213,196,217)
#C0B1C4
(192,177,196)
#AB9EAF
(171,158,175)
#968B9A
(150,139,154)
#817885
(129,120,133)
#6C6570
(108,101,112)
#57525B
(87,82,91)
#423F46
(66,63,70)
#2D2C31
(45,44,49)
#18191C
(24,25,28)
#000000
(0,0,0)

Tints of #EAD7EE

#EAD7EE
(234,215,238)
#EBDAEF
(235,218,239)
#ECDDF0
(236,221,240)
#EDE0F1
(237,224,241)
#EEE3F2
(238,227,242)
#EFE6F3
(239,230,243)
#F0E9F4
(240,233,244)
#F1ECF5
(241,236,245)
#F2EFF6
(242,239,246)
#F3F2F7
(243,242,247)
#F4F5F8
(244,245,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EAD7EE; }

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

This text font color is #EAD7EE.


Background Color

.myBgColor { background-color: #EAD7EE; }

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

This div background color is #EAD7EE.


Border color

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

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

This div border color is #EAD7EE.


Opacity

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

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

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

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

This text has shadow with #EAD7EE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EAD7EE on black background.


Color preview on white background

This text has color #EAD7EE on white background.



Black color preview on #EAD7EE background

This text has black color on #EAD7EE background.


White color preview on #EAD7EE background

This text has white color on #EAD7EE background.