COLOR #EADDE9

HEX: #EADDE9 RGB: (234,221,233)

Color info

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

RGB color model

#EADDE9 color RGB value is (234,221,233).

RGB: (234,221,233) (92%, 87%, 91%)

RGB channels and saturation

R 234 of 255 = 92%
G 221 of 255 = 87%
B 233 of 255 = 91%

234
221
233

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

Portions of RGB colors in percentages

R + G + B = 234 + 221 + 233 = 688 (100%)
R 234 of 688 ~ 34.01%
G 221 of 688 ~ 32.12%
B 233 of 688 ~ 33.87'%

%34.01
%32.12
%33.87

CMYK color model

#EADDE9 color CMYK value is (0,6,0,8).

  • cyan value is 0.00%
  • magenta value is 5.56%
  • yellow value is 0.43%
  • key color value is 8.24%

CMYK: (0,6,0,8)
C0M6Y0K8 (0%, 6%, 0%, 8%)
(0.00 / 0.06 / 0.00 / 0.08)

CMYK percentages

%0
%5.56
%0.43
%8.24

Codes

Color #EADDE9 in popluar color models

EA DD E9
RGB 234 221 233
HSL 305° 23.64% 89.22%
HSB/HSV 305° 5.56% 91.76%
CMYK 0.00% 5.56% 0.43%
8.24%

Color #EADDE9 in popluar number systems.

HEX EA DD E9
Decimal 234 221 233
Binary 11101010 11011101 11101001
Octal 352 335 351

Shades and tints

Shades of #EADDE9

#EADDE9
(234,221,233)
#D5C9D4
(213,201,212)
#C0B5BF
(192,181,191)
#ABA1AA
(171,161,170)
#968D95
(150,141,149)
#817980
(129,121,128)
#6C656B
(108,101,107)
#575156
(87,81,86)
#423D41
(66,61,65)
#2D292C
(45,41,44)
#181517
(24,21,23)
#000000
(0,0,0)

Tints of #EADDE9

#EADDE9
(234,221,233)
#EBE0EB
(235,224,235)
#ECE3ED
(236,227,237)
#EDE6EF
(237,230,239)
#EEE9F1
(238,233,241)
#EFECF3
(239,236,243)
#F0EFF5
(240,239,245)
#F1F2F7
(241,242,247)
#F2F5F9
(242,245,249)
#F3F8FB
(243,248,251)
#F4FBFD
(244,251,253)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EADDE9; }

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

This text font color is #EADDE9.

Background Color

.myBgColor { background-color: #EADDE9; }

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

This div background color is #EADDE9.

Border color

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

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

This div border color is #EADDE9.

Opacity

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

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

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

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

This text has shadow with #EADDE9 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #EADDE9.

Preview

Color preview on black background

This text has color #EADDE9 on black background.


Color preview on white background

This text has color #EADDE9 on white background.


Black color preview on #EADDE9 background

This text has black color on #EADDE9 background.


White color preview on #EADDE9 background

This text has white color on #EADDE9 background.


Related colors

Complementary color

Complementary color for #hex is #152216.


I love getcolorcode.com

Triadic colors

1 #E9EADD and #DDE9EA with #EADDE9 are triadic colors.

2 #E9DDEA and #DDEAE9 with #EADDE9 are triadic colors.