Shades of Fog #D0CED3
Tints of Fog #D0CED3
RGB
CMYK
RGB Variations
Color information
#D0CED3 (or 0xD0CED3) is known color: Fog. HEX triplet: D0, CE and D3. RGB value is (208,206,211). Sum of RGB (Red+Green+Blue) = 208+206+211=625 (82% of max value = 765). Red value is 208 (81.64% from 255 or 33.28% from 625); Green value is 206 (80.86% from 255 or 32.96% from 625); Blue value is 211 (82.81% from 255 or 33.76% from 625); Max value from RGB is 211 - color contains mainly: blue. Hex color #D0CED3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D0CED3 is #2F312C. Grayscale: #CFCFCF. Windows color (decimal): -3092781 or 13881040. OLE color: 13881040.
HSL color Cylindrical-coordinate representation of color #D0CED3: hue angle of 264º degrees, saturation: 0.05, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.02%. Process color model (Four color, CMYK) of #D0CED3 is Cyan = 0.01, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 208 | 206 | 211 | - |
| CMYK | 0.01 | 0.02 | 0 | 0.17 |
| HSL | 264º | 0.05% | 0.82% | - |
| HSV(B) | 264º | 0.02% | 0.83% | - |
| XYZ | 59.84 | 62.26 | 70.49 | - |
| YUV | 207.17 | 130.16 | 128.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 206 | 211 | 0.01 | 0.02 | 0 | 0.17 | 264 | 0.05 | 0.82 |
| Hex | D0 | CE | D3 | 1 | 2 | 0 | 11 | 108 | 5 | 52 |
| Octal | 320 | 316 | 323 | 1 | 2 | 0 | 21 | 410 | 5 | 122 |
| Binary | 11010000 | 11001110 | 11010011 | 1 | 10 | 0 | 10001 | 100001000 | 101 | 1010010 |
Color Harmonies of #D0CED3
Complementary color
Monochromatic Colors of #D0CED3
Black with #D0CED3
Text Example
Text Example
White with #D0CED3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0CED3; }
p { color: rgb(208,206,211); }
H1.HeaderClassName
{
color: #D0CED3;
}
.AnyTagClassName
{
color: #D0CED3;
}
</style>
background-color css
<style>
a { background-color: #D0CED3; }
a { background-color: rgb(208,206,211); }
div.DivClassName
{
background-color: #D0CED3;
}
.BgClassName
{
background-color: #D0CED3;
}
</style>
border-color css
<style>
span { border-color: #D0CED3; }
span { border-color: rgb(208,206,211); }
td.TdClassName
{
border-color: #D0CED3;
}
.TagClassName
{
border-color: #D0CED3;
}
</style>