#D2CCDC

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

Shades of Fog #D2CCDC

Tints of Fog #D2CCDC

Color information

#D2CCDC (or 0xD2CCDC) is unknown color: approx Fog. HEX triplet: D2, CC and DC. RGB value is (210,204,220). Sum of RGB (Red+Green+Blue) = 210+204+220=634 (83% of max value = 765). Red value is 210 (82.42% from 255 or 33.12% from 634); Green value is 204 (80.08% from 255 or 32.18% from 634); Blue value is 220 (86.33% from 255 or 34.70% from 634); Max value from RGB is 220 - color contains mainly: blue. Hex color #D2CCDC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D2CCDC is #2D3323. Grayscale: #CFCFCF. Windows color (decimal): -2962212 or 14470354. OLE color: 14470354.

HSL color Cylindrical-coordinate representation of color #D2CCDC: hue angle of 262.5º degrees, saturation: 0.19, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #D2CCDC is Cyan = 0.05, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB210204220-
CMYK0.050.0700.14
HSL262.5º18.6%83.14%-
HSV(B)262.5º7.27%86.27%-
XYZ61.0962.0576.47-
YUV207.62134.99129.7-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 33.12%
GREEN value IS 204 (80.08% from 255) = 32.18%
BLUE value IS 220 (86.33% from 255) = 34.70%
R=33.12%
G=32.18%
B=34.70%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2102042200.050.0700.14262.518.683.14
HexD2CCDC570E1061353
Octal3223143345701640623123
Binary11010010110011001101110010111101110100000110100111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D2CCDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D2CCDC; }

 p { color: rgb(210,204,220); }

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

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

 a { background-color: rgb(210,204,220); }

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

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

 span { border-color: rgb(210,204,220); }

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