Shades of Fog #D4D2DC
Tints of Fog #D4D2DC
RGB
CMYK
RGB Variations
Color information
#D4D2DC (or 0xD4D2DC) is known color: Fog. HEX triplet: D4, D2 and DC. RGB value is (212,210,220). Sum of RGB (Red+Green+Blue) = 212+210+220=642 (85% of max value = 765). Red value is 212 (83.20% from 255 or 33.02% from 642); Green value is 210 (82.42% from 255 or 32.71% from 642); Blue value is 220 (86.33% from 255 or 34.27% from 642); Max value from RGB is 220 - color contains mainly: blue. Hex color #D4D2DC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D4D2DC is #2B2D23. Grayscale: #D3D3D3. Windows color (decimal): -2829604 or 14471892. OLE color: 14471892.
HSL color Cylindrical-coordinate representation of color #D4D2DC: hue angle of 252º degrees, saturation: 0.12, 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 #D4D2DC is Cyan = 0.04, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 212 | 210 | 220 | - |
| CMYK | 0.04 | 0.05 | 0 | 0.14 |
| HSL | 252º | 0.13% | 0.84% | - |
| HSV(B) | 252º | 0.05% | 0.86% | - |
| XYZ | 63.12 | 65.26 | 76.98 | - |
| YUV | 211.74 | 132.66 | 128.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 210 | 220 | 0.04 | 0.05 | 0 | 0.14 | 252 | 0.13 | 0.84 |
| Hex | D4 | D2 | DC | 4 | 5 | 0 | E | FC | C | 54 |
| Octal | 324 | 322 | 334 | 4 | 5 | 0 | 16 | 374 | 14 | 124 |
| Binary | 11010100 | 11010010 | 11011100 | 100 | 101 | 0 | 1110 | 11111100 | 1100 | 1010100 |
Color Harmonies of #D4D2DC
Complementary color
Monochromatic Colors of #D4D2DC
Black with #D4D2DC
Text Example
Text Example
White with #D4D2DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4D2DC; }
p { color: rgb(212,210,220); }
H1.HeaderClassName
{
color: #D4D2DC;
}
.AnyTagClassName
{
color: #D4D2DC;
}
</style>
background-color css
<style>
a { background-color: #D4D2DC; }
a { background-color: rgb(212,210,220); }
div.DivClassName
{
background-color: #D4D2DC;
}
.BgClassName
{
background-color: #D4D2DC;
}
</style>
border-color css
<style>
span { border-color: #D4D2DC; }
span { border-color: rgb(212,210,220); }
td.TdClassName
{
border-color: #D4D2DC;
}
.TagClassName
{
border-color: #D4D2DC;
}
</style>