Shades of Fog #D8D4DD
Tints of Fog #D8D4DD
RGB
CMYK
RGB Variations
Color information
#D8D4DD (or 0xD8D4DD) is known color: Fog. HEX triplet: D8, D4 and DD. RGB value is (216,212,221). Sum of RGB (Red+Green+Blue) = 216+212+221=649 (85% of max value = 765). Red value is 216 (84.77% from 255 or 33.28% from 649); Green value is 212 (83.20% from 255 or 32.67% from 649); Blue value is 221 (86.72% from 255 or 34.05% from 649); Max value from RGB is 221 - color contains mainly: blue. Hex color #D8D4DD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D8D4DD is #272B22. Grayscale: #D6D6D6. Windows color (decimal): -2566947 or 14537944. OLE color: 14537944.
HSL color Cylindrical-coordinate representation of color #D8D4DD: hue angle of 266.67º degrees, saturation: 0.12, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #D8D4DD is Cyan = 0.02, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
RGB | 216 | 212 | 221 | - |
CMYK | 0.02 | 0.04 | 0 | 0.13 |
HSL | 266.67º | 0.12% | 0.85% | - |
HSV(B) | 266.67º | 0.04% | 0.87% | - |
XYZ | 64.91 | 66.91 | 77.9 | - |
YUV | 214.22 | 131.83 | 129.27 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 216 | 212 | 221 | 0.02 | 0.04 | 0 | 0.13 | 266.67 | 0.12 | 0.85 |
Hex | D8 | D4 | DD | 2 | 4 | 0 | D | 10B | C | 55 |
Octal | 330 | 324 | 335 | 2 | 4 | 0 | 15 | 413 | 14 | 125 |
Binary | 11011000 | 11010100 | 11011101 | 10 | 100 | 0 | 1101 | 100001011 | 1100 | 1010101 |
Color Harmonies of #D8D4DD
Complementary color
Monochromatic Colors of #D8D4DD
Black with #D8D4DD
Text Example
Text Example
White with #D8D4DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8D4DD; }
p { color: rgb(216,212,221); }
H1.HeaderClassName
{
color: #D8D4DD;
}
.AnyTagClassName
{
color: #D8D4DD;
}
</style>
background-color css
<style>
a { background-color: #D8D4DD; }
a { background-color: rgb(216,212,221); }
div.DivClassName
{
background-color: #D8D4DD;
}
.BgClassName
{
background-color: #D8D4DD;
}
</style>
border-color css
<style>
span { border-color: #D8D4DD; }
span { border-color: rgb(216,212,221); }
td.TdClassName
{
border-color: #D8D4DD;
}
.TagClassName
{
border-color: #D8D4DD;
}
</style>