Shades of Fog #D4D1D8
Tints of Fog #D4D1D8
RGB
CMYK
RGB Variations
Color information
#D4D1D8 (or 0xD4D1D8) is known color: Fog. HEX triplet: D4, D1 and D8. RGB value is (212,209,216). Sum of RGB (Red+Green+Blue) = 212+209+216=637 (84% of max value = 765). Red value is 212 (83.20% from 255 or 33.28% from 637); Green value is 209 (82.03% from 255 or 32.81% from 637); Blue value is 216 (84.77% from 255 or 33.91% from 637); Max value from RGB is 216 - color contains mainly: blue. Hex color #D4D1D8 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D4D1D8 is #2B2E27. Grayscale: #D2D2D2. Windows color (decimal): -2829864 or 14209492. OLE color: 14209492.
HSL color Cylindrical-coordinate representation of color #D4D1D8: hue angle of 265.71º degrees, saturation: 0.08, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #D4D1D8 is Cyan = 0.02, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
RGB | 212 | 209 | 216 | - |
CMYK | 0.02 | 0.03 | 0 | 0.15 |
HSL | 265.71º | 0.08% | 0.83% | - |
HSV(B) | 265.71º | 0.03% | 0.85% | - |
XYZ | 62.35 | 64.56 | 74.14 | - |
YUV | 210.7 | 130.99 | 128.93 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 212 | 209 | 216 | 0.02 | 0.03 | 0 | 0.15 | 265.71 | 0.08 | 0.83 |
Hex | D4 | D1 | D8 | 2 | 3 | 0 | F | 10A | 8 | 53 |
Octal | 324 | 321 | 330 | 2 | 3 | 0 | 17 | 412 | 10 | 123 |
Binary | 11010100 | 11010001 | 11011000 | 10 | 11 | 0 | 1111 | 100001010 | 1000 | 1010011 |
Color Harmonies of #D4D1D8
Complementary color
Monochromatic Colors of #D4D1D8
Black with #D4D1D8
Text Example
Text Example
White with #D4D1D8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4D1D8; }
p { color: rgb(212,209,216); }
H1.HeaderClassName
{
color: #D4D1D8;
}
.AnyTagClassName
{
color: #D4D1D8;
}
</style>
background-color css
<style>
a { background-color: #D4D1D8; }
a { background-color: rgb(212,209,216); }
div.DivClassName
{
background-color: #D4D1D8;
}
.BgClassName
{
background-color: #D4D1D8;
}
</style>
border-color css
<style>
span { border-color: #D4D1D8; }
span { border-color: rgb(212,209,216); }
td.TdClassName
{
border-color: #D4D1D8;
}
.TagClassName
{
border-color: #D4D1D8;
}
</style>