Shades of Fog #D0CED4
Tints of Fog #D0CED4
RGB
CMYK
RGB Variations
Color information
#D0CED4 (or 0xD0CED4) is known color: Fog. HEX triplet: D0, CE and D4. RGB value is (208,206,212). Sum of RGB (Red+Green+Blue) = 208+206+212=626 (82% of max value = 765). Red value is 208 (81.64% from 255 or 33.23% from 626); Green value is 206 (80.86% from 255 or 32.91% from 626); Blue value is 212 (83.20% from 255 or 33.87% from 626); Max value from RGB is 212 - color contains mainly: blue. Hex color #D0CED4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D0CED4 is #2F312B. Grayscale: #CFCFCF. Windows color (decimal): -3092780 or 13946576. OLE color: 13946576.
HSL color Cylindrical-coordinate representation of color #D0CED4: hue angle of 260º degrees, saturation: 0.07, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #D0CED4 is Cyan = 0.02, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
RGB | 208 | 206 | 212 | - |
CMYK | 0.02 | 0.03 | 0 | 0.17 |
HSL | 260º | 0.07% | 0.82% | - |
HSV(B) | 260º | 0.03% | 0.83% | - |
XYZ | 59.97 | 62.31 | 71.15 | - |
YUV | 207.28 | 130.66 | 128.51 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 208 | 206 | 212 | 0.02 | 0.03 | 0 | 0.17 | 260 | 0.07 | 0.82 |
Hex | D0 | CE | D4 | 2 | 3 | 0 | 11 | 104 | 7 | 52 |
Octal | 320 | 316 | 324 | 2 | 3 | 0 | 21 | 404 | 7 | 122 |
Binary | 11010000 | 11001110 | 11010100 | 10 | 11 | 0 | 10001 | 100000100 | 111 | 1010010 |
Color Harmonies of #D0CED4
Complementary color
Monochromatic Colors of #D0CED4
Black with #D0CED4
Text Example
Text Example
White with #D0CED4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0CED4; }
p { color: rgb(208,206,212); }
H1.HeaderClassName
{
color: #D0CED4;
}
.AnyTagClassName
{
color: #D0CED4;
}
</style>
background-color css
<style>
a { background-color: #D0CED4; }
a { background-color: rgb(208,206,212); }
div.DivClassName
{
background-color: #D0CED4;
}
.BgClassName
{
background-color: #D0CED4;
}
</style>
border-color css
<style>
span { border-color: #D0CED4; }
span { border-color: rgb(208,206,212); }
td.TdClassName
{
border-color: #D0CED4;
}
.TagClassName
{
border-color: #D0CED4;
}
</style>