Shades of Fog #D4D0DD
Tints of Fog #D4D0DD
RGB
CMYK
RGB Variations
Color information
#D4D0DD (or 0xD4D0DD) is known color: Fog. HEX triplet: D4, D0 and DD. RGB value is (212,208,221). Sum of RGB (Red+Green+Blue) = 212+208+221=641 (84% of max value = 765). Red value is 212 (83.20% from 255 or 33.07% from 641); Green value is 208 (81.64% from 255 or 32.45% from 641); Blue value is 221 (86.72% from 255 or 34.48% from 641); Max value from RGB is 221 - color contains mainly: blue. Hex color #D4D0DD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D4D0DD is #2B2F22. Grayscale: #D2D2D2. Windows color (decimal): -2830115 or 14536916. OLE color: 14536916.
HSL color Cylindrical-coordinate representation of color #D4D0DD: hue angle of 258.46º degrees, saturation: 0.16, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #D4D0DD is Cyan = 0.04, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
RGB | 212 | 208 | 221 | - |
CMYK | 0.04 | 0.06 | 0 | 0.13 |
HSL | 258.46º | 0.16% | 0.84% | - |
HSV(B) | 258.46º | 0.06% | 0.87% | - |
XYZ | 62.76 | 64.33 | 77.52 | - |
YUV | 210.68 | 133.83 | 128.94 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 212 | 208 | 221 | 0.04 | 0.06 | 0 | 0.13 | 258.46 | 0.16 | 0.84 |
Hex | D4 | D0 | DD | 4 | 6 | 0 | D | 102 | 10 | 54 |
Octal | 324 | 320 | 335 | 4 | 6 | 0 | 15 | 402 | 20 | 124 |
Binary | 11010100 | 11010000 | 11011101 | 100 | 110 | 0 | 1101 | 100000010 | 10000 | 1010100 |
Color Harmonies of #D4D0DD
Complementary color
Monochromatic Colors of #D4D0DD
Black with #D4D0DD
Text Example
Text Example
White with #D4D0DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4D0DD; }
p { color: rgb(212,208,221); }
H1.HeaderClassName
{
color: #D4D0DD;
}
.AnyTagClassName
{
color: #D4D0DD;
}
</style>
background-color css
<style>
a { background-color: #D4D0DD; }
a { background-color: rgb(212,208,221); }
div.DivClassName
{
background-color: #D4D0DD;
}
.BgClassName
{
background-color: #D4D0DD;
}
</style>
border-color css
<style>
span { border-color: #D4D0DD; }
span { border-color: rgb(212,208,221); }
td.TdClassName
{
border-color: #D4D0DD;
}
.TagClassName
{
border-color: #D4D0DD;
}
</style>