Shades of Fog #D0C9D6
Tints of Fog #D0C9D6
RGB
CMYK
RGB Variations
Color information
#D0C9D6 (or 0xD0C9D6) is known color: Fog. HEX triplet: D0, C9 and D6. RGB value is (208,201,214). Sum of RGB (Red+Green+Blue) = 208+201+214=623 (82% of max value = 765). Red value is 208 (81.64% from 255 or 33.39% from 623); Green value is 201 (78.91% from 255 or 32.26% from 623); Blue value is 214 (83.98% from 255 or 34.35% from 623); Max value from RGB is 214 - color contains mainly: blue. Hex color #D0C9D6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D0C9D6 is #2F3629. Grayscale: #CCCCCC. Windows color (decimal): -3094058 or 14076368. OLE color: 14076368.
HSL color Cylindrical-coordinate representation of color #D0C9D6: hue angle of 272.31º degrees, saturation: 0.14, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #D0C9D6 is Cyan = 0.03, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 208 | 201 | 214 | - |
| CMYK | 0.03 | 0.06 | 0 | 0.16 |
| HSL | 272.31º | 0.14% | 0.81% | - |
| HSV(B) | 272.31º | 0.06% | 0.84% | - |
| XYZ | 59.04 | 60.04 | 72.1 | - |
| YUV | 204.58 | 133.32 | 130.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 201 | 214 | 0.03 | 0.06 | 0 | 0.16 | 272.31 | 0.14 | 0.81 |
| Hex | D0 | C9 | D6 | 3 | 6 | 0 | 10 | 110 | E | 51 |
| Octal | 320 | 311 | 326 | 3 | 6 | 0 | 20 | 420 | 16 | 121 |
| Binary | 11010000 | 11001001 | 11010110 | 11 | 110 | 0 | 10000 | 100010000 | 1110 | 1010001 |
Color Harmonies of #D0C9D6
Complementary color
Monochromatic Colors of #D0C9D6
Black with #D0C9D6
Text Example
Text Example
White with #D0C9D6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0C9D6; }
p { color: rgb(208,201,214); }
H1.HeaderClassName
{
color: #D0C9D6;
}
.AnyTagClassName
{
color: #D0C9D6;
}
</style>
background-color css
<style>
a { background-color: #D0C9D6; }
a { background-color: rgb(208,201,214); }
div.DivClassName
{
background-color: #D0C9D6;
}
.BgClassName
{
background-color: #D0C9D6;
}
</style>
border-color css
<style>
span { border-color: #D0C9D6; }
span { border-color: rgb(208,201,214); }
td.TdClassName
{
border-color: #D0C9D6;
}
.TagClassName
{
border-color: #D0C9D6;
}
</style>