Shades of Fog #D4D0DC
Tints of Fog #D4D0DC
RGB
CMYK
RGB Variations
Color information
#D4D0DC (or 0xD4D0DC) is known color: Fog. HEX triplet: D4, D0 and DC. RGB value is (212,208,220). Sum of RGB (Red+Green+Blue) = 212+208+220=640 (84% of max value = 765). Red value is 212 (83.20% from 255 or 33.12% from 640); Green value is 208 (81.64% from 255 or 32.5% from 640); Blue value is 220 (86.33% from 255 or 34.38% from 640); Max value from RGB is 220 - color contains mainly: blue. Hex color #D4D0DC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D4D0DC is #2B2F23. Grayscale: #D2D2D2. Windows color (decimal): -2830116 or 14471380. OLE color: 14471380.
HSL color Cylindrical-coordinate representation of color #D4D0DC: hue angle of 260º degrees, saturation: 0.15, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #D4D0DC is Cyan = 0.04, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 212 | 208 | 220 | - |
| CMYK | 0.04 | 0.05 | 0 | 0.14 |
| HSL | 260º | 0.15% | 0.84% | - |
| HSV(B) | 260º | 0.05% | 0.86% | - |
| XYZ | 62.63 | 64.28 | 76.82 | - |
| YUV | 210.56 | 133.33 | 129.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 208 | 220 | 0.04 | 0.05 | 0 | 0.14 | 260 | 0.15 | 0.84 |
| Hex | D4 | D0 | DC | 4 | 5 | 0 | E | 104 | F | 54 |
| Octal | 324 | 320 | 334 | 4 | 5 | 0 | 16 | 404 | 17 | 124 |
| Binary | 11010100 | 11010000 | 11011100 | 100 | 101 | 0 | 1110 | 100000100 | 1111 | 1010100 |
Color Harmonies of #D4D0DC
Complementary color
Monochromatic Colors of #D4D0DC
Black with #D4D0DC
Text Example
Text Example
White with #D4D0DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4D0DC; }
p { color: rgb(212,208,220); }
H1.HeaderClassName
{
color: #D4D0DC;
}
.AnyTagClassName
{
color: #D4D0DC;
}
</style>
background-color css
<style>
a { background-color: #D4D0DC; }
a { background-color: rgb(212,208,220); }
div.DivClassName
{
background-color: #D4D0DC;
}
.BgClassName
{
background-color: #D4D0DC;
}
</style>
border-color css
<style>
span { border-color: #D4D0DC; }
span { border-color: rgb(212,208,220); }
td.TdClassName
{
border-color: #D4D0DC;
}
.TagClassName
{
border-color: #D4D0DC;
}
</style>