Shades of Fog #D2CCDC
Tints of Fog #D2CCDC
RGB
CMYK
RGB Variations
Color information
#D2CCDC (or 0xD2CCDC) is known color: 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
| RGB | 210 | 204 | 220 | - |
| CMYK | 0.05 | 0.07 | 0 | 0.14 |
| HSL | 262.5º | 0.19% | 0.83% | - |
| HSV(B) | 262.5º | 0.07% | 0.86% | - |
| XYZ | 61.09 | 62.05 | 76.47 | - |
| YUV | 207.62 | 134.99 | 129.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 204 | 220 | 0.05 | 0.07 | 0 | 0.14 | 262.5 | 0.19 | 0.83 |
| Hex | D2 | CC | DC | 5 | 7 | 0 | E | 106 | 13 | 53 |
| Octal | 322 | 314 | 334 | 5 | 7 | 0 | 16 | 406 | 23 | 123 |
| Binary | 11010010 | 11001100 | 11011100 | 101 | 111 | 0 | 1110 | 100000110 | 10011 | 1010011 |
Color Harmonies of #D2CCDC
Complementary color
Monochromatic Colors of #D2CCDC
Black with #D2CCDC
Text Example
Text Example
White with #D2CCDC
Text Example
Text Example
HTML Codes & Css Web 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>