COLOR #EADDEC

HEX: #EADDEC
RGB: (234,221,236)

Color info

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

RGB color model

#EADDEC color RGB value is (234,221,236).

  • red value is 234;
  • green value is 221;
  • blue value is 236.
RGB:
(234,221,236)
(92%,87%,93%)

RGB channels and saturation

R 234 of 255 = 92%
G 221 of 255 = 87%
B 236 of 255 = 93%

234
221
236

R + G + B ~ 91%. #EADDEC is light color.

Portions of RGB colors in percentages

R + G + B =
234 + 221 + 236 = 691 (100%)
R 234 of 691 ~ 33.86%
G 221 of 691 ~ 31.98%
B 236 of 691 ~ 34.15%

%33.86
%31.98
%34.15

CMYK color model

#EADDEC color CMYK value is (1,6,0,7).

  • cyan value is 0.85%
  • magenta value is 6.36%
  • yellow value is 0.00%
  • key color value is 7.45%
CMYK:
(1,6,0,7)
C1M6Y0K7 
(1%,6%,0%,7%)
(0.01/0.06/0.00/0.07)	

CMYK percentages

%0.85
%6.36
%0
%7.45

Codes

Color #EADDEC in popluar color models

EADDEC
RGB234221236
HSL292°28.30%89.61%
HSB/HSV292°6.36%92.55%
CMYK0.85%6.36%0.00%
7.45%

Color #EADDEC in popluar number systems.

HEXEADDEC
Decimal234221236
Binary111010101101110111101100
Octal352335354

Shades and tints

Shades of #EADDEC

#EADDEC
(234,221,236)
#D5C9D7
(213,201,215)
#C0B5C2
(192,181,194)
#ABA1AD
(171,161,173)
#968D98
(150,141,152)
#817983
(129,121,131)
#6C656E
(108,101,110)
#575159
(87,81,89)
#423D44
(66,61,68)
#2D292F
(45,41,47)
#18151A
(24,21,26)
#000000
(0,0,0)

Tints of #EADDEC

#EADDEC
(234,221,236)
#EBE0ED
(235,224,237)
#ECE3EE
(236,227,238)
#EDE6EF
(237,230,239)
#EEE9F0
(238,233,240)
#EFECF1
(239,236,241)
#F0EFF2
(240,239,242)
#F1F2F3
(241,242,243)
#F2F5F4
(242,245,244)
#F3F8F5
(243,248,245)
#F4FBF6
(244,251,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EADDEC; }

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

This text font color is #EADDEC.


Background Color

.myBgColor { background-color: #EADDEC; }

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

This div background color is #EADDEC.


Border color

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

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

This div border color is #EADDEC.


Opacity

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

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

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

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

This text has shadow with #EADDEC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EADDEC on black background.


Color preview on white background

This text has color #EADDEC on white background.



Black color preview on #EADDEC background

This text has black color on #EADDEC background.


White color preview on #EADDEC background

This text has white color on #EADDEC background.