Shades of Fog #D0CCD6
Tints of Fog #D0CCD6
RGB
CMYK
RGB Variations
Color information
#D0CCD6 (or 0xD0CCD6) is known color: Fog. HEX triplet: D0, CC and D6. RGB value is (208,204,214). Sum of RGB (Red+Green+Blue) = 208+204+214=626 (82% of max value = 765). Red value is 208 (81.64% from 255 or 33.23% from 626); Green value is 204 (80.08% from 255 or 32.59% from 626); Blue value is 214 (83.98% from 255 or 34.19% from 626); Max value from RGB is 214 - color contains mainly: blue. Hex color #D0CCD6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D0CCD6 is #2F3329. Grayscale: #CECECE. Windows color (decimal): -3093290 or 14077136. OLE color: 14077136.
HSL color Cylindrical-coordinate representation of color #D0CCD6: hue angle of 264º degrees, saturation: 0.11, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #D0CCD6 is Cyan = 0.03, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 208 | 204 | 214 | - |
| CMYK | 0.03 | 0.05 | 0 | 0.16 |
| HSL | 264º | 0.11% | 0.82% | - |
| HSV(B) | 264º | 0.05% | 0.84% | - |
| XYZ | 59.74 | 61.45 | 72.33 | - |
| YUV | 206.34 | 132.33 | 129.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 204 | 214 | 0.03 | 0.05 | 0 | 0.16 | 264 | 0.11 | 0.82 |
| Hex | D0 | CC | D6 | 3 | 5 | 0 | 10 | 108 | B | 52 |
| Octal | 320 | 314 | 326 | 3 | 5 | 0 | 20 | 410 | 13 | 122 |
| Binary | 11010000 | 11001100 | 11010110 | 11 | 101 | 0 | 10000 | 100001000 | 1011 | 1010010 |
Color Harmonies of #D0CCD6
Complementary color
Monochromatic Colors of #D0CCD6
Black with #D0CCD6
Text Example
Text Example
White with #D0CCD6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0CCD6; }
p { color: rgb(208,204,214); }
H1.HeaderClassName
{
color: #D0CCD6;
}
.AnyTagClassName
{
color: #D0CCD6;
}
</style>
background-color css
<style>
a { background-color: #D0CCD6; }
a { background-color: rgb(208,204,214); }
div.DivClassName
{
background-color: #D0CCD6;
}
.BgClassName
{
background-color: #D0CCD6;
}
</style>
border-color css
<style>
span { border-color: #D0CCD6; }
span { border-color: rgb(208,204,214); }
td.TdClassName
{
border-color: #D0CCD6;
}
.TagClassName
{
border-color: #D0CCD6;
}
</style>