COLOR #D8CCFF

HEX: #D8CCFF RGB: (216,204,255)

Color info

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

RGB color model

#D8CCFF color RGB value is (216,204,255).

RGB: (216,204,255) (85%, 80%, 100%)

RGB channels and saturation

R 216 of 255 = 85%
G 204 of 255 = 80%
B 255 of 255 = 100%

216
204
255

R + G + B ~ 88%. #D8CCFF is light color.

Portions of RGB colors in percentages

R + G + B = 216 + 204 + 255 = 675 (100%)
R 216 of 675 ~ 32%
G 204 of 675 ~ 30.22%
B 255 of 675 ~ 37.78'%

%32
%30.22
%37.78

CMYK color model

#D8CCFF color CMYK value is (15,20,0,0).

  • cyan value is 15.29%
  • magenta value is 20.00%
  • yellow value is 0.00%
  • key color value is 0.00%

CMYK: (15,20,0,0)
C15M20Y0K0 (15%, 20%, 0%, 0%)
(0.15 / 0.20 / 0.00 / 0.00)

CMYK percentages

%15.29
%20
%0
%0

Codes

Color #D8CCFF in popluar color models

D8 CC FF
RGB 216 204 255
HSL 254° 100.00% 90.00%
HSB/HSV 254° 20.00% 100.00%
CMYK 15.29% 20.00% 0.00%
0.00%

Color #D8CCFF in popluar number systems.

HEX D8 CC FF
Decimal 216 204 255
Binary 11011000 11001100 11111111
Octal 330 314 377

Shades and tints

Shades of #D8CCFF

#D8CCFF
(216,204,255)
#C5BAE8
(197,186,232)
#B2A8D1
(178,168,209)
#9F96BA
(159,150,186)
#8C84A3
(140,132,163)
#79728C
(121,114,140)
#666075
(102,96,117)
#534E5E
(83,78,94)
#403C47
(64,60,71)
#2D2A30
(45,42,48)
#1A1819
(26,24,25)
#000000
(0,0,0)

Tints of #D8CCFF

#D8CCFF
(216,204,255)
#DBD0FF
(219,208,255)
#DED4FF
(222,212,255)
#E1D8FF
(225,216,255)
#E4DCFF
(228,220,255)
#E7E0FF
(231,224,255)
#EAE4FF
(234,228,255)
#EDE8FF
(237,232,255)
#F0ECFF
(240,236,255)
#F3F0FF
(243,240,255)
#F6F4FF
(246,244,255)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D8CCFF; }

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

This text font color is #D8CCFF.

Background Color

.myBgColor { background-color: #D8CCFF; }

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

This div background color is #D8CCFF.

Border color

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

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

This div border color is #D8CCFF.

Opacity

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

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

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

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

This text has shadow with #D8CCFF color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D8CCFF.

Preview

Color preview on black background

This text has color #D8CCFF on black background.


Color preview on white background

This text has color #D8CCFF on white background.


Black color preview on #D8CCFF background

This text has black color on #D8CCFF background.


White color preview on #D8CCFF background

This text has white color on #D8CCFF background.


Related colors

Complementary color

Complementary color for #hex is #273300.


I love getcolorcode.com

Triadic colors

1 #FFD8CC and #CCFFD8 with #D8CCFF are triadic colors.

2 #FFCCD8 and #CCD8FF with #D8CCFF are triadic colors.