Shades of Fog #D0CED5
Tints of Fog #D0CED5
RGB
CMYK
RGB Variations
Color information
#D0CED5 (or 0xD0CED5) is known color: Fog. HEX triplet: D0, CE and D5. RGB value is (208,206,213). Sum of RGB (Red+Green+Blue) = 208+206+213=627 (83% of max value = 765). Red value is 208 (81.64% from 255 or 33.17% from 627); Green value is 206 (80.86% from 255 or 32.85% from 627); Blue value is 213 (83.59% from 255 or 33.97% from 627); Max value from RGB is 213 - color contains mainly: blue. Hex color #D0CED5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D0CED5 is #2F312A. Grayscale: #CFCFCF. Windows color (decimal): -3092779 or 14012112. OLE color: 14012112.
HSL color Cylindrical-coordinate representation of color #D0CED5: hue angle of 257.14º degrees, saturation: 0.08, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #D0CED5 is Cyan = 0.02, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 208 | 206 | 213 | - |
| CMYK | 0.02 | 0.03 | 0 | 0.16 |
| HSL | 257.14º | 0.08% | 0.82% | - |
| HSV(B) | 257.14º | 0.03% | 0.84% | - |
| XYZ | 60.09 | 62.36 | 71.82 | - |
| YUV | 207.4 | 131.16 | 128.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 206 | 213 | 0.02 | 0.03 | 0 | 0.16 | 257.14 | 0.08 | 0.82 |
| Hex | D0 | CE | D5 | 2 | 3 | 0 | 10 | 101 | 8 | 52 |
| Octal | 320 | 316 | 325 | 2 | 3 | 0 | 20 | 401 | 10 | 122 |
| Binary | 11010000 | 11001110 | 11010101 | 10 | 11 | 0 | 10000 | 100000001 | 1000 | 1010010 |
Color Harmonies of #D0CED5
Complementary color
Monochromatic Colors of #D0CED5
Black with #D0CED5
Text Example
Text Example
White with #D0CED5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0CED5; }
p { color: rgb(208,206,213); }
H1.HeaderClassName
{
color: #D0CED5;
}
.AnyTagClassName
{
color: #D0CED5;
}
</style>
background-color css
<style>
a { background-color: #D0CED5; }
a { background-color: rgb(208,206,213); }
div.DivClassName
{
background-color: #D0CED5;
}
.BgClassName
{
background-color: #D0CED5;
}
</style>
border-color css
<style>
span { border-color: #D0CED5; }
span { border-color: rgb(208,206,213); }
td.TdClassName
{
border-color: #D0CED5;
}
.TagClassName
{
border-color: #D0CED5;
}
</style>