Shades of Fog #D0CCD7
Tints of Fog #D0CCD7
RGB
CMYK
RGB Variations
Color information
#D0CCD7 (or 0xD0CCD7) is known color: Fog. HEX triplet: D0, CC and D7. RGB value is (208,204,215). Sum of RGB (Red+Green+Blue) = 208+204+215=627 (83% of max value = 765). Red value is 208 (81.64% from 255 or 33.17% from 627); Green value is 204 (80.08% from 255 or 32.54% from 627); Blue value is 215 (84.38% from 255 or 34.29% from 627); Max value from RGB is 215 - color contains mainly: blue. Hex color #D0CCD7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D0CCD7 is #2F3328. Grayscale: #CECECE. Windows color (decimal): -3093289 or 14142672. OLE color: 14142672.
HSL color Cylindrical-coordinate representation of color #D0CCD7: hue angle of 261.82º degrees, saturation: 0.12, 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 #D0CCD7 is Cyan = 0.03, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 208 | 204 | 215 | - |
| CMYK | 0.03 | 0.05 | 0 | 0.16 |
| HSL | 261.82º | 0.12% | 0.82% | - |
| HSV(B) | 261.82º | 0.05% | 0.84% | - |
| XYZ | 59.87 | 61.5 | 73.01 | - |
| YUV | 206.45 | 132.83 | 129.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 204 | 215 | 0.03 | 0.05 | 0 | 0.16 | 261.82 | 0.12 | 0.82 |
| Hex | D0 | CC | D7 | 3 | 5 | 0 | 10 | 106 | C | 52 |
| Octal | 320 | 314 | 327 | 3 | 5 | 0 | 20 | 406 | 14 | 122 |
| Binary | 11010000 | 11001100 | 11010111 | 11 | 101 | 0 | 10000 | 100000110 | 1100 | 1010010 |
Color Harmonies of #D0CCD7
Complementary color
Monochromatic Colors of #D0CCD7
Black with #D0CCD7
Text Example
Text Example
White with #D0CCD7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0CCD7; }
p { color: rgb(208,204,215); }
H1.HeaderClassName
{
color: #D0CCD7;
}
.AnyTagClassName
{
color: #D0CCD7;
}
</style>
background-color css
<style>
a { background-color: #D0CCD7; }
a { background-color: rgb(208,204,215); }
div.DivClassName
{
background-color: #D0CCD7;
}
.BgClassName
{
background-color: #D0CCD7;
}
</style>
border-color css
<style>
span { border-color: #D0CCD7; }
span { border-color: rgb(208,204,215); }
td.TdClassName
{
border-color: #D0CCD7;
}
.TagClassName
{
border-color: #D0CCD7;
}
</style>