Shades of Fog #D7D4DC
Tints of Fog #D7D4DC
RGB
CMYK
RGB Variations
Color information
#D7D4DC (or 0xD7D4DC) is known color: Fog. HEX triplet: D7, D4 and DC. RGB value is (215,212,220). Sum of RGB (Red+Green+Blue) = 215+212+220=647 (85% of max value = 765). Red value is 215 (84.38% from 255 or 33.23% from 647); Green value is 212 (83.20% from 255 or 32.77% from 647); Blue value is 220 (86.33% from 255 or 34.00% from 647); Max value from RGB is 220 - color contains mainly: blue. Hex color #D7D4DC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D7D4DC is #282B23. Grayscale: #D5D5D5. Windows color (decimal): -2632484 or 14472407. OLE color: 14472407.
HSL color Cylindrical-coordinate representation of color #D7D4DC: hue angle of 262.5º degrees, saturation: 0.1, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #D7D4DC is Cyan = 0.02, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 215 | 212 | 220 | - |
| CMYK | 0.02 | 0.04 | 0 | 0.14 |
| HSL | 262.5º | 0.1% | 0.85% | - |
| HSV(B) | 262.5º | 0.04% | 0.86% | - |
| XYZ | 64.49 | 66.7 | 77.19 | - |
| YUV | 213.81 | 131.49 | 128.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 212 | 220 | 0.02 | 0.04 | 0 | 0.14 | 262.5 | 0.1 | 0.85 |
| Hex | D7 | D4 | DC | 2 | 4 | 0 | E | 106 | A | 55 |
| Octal | 327 | 324 | 334 | 2 | 4 | 0 | 16 | 406 | 12 | 125 |
| Binary | 11010111 | 11010100 | 11011100 | 10 | 100 | 0 | 1110 | 100000110 | 1010 | 1010101 |
Color Harmonies of #D7D4DC
Complementary color
Monochromatic Colors of #D7D4DC
Black with #D7D4DC
Text Example
Text Example
White with #D7D4DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7D4DC; }
p { color: rgb(215,212,220); }
H1.HeaderClassName
{
color: #D7D4DC;
}
.AnyTagClassName
{
color: #D7D4DC;
}
</style>
background-color css
<style>
a { background-color: #D7D4DC; }
a { background-color: rgb(215,212,220); }
div.DivClassName
{
background-color: #D7D4DC;
}
.BgClassName
{
background-color: #D7D4DC;
}
</style>
border-color css
<style>
span { border-color: #D7D4DC; }
span { border-color: rgb(215,212,220); }
td.TdClassName
{
border-color: #D7D4DC;
}
.TagClassName
{
border-color: #D7D4DC;
}
</style>