COLOR #D8CCEC

HEX: #D8CCEC RGB: (216,204,236)

Color info

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

RGB color model

#D8CCEC color RGB value is (216,204,236).

RGB: (216,204,236) (85%, 80%, 93%)

RGB channels and saturation

R 216 of 255 = 85%
G 204 of 255 = 80%
B 236 of 255 = 93%

216
204
236

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

Portions of RGB colors in percentages

R + G + B = 216 + 204 + 236 = 656 (100%)
R 216 of 656 ~ 32.93%
G 204 of 656 ~ 31.1%
B 236 of 656 ~ 35.98'%

%32.93
%31.1
%35.98

CMYK color model

#D8CCEC color CMYK value is (8,14,0,7).

  • cyan value is 8.47%
  • magenta value is 13.56%
  • yellow value is 0.00%
  • key color value is 7.45%

CMYK: (8,14,0,7)
C8M14Y0K7 (8%, 14%, 0%, 7%)
(0.08 / 0.14 / 0.00 / 0.07)

CMYK percentages

%8.47
%13.56
%0
%7.45

Codes

Color #D8CCEC in popluar color models

D8 CC EC
RGB 216 204 236
HSL 263° 45.71% 86.27%
HSB/HSV 263° 13.56% 92.55%
CMYK 8.47% 13.56% 0.00%
7.45%

Color #D8CCEC in popluar number systems.

HEX D8 CC EC
Decimal 216 204 236
Binary 11011000 11001100 11101100
Octal 330 314 354

Shades and tints

Shades of #D8CCEC

#D8CCEC
(216,204,236)
#C5BAD7
(197,186,215)
#B2A8C2
(178,168,194)
#9F96AD
(159,150,173)
#8C8498
(140,132,152)
#797283
(121,114,131)
#66606E
(102,96,110)
#534E59
(83,78,89)
#403C44
(64,60,68)
#2D2A2F
(45,42,47)
#1A181A
(26,24,26)
#000000
(0,0,0)

Tints of #D8CCEC

#D8CCEC
(216,204,236)
#DBD0ED
(219,208,237)
#DED4EE
(222,212,238)
#E1D8EF
(225,216,239)
#E4DCF0
(228,220,240)
#E7E0F1
(231,224,241)
#EAE4F2
(234,228,242)
#EDE8F3
(237,232,243)
#F0ECF4
(240,236,244)
#F3F0F5
(243,240,245)
#F6F4F6
(246,244,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D8CCEC; }

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

This text font color is #D8CCEC.

Background Color

.myBgColor { background-color: #D8CCEC; }

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

This div background color is #D8CCEC.

Border color

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

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

This div border color is #D8CCEC.

Opacity

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

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

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

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

This text has shadow with #D8CCEC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D8CCEC.

Preview

Color preview on black background

This text has color #D8CCEC on black background.


Color preview on white background

This text has color #D8CCEC on white background.


Black color preview on #D8CCEC background

This text has black color on #D8CCEC background.


White color preview on #D8CCEC background

This text has white color on #D8CCEC background.


Related colors

Complementary color

Complementary color for #hex is #273313.


I love getcolorcode.com

Triadic colors

1 #ECD8CC and #CCECD8 with #D8CCEC are triadic colors.

2 #ECCCD8 and #CCD8EC with #D8CCEC are triadic colors.