Shades of Fog #D0C8ED
Tints of Fog #D0C8ED
RGB
CMYK
RGB Variations
Color information
#D0C8ED (or 0xD0C8ED) is known color: Fog. HEX triplet: D0, C8 and ED. RGB value is (208,200,237). Sum of RGB (Red+Green+Blue) = 208+200+237=645 (85% of max value = 765). Red value is 208 (81.64% from 255 or 32.25% from 645); Green value is 200 (78.52% from 255 or 31.01% from 645); Blue value is 237 (92.97% from 255 or 36.74% from 645); Max value from RGB is 237 - color contains mainly: blue. Hex color #D0C8ED is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D0C8ED is #2F3712. Grayscale: #CECECE. Windows color (decimal): -3094291 or 15583440. OLE color: 15583440.
HSL color Cylindrical-coordinate representation of color #D0C8ED: hue angle of 252.97º degrees, saturation: 0.51, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #D0C8ED is Cyan = 0.12, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 208 | 200 | 237 | - |
| CMYK | 0.12 | 0.16 | 0 | 0.07 |
| HSL | 252.97º | 0.51% | 0.86% | - |
| HSV(B) | 252.97º | 0.16% | 0.93% | - |
| XYZ | 61.95 | 60.83 | 88.6 | - |
| YUV | 206.61 | 145.15 | 128.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 200 | 237 | 0.12 | 0.16 | 0 | 0.07 | 252.97 | 0.51 | 0.86 |
| Hex | D0 | C8 | ED | C | 10 | 0 | 7 | FD | 33 | 56 |
| Octal | 320 | 310 | 355 | 14 | 20 | 0 | 7 | 375 | 63 | 126 |
| Binary | 11010000 | 11001000 | 11101101 | 1100 | 10000 | 0 | 111 | 11111101 | 110011 | 1010110 |
Color Harmonies of #D0C8ED
Complementary color
Monochromatic Colors of #D0C8ED
Black with #D0C8ED
Text Example
Text Example
White with #D0C8ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0C8ED; }
p { color: rgb(208,200,237); }
H1.HeaderClassName
{
color: #D0C8ED;
}
.AnyTagClassName
{
color: #D0C8ED;
}
</style>
background-color css
<style>
a { background-color: #D0C8ED; }
a { background-color: rgb(208,200,237); }
div.DivClassName
{
background-color: #D0C8ED;
}
.BgClassName
{
background-color: #D0C8ED;
}
</style>
border-color css
<style>
span { border-color: #D0C8ED; }
span { border-color: rgb(208,200,237); }
td.TdClassName
{
border-color: #D0C8ED;
}
.TagClassName
{
border-color: #D0C8ED;
}
</style>