Shades of Fog #D0C8D9
Tints of Fog #D0C8D9
RGB
CMYK
RGB Variations
Color information
#D0C8D9 (or 0xD0C8D9) is known color: Fog. HEX triplet: D0, C8 and D9. RGB value is (208,200,217). Sum of RGB (Red+Green+Blue) = 208+200+217=625 (82% of max value = 765). Red value is 208 (81.64% from 255 or 33.28% from 625); Green value is 200 (78.52% from 255 or 32% from 625); Blue value is 217 (85.16% from 255 or 34.72% from 625); Max value from RGB is 217 - color contains mainly: blue. Hex color #D0C8D9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D0C8D9 is #2F3726. Grayscale: #CCCCCC. Windows color (decimal): -3094311 or 14272720. OLE color: 14272720.
HSL color Cylindrical-coordinate representation of color #D0C8D9: hue angle of 268.24º degrees, saturation: 0.18, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #D0C8D9 is Cyan = 0.04, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 208 | 200 | 217 | - |
| CMYK | 0.04 | 0.08 | 0 | 0.15 |
| HSL | 268.24º | 0.18% | 0.82% | - |
| HSV(B) | 268.24º | 0.08% | 0.85% | - |
| XYZ | 59.19 | 59.73 | 74.05 | - |
| YUV | 204.33 | 135.15 | 130.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 200 | 217 | 0.04 | 0.08 | 0 | 0.15 | 268.24 | 0.18 | 0.82 |
| Hex | D0 | C8 | D9 | 4 | 8 | 0 | F | 10C | 12 | 52 |
| Octal | 320 | 310 | 331 | 4 | 10 | 0 | 17 | 414 | 22 | 122 |
| Binary | 11010000 | 11001000 | 11011001 | 100 | 1000 | 0 | 1111 | 100001100 | 10010 | 1010010 |
Color Harmonies of #D0C8D9
Complementary color
Monochromatic Colors of #D0C8D9
Black with #D0C8D9
Text Example
Text Example
White with #D0C8D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0C8D9; }
p { color: rgb(208,200,217); }
H1.HeaderClassName
{
color: #D0C8D9;
}
.AnyTagClassName
{
color: #D0C8D9;
}
</style>
background-color css
<style>
a { background-color: #D0C8D9; }
a { background-color: rgb(208,200,217); }
div.DivClassName
{
background-color: #D0C8D9;
}
.BgClassName
{
background-color: #D0C8D9;
}
</style>
border-color css
<style>
span { border-color: #D0C8D9; }
span { border-color: rgb(208,200,217); }
td.TdClassName
{
border-color: #D0C8D9;
}
.TagClassName
{
border-color: #D0C8D9;
}
</style>