COLOR #E6CCDE

HEX: #E6CCDE RGB: (230,204,222)

Color info

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

RGB color model

#E6CCDE color RGB value is (230,204,222).

RGB: (230,204,222) (90%, 80%, 87%)

RGB channels and saturation

R 230 of 255 = 90%
G 204 of 255 = 80%
B 222 of 255 = 87%

230
204
222

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

Portions of RGB colors in percentages

R + G + B = 230 + 204 + 222 = 656 (100%)
R 230 of 656 ~ 35.06%
G 204 of 656 ~ 31.1%
B 222 of 656 ~ 33.84'%

%35.06
%31.1
%33.84

CMYK color model

#E6CCDE color CMYK value is (0,11,3,10).

  • cyan value is 0.00%
  • magenta value is 11.30%
  • yellow value is 3.48%
  • key color value is 9.80%

CMYK: (0,11,3,10)
C0M11Y3K10 (0%, 11%, 3%, 10%)
(0.00 / 0.11 / 0.03 / 0.10)

CMYK percentages

%0
%11.3
%3.48
%9.8

Codes

Color #E6CCDE in popluar color models

E6 CC DE
RGB 230 204 222
HSL 318° 34.21% 85.10%
HSB/HSV 318° 11.30% 90.20%
CMYK 0.00% 11.30% 3.48%
9.80%

Color #E6CCDE in popluar number systems.

HEX E6 CC DE
Decimal 230 204 222
Binary 11100110 11001100 11011110
Octal 346 314 336

Shades and tints

Shades of #E6CCDE

#E6CCDE
(230,204,222)
#D2BACA
(210,186,202)
#BEA8B6
(190,168,182)
#AA96A2
(170,150,162)
#96848E
(150,132,142)
#82727A
(130,114,122)
#6E6066
(110,96,102)
#5A4E52
(90,78,82)
#463C3E
(70,60,62)
#322A2A
(50,42,42)
#1E1816
(30,24,22)
#000000
(0,0,0)

Tints of #E6CCDE

#E6CCDE
(230,204,222)
#E8D0E1
(232,208,225)
#EAD4E4
(234,212,228)
#ECD8E7
(236,216,231)
#EEDCEA
(238,220,234)
#F0E0ED
(240,224,237)
#F2E4F0
(242,228,240)
#F4E8F3
(244,232,243)
#F6ECF6
(246,236,246)
#F8F0F9
(248,240,249)
#FAF4FC
(250,244,252)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E6CCDE; }

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

This text font color is #E6CCDE.

Background Color

.myBgColor { background-color: #E6CCDE; }

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

This div background color is #E6CCDE.

Border color

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

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

This div border color is #E6CCDE.

Opacity

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

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

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

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

This text has shadow with #E6CCDE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E6CCDE.

Preview

Color preview on black background

This text has color #E6CCDE on black background.


Color preview on white background

This text has color #E6CCDE on white background.


Black color preview on #E6CCDE background

This text has black color on #E6CCDE background.


White color preview on #E6CCDE background

This text has white color on #E6CCDE background.


Related colors

Complementary color

Complementary color for #hex is #193321.


I love getcolorcode.com

Triadic colors

1 #DEE6CC and #CCDEE6 with #E6CCDE are triadic colors.

2 #DECCE6 and #CCE6DE with #E6CCDE are triadic colors.