#D9CCE7

Color #D9CCE7 Fog (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Fog #D9CCE7

Tints of Fog #D9CCE7

Color information

#D9CCE7 (or 0xD9CCE7) is unknown color: approx Fog. HEX triplet: D9, CC and E7. RGB value is (217,204,231). Sum of RGB (Red+Green+Blue) = 217+204+231=652 (86% of max value = 765). Red value is 217 (85.16% from 255 or 33.28% from 652); Green value is 204 (80.08% from 255 or 31.29% from 652); Blue value is 231 (90.62% from 255 or 35.43% from 652); Max value from RGB is 231 - color contains mainly: blue. Hex color #D9CCE7 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D9CCE7 is #263318. Grayscale: #D2D2D2. Windows color (decimal): -2503449 or 15191257. OLE color: 15191257.

HSL color Cylindrical-coordinate representation of color #D9CCE7: hue angle of 268.89º degrees, saturation: 0.36, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #D9CCE7 is Cyan = 0.06, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB217204231-
CMYK0.060.1200.09
HSL268.89º36%85.29%-
HSV(B)268.89º11.69%90.59%-
XYZ64.6363.7184.49-
YUV210.96139.31132.3-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 217 (85.16% from 255) = 33.28%
GREEN value IS 204 (80.08% from 255) = 31.29%
BLUE value IS 231 (90.62% from 255) = 35.43%
R=33.28%
G=31.29%
B=35.43%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2172042310.060.1200.09268.893685.29
HexD9CCE76C0910d2455
Octal33131434761401141544125
Binary1101100111001100111001111101100010011000011011001001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D9CCE7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D9CCE7; }

 p { color: rgb(217,204,231); }

 H1.HeaderClassName
 {
   color: #D9CCE7;
 }
 .AnyTagClassName
 {
   color: #D9CCE7;
 }
</style>
background-color css

<style>
 a { background-color: #D9CCE7; }

 a { background-color: rgb(217,204,231); }

 div.DivClassName
 {
   background-color: #D9CCE7;
 }
 .BgClassName
 {
   background-color: #D9CCE7;
 }
</style>
border-color css

<style>
 span { border-color: #D9CCE7; }

 span { border-color: rgb(217,204,231); }

 td.TdClassName
 {
   border-color: #D9CCE7;
 }
 .TagClassName
 {
   border-color: #D9CCE7;
 }
</style>