Shades of Fog #D4D0D9
Tints of Fog #D4D0D9
RGB
CMYK
RGB Variations
Color information
#D4D0D9 (or 0xD4D0D9) is known color: Fog. HEX triplet: D4, D0 and D9. RGB value is (212,208,217). Sum of RGB (Red+Green+Blue) = 212+208+217=637 (84% of max value = 765). Red value is 212 (83.20% from 255 or 33.28% from 637); Green value is 208 (81.64% from 255 or 32.65% from 637); Blue value is 217 (85.16% from 255 or 34.07% from 637); Max value from RGB is 217 - color contains mainly: blue. Hex color #D4D0D9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D4D0D9 is #2B2F26. Grayscale: #D2D2D2. Windows color (decimal): -2830119 or 14274772. OLE color: 14274772.
HSL color Cylindrical-coordinate representation of color #D4D0D9: hue angle of 266.67º degrees, saturation: 0.11, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #D4D0D9 is Cyan = 0.02, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
RGB | 212 | 208 | 217 | - |
CMYK | 0.02 | 0.04 | 0 | 0.15 |
HSL | 266.67º | 0.11% | 0.83% | - |
HSV(B) | 266.67º | 0.04% | 0.85% | - |
XYZ | 62.23 | 64.12 | 74.74 | - |
YUV | 210.22 | 131.83 | 129.27 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 212 | 208 | 217 | 0.02 | 0.04 | 0 | 0.15 | 266.67 | 0.11 | 0.83 |
Hex | D4 | D0 | D9 | 2 | 4 | 0 | F | 10B | B | 53 |
Octal | 324 | 320 | 331 | 2 | 4 | 0 | 17 | 413 | 13 | 123 |
Binary | 11010100 | 11010000 | 11011001 | 10 | 100 | 0 | 1111 | 100001011 | 1011 | 1010011 |
Color Harmonies of #D4D0D9
Complementary color
Monochromatic Colors of #D4D0D9
Black with #D4D0D9
Text Example
Text Example
White with #D4D0D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4D0D9; }
p { color: rgb(212,208,217); }
H1.HeaderClassName
{
color: #D4D0D9;
}
.AnyTagClassName
{
color: #D4D0D9;
}
</style>
background-color css
<style>
a { background-color: #D4D0D9; }
a { background-color: rgb(212,208,217); }
div.DivClassName
{
background-color: #D4D0D9;
}
.BgClassName
{
background-color: #D4D0D9;
}
</style>
border-color css
<style>
span { border-color: #D4D0D9; }
span { border-color: rgb(212,208,217); }
td.TdClassName
{
border-color: #D4D0D9;
}
.TagClassName
{
border-color: #D4D0D9;
}
</style>