COLOR #E6DEED

HEX: #E6DEED RGB: (230,222,237)

Color info

#E6DEED contains red, green and blue colors in about the same proportion. Web safe color of #E6DEED is #CCCCFF (or #CCF).

RGB color model

#E6DEED color RGB value is (230,222,237).

RGB: (230,222,237) (90%, 87%, 93%)

RGB channels and saturation

R 230 of 255 = 90%
G 222 of 255 = 87%
B 237 of 255 = 93%

230
222
237

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

Portions of RGB colors in percentages

R + G + B = 230 + 222 + 237 = 689 (100%)
R 230 of 689 ~ 33.38%
G 222 of 689 ~ 32.22%
B 237 of 689 ~ 34.4'%

%33.38
%32.22
%34.4

CMYK color model

#E6DEED color CMYK value is (3,6,0,7).

  • cyan value is 2.95%
  • magenta value is 6.33%
  • yellow value is 0.00%
  • key color value is 7.06%

CMYK: (3,6,0,7)
C3M6Y0K7 (3%, 6%, 0%, 7%)
(0.03 / 0.06 / 0.00 / 0.07)

CMYK percentages

%2.95
%6.33
%0
%7.06

Codes

Color #E6DEED in popluar color models

E6 DE ED
RGB 230 222 237
HSL 272° 29.41% 90.00%
HSB/HSV 272° 6.33% 92.94%
CMYK 2.95% 6.33% 0.00%
7.06%

Color #E6DEED in popluar number systems.

HEX E6 DE ED
Decimal 230 222 237
Binary 11100110 11011110 11101101
Octal 346 336 355

Shades and tints

Shades of #E6DEED

#E6DEED
(230,222,237)
#D2CAD8
(210,202,216)
#BEB6C3
(190,182,195)
#AAA2AE
(170,162,174)
#968E99
(150,142,153)
#827A84
(130,122,132)
#6E666F
(110,102,111)
#5A525A
(90,82,90)
#463E45
(70,62,69)
#322A30
(50,42,48)
#1E161B
(30,22,27)
#000000
(0,0,0)

Tints of #E6DEED

#E6DEED
(230,222,237)
#E8E1EE
(232,225,238)
#EAE4EF
(234,228,239)
#ECE7F0
(236,231,240)
#EEEAF1
(238,234,241)
#F0EDF2
(240,237,242)
#F2F0F3
(242,240,243)
#F4F3F4
(244,243,244)
#F6F6F5
(246,246,245)
#F8F9F6
(248,249,246)
#FAFCF7
(250,252,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E6DEED color. Also use rgb(230,222,237) instead hex code.

Text Font Color

.myTextColor { color: #E6DEED; }

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

This text font color is #E6DEED.

Background Color

.myBgColor { background-color: #E6DEED; }

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

This div background color is #E6DEED.

Border color

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

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

This div border color is #E6DEED.

Opacity

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

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

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

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

This text has shadow with #E6DEED color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E6DEED.

Preview

Color preview on black background

This text has color #E6DEED on black background.


Color preview on white background

This text has color #E6DEED on white background.


Black color preview on #E6DEED background

This text has black color on #E6DEED background.


White color preview on #E6DEED background

This text has white color on #E6DEED background.


Related colors

Complementary color

Complementary color for #hex is #192112.


I love getcolorcode.com

Triadic colors

1 #EDE6DE and #DEEDE6 with #E6DEED are triadic colors.

2 #EDDEE6 and #DEE6ED with #E6DEED are triadic colors.