Shades of Fog #D0C7DB
Tints of Fog #D0C7DB
RGB
CMYK
RGB Variations
Color information
#D0C7DB (or 0xD0C7DB) is known color: Fog. HEX triplet: D0, C7 and DB. RGB value is (208,199,219). Sum of RGB (Red+Green+Blue) = 208+199+219=626 (82% of max value = 765). Red value is 208 (81.64% from 255 or 33.23% from 626); Green value is 199 (78.12% from 255 or 31.79% from 626); Blue value is 219 (85.94% from 255 or 34.98% from 626); Max value from RGB is 219 - color contains mainly: blue. Hex color #D0C7DB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D0C7DB is #2F3824. Grayscale: #CBCBCB. Windows color (decimal): -3094565 or 14403536. OLE color: 14403536.
HSL color Cylindrical-coordinate representation of color #D0C7DB: hue angle of 267º degrees, saturation: 0.22, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #D0C7DB is Cyan = 0.05, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
RGB | 208 | 199 | 219 | - |
CMYK | 0.05 | 0.09 | 0 | 0.14 |
HSL | 267º | 0.22% | 0.82% | - |
HSV(B) | 267º | 0.09% | 0.86% | - |
XYZ | 59.22 | 59.37 | 75.36 | - |
YUV | 203.97 | 136.48 | 130.87 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 208 | 199 | 219 | 0.05 | 0.09 | 0 | 0.14 | 267 | 0.22 | 0.82 |
Hex | D0 | C7 | DB | 5 | 9 | 0 | E | 10B | 16 | 52 |
Octal | 320 | 307 | 333 | 5 | 11 | 0 | 16 | 413 | 26 | 122 |
Binary | 11010000 | 11000111 | 11011011 | 101 | 1001 | 0 | 1110 | 100001011 | 10110 | 1010010 |
Color Harmonies of #D0C7DB
Complementary color
Monochromatic Colors of #D0C7DB
Black with #D0C7DB
Text Example
Text Example
White with #D0C7DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0C7DB; }
p { color: rgb(208,199,219); }
H1.HeaderClassName
{
color: #D0C7DB;
}
.AnyTagClassName
{
color: #D0C7DB;
}
</style>
background-color css
<style>
a { background-color: #D0C7DB; }
a { background-color: rgb(208,199,219); }
div.DivClassName
{
background-color: #D0C7DB;
}
.BgClassName
{
background-color: #D0C7DB;
}
</style>
border-color css
<style>
span { border-color: #D0C7DB; }
span { border-color: rgb(208,199,219); }
td.TdClassName
{
border-color: #D0C7DB;
}
.TagClassName
{
border-color: #D0C7DB;
}
</style>