COLOR #E6CCD8

HEX: #E6CCD8 RGB: (230,204,216)

Color info

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

RGB color model

#E6CCD8 color RGB value is (230,204,216).

RGB: (230,204,216) (90%, 80%, 85%)

RGB channels and saturation

R 230 of 255 = 90%
G 204 of 255 = 80%
B 216 of 255 = 85%

230
204
216

R + G + B ~ 85%. #E6CCD8 is quite light color.

Portions of RGB colors in percentages

R + G + B = 230 + 204 + 216 = 650 (100%)
R 230 of 650 ~ 35.38%
G 204 of 650 ~ 31.38%
B 216 of 650 ~ 33.23'%

%35.38
%31.38
%33.23

CMYK color model

#E6CCD8 color CMYK value is (0,11,6,10).

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

CMYK: (0,11,6,10)
C0M11Y6K10 (0%, 11%, 6%, 10%)
(0.00 / 0.11 / 0.06 / 0.10)

CMYK percentages

%0
%11.3
%6.09
%9.8

Codes

Color #E6CCD8 in popluar color models

E6 CC D8
RGB 230 204 216
HSL 332° 34.21% 85.10%
HSB/HSV 332° 11.30% 90.20%
CMYK 0.00% 11.30% 6.09%
9.80%

Color #E6CCD8 in popluar number systems.

HEX E6 CC D8
Decimal 230 204 216
Binary 11100110 11001100 11011000
Octal 346 314 330

Shades and tints

Shades of #E6CCD8

#E6CCD8
(230,204,216)
#D2BAC5
(210,186,197)
#BEA8B2
(190,168,178)
#AA969F
(170,150,159)
#96848C
(150,132,140)
#827279
(130,114,121)
#6E6066
(110,96,102)
#5A4E53
(90,78,83)
#463C40
(70,60,64)
#322A2D
(50,42,45)
#1E181A
(30,24,26)
#000000
(0,0,0)

Tints of #E6CCD8

#E6CCD8
(230,204,216)
#E8D0DB
(232,208,219)
#EAD4DE
(234,212,222)
#ECD8E1
(236,216,225)
#EEDCE4
(238,220,228)
#F0E0E7
(240,224,231)
#F2E4EA
(242,228,234)
#F4E8ED
(244,232,237)
#F6ECF0
(246,236,240)
#F8F0F3
(248,240,243)
#FAF4F6
(250,244,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E6CCD8; }

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

This text font color is #E6CCD8.

Background Color

.myBgColor { background-color: #E6CCD8; }

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

This div background color is #E6CCD8.

Border color

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

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

This div border color is #E6CCD8.

Opacity

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

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

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

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

This text has shadow with #E6CCD8 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E6CCD8.

Preview

Color preview on black background

This text has color #E6CCD8 on black background.


Color preview on white background

This text has color #E6CCD8 on white background.


Black color preview on #E6CCD8 background

This text has black color on #E6CCD8 background.


White color preview on #E6CCD8 background

This text has white color on #E6CCD8 background.


Related colors

Complementary color

Complementary color for #hex is #193327.


I love getcolorcode.com

Triadic colors

1 #D8E6CC and #CCD8E6 with #E6CCD8 are triadic colors.

2 #D8CCE6 and #CCE6D8 with #E6CCD8 are triadic colors.