COLOR #E6D0DD

HEX: #E6D0DD
RGB: (230,208,221)

Color info

#E6D0DD contains red, green and blue colors in about the same proportion. Web safe color of #E6D0DD is #CCCCCC (or #CCC).

RGB color model

#E6D0DD color RGB value is (230,208,221).

  • red value is 230;
  • green value is 208;
  • blue value is 221.
RGB:
(230,208,221)
(90%,82%,87%)

RGB channels and saturation

R 230 of 255 = 90%
G 208 of 255 = 82%
B 221 of 255 = 87%

230
208
221

R + G + B ~ 86%. #E6D0DD is light color.

Portions of RGB colors in percentages

R + G + B =
230 + 208 + 221 = 659 (100%)
R 230 of 659 ~ 34.9%
G 208 of 659 ~ 31.56%
B 221 of 659 ~ 33.54%

%34.9
%31.56
%33.54

CMYK color model

#E6D0DD color CMYK value is (0,10,4,10).

  • cyan value is 0.00%
  • magenta value is 9.57%
  • yellow value is 3.91%
  • key color value is 9.80%
CMYK:
(0,10,4,10)
C0M10Y4K10 
(0%,10%,4%,10%)
(0.00/0.10/0.04/0.10)	

CMYK percentages

%0
%9.57
%3.91
%9.8

Codes

Color #E6D0DD in popluar color models

E6D0DD
RGB230208221
HSL325°30.56%85.88%
HSB/HSV325°9.57%90.20%
CMYK0.00%9.57%3.91%
9.80%

Color #E6D0DD in popluar number systems.

HEXE6D0DD
Decimal230208221
Binary111001101101000011011101
Octal346320335

Shades and tints

Shades of #E6D0DD

#E6D0DD
(230,208,221)
#D2BEC9
(210,190,201)
#BEACB5
(190,172,181)
#AA9AA1
(170,154,161)
#96888D
(150,136,141)
#827679
(130,118,121)
#6E6465
(110,100,101)
#5A5251
(90,82,81)
#46403D
(70,64,61)
#322E29
(50,46,41)
#1E1C15
(30,28,21)
#000000
(0,0,0)

Tints of #E6D0DD

#E6D0DD
(230,208,221)
#E8D4E0
(232,212,224)
#EAD8E3
(234,216,227)
#ECDCE6
(236,220,230)
#EEE0E9
(238,224,233)
#F0E4EC
(240,228,236)
#F2E8EF
(242,232,239)
#F4ECF2
(244,236,242)
#F6F0F5
(246,240,245)
#F8F4F8
(248,244,248)
#FAF8FB
(250,248,251)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E6D0DD color. Also use rgb(230,208,221) instead hex code.

Text Font Color

.myTextColor { color: #E6D0DD; }

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

This text font color is #E6D0DD.


Background Color

.myBgColor { background-color: #E6D0DD; }

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

This div background color is #E6D0DD.


Border color

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

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

This div border color is #E6D0DD.


Opacity

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

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

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

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

This text has shadow with #E6D0DD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E6D0DD on black background.


Color preview on white background

This text has color #E6D0DD on white background.



Black color preview on #E6D0DD background

This text has black color on #E6D0DD background.


White color preview on #E6D0DD background

This text has white color on #E6D0DD background.