#D0CCDD

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

Shades of Fog #D0CCDD

Tints of Fog #D0CCDD

Color information

#D0CCDD (or 0xD0CCDD) is unknown color: approx Fog. HEX triplet: D0, CC and DD. RGB value is (208,204,221). Sum of RGB (Red+Green+Blue) = 208+204+221=633 (83% of max value = 765). Red value is 208 (81.64% from 255 or 32.86% from 633); Green value is 204 (80.08% from 255 or 32.23% from 633); Blue value is 221 (86.72% from 255 or 34.91% from 633); Max value from RGB is 221 - color contains mainly: blue. Hex color #D0CCDD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D0CCDD is #2F3322. Grayscale: #CFCFCF. Windows color (decimal): -3093283 or 14535888. OLE color: 14535888.

HSL color Cylindrical-coordinate representation of color #D0CCDD: hue angle of 254.12º degrees, saturation: 0.2, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #D0CCDD is Cyan = 0.06, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB208204221-
CMYK0.060.0800.13
HSL254.12º20%83.33%-
HSV(B)254.12º7.69%86.67%-
XYZ60.6661.8277.14-
YUV207.13135.83128.62-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 32.86%
GREEN value IS 204 (80.08% from 255) = 32.23%
BLUE value IS 221 (86.72% from 255) = 34.91%
R=32.86%
G=32.23%
B=34.91%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2082042210.060.0800.13254.122083.33
HexD0CCDD680Dfe1453
Octal32031433561001537624123
Binary11010000110011001101110111010000110111111110101001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D0CCDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D0CCDD; }

 p { color: rgb(208,204,221); }

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

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

 a { background-color: rgb(208,204,221); }

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

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

 span { border-color: rgb(208,204,221); }

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