Shades of Fog #D0C8D6
Tints of Fog #D0C8D6
RGB
CMYK
RGB Variations
Color information
#D0C8D6 (or 0xD0C8D6) is known color: Fog. HEX triplet: D0, C8 and D6. RGB value is (208,200,214). Sum of RGB (Red+Green+Blue) = 208+200+214=622 (82% of max value = 765). Red value is 208 (81.64% from 255 or 33.44% from 622); Green value is 200 (78.52% from 255 or 32.15% from 622); Blue value is 214 (83.98% from 255 or 34.41% from 622); Max value from RGB is 214 - color contains mainly: blue. Hex color #D0C8D6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D0C8D6 is #2F3729. Grayscale: #CBCBCB. Windows color (decimal): -3094314 or 14076112. OLE color: 14076112.
HSL color Cylindrical-coordinate representation of color #D0C8D6: hue angle of 274.29º degrees, saturation: 0.15, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #D0C8D6 is Cyan = 0.03, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 208 | 200 | 214 | - |
| CMYK | 0.03 | 0.07 | 0 | 0.16 |
| HSL | 274.29º | 0.15% | 0.81% | - |
| HSV(B) | 274.29º | 0.07% | 0.84% | - |
| XYZ | 58.8 | 59.57 | 72.02 | - |
| YUV | 203.99 | 133.65 | 130.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 200 | 214 | 0.03 | 0.07 | 0 | 0.16 | 274.29 | 0.15 | 0.81 |
| Hex | D0 | C8 | D6 | 3 | 7 | 0 | 10 | 112 | F | 51 |
| Octal | 320 | 310 | 326 | 3 | 7 | 0 | 20 | 422 | 17 | 121 |
| Binary | 11010000 | 11001000 | 11010110 | 11 | 111 | 0 | 10000 | 100010010 | 1111 | 1010001 |
Color Harmonies of #D0C8D6
Complementary color
Monochromatic Colors of #D0C8D6
Black with #D0C8D6
Text Example
Text Example
White with #D0C8D6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0C8D6; }
p { color: rgb(208,200,214); }
H1.HeaderClassName
{
color: #D0C8D6;
}
.AnyTagClassName
{
color: #D0C8D6;
}
</style>
background-color css
<style>
a { background-color: #D0C8D6; }
a { background-color: rgb(208,200,214); }
div.DivClassName
{
background-color: #D0C8D6;
}
.BgClassName
{
background-color: #D0C8D6;
}
</style>
border-color css
<style>
span { border-color: #D0C8D6; }
span { border-color: rgb(208,200,214); }
td.TdClassName
{
border-color: #D0C8D6;
}
.TagClassName
{
border-color: #D0C8D6;
}
</style>