Shades of Fog #D8D0E5
Tints of Fog #D8D0E5
RGB
CMYK
RGB Variations
Color information
#D8D0E5 (or 0xD8D0E5) is known color: Fog. HEX triplet: D8, D0 and E5. RGB value is (216,208,229). Sum of RGB (Red+Green+Blue) = 216+208+229=653 (86% of max value = 765). Red value is 216 (84.77% from 255 or 33.08% from 653); Green value is 208 (81.64% from 255 or 31.85% from 653); Blue value is 229 (89.84% from 255 or 35.07% from 653); Max value from RGB is 229 - color contains mainly: blue. Hex color #D8D0E5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D8D0E5 is #272F1A. Grayscale: #D4D4D4. Windows color (decimal): -2567963 or 15061208. OLE color: 15061208.
HSL color Cylindrical-coordinate representation of color #D8D0E5: hue angle of 262.86º degrees, saturation: 0.29, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #D8D0E5 is Cyan = 0.06, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 216 | 208 | 229 | - |
| CMYK | 0.06 | 0.09 | 0 | 0.10 |
| HSL | 262.86º | 0.29% | 0.86% | - |
| HSV(B) | 262.86º | 0.09% | 0.9% | - |
| XYZ | 65.02 | 65.37 | 83.32 | - |
| YUV | 212.79 | 137.15 | 130.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 208 | 229 | 0.06 | 0.09 | 0 | 0.10 | 262.86 | 0.29 | 0.86 |
| Hex | D8 | D0 | E5 | 6 | 9 | 0 | A | 107 | 1D | 56 |
| Octal | 330 | 320 | 345 | 6 | 11 | 0 | 12 | 407 | 35 | 126 |
| Binary | 11011000 | 11010000 | 11100101 | 110 | 1001 | 0 | 1010 | 100000111 | 11101 | 1010110 |
Color Harmonies of #D8D0E5
Complementary color
Monochromatic Colors of #D8D0E5
Black with #D8D0E5
Text Example
Text Example
White with #D8D0E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8D0E5; }
p { color: rgb(216,208,229); }
H1.HeaderClassName
{
color: #D8D0E5;
}
.AnyTagClassName
{
color: #D8D0E5;
}
</style>
background-color css
<style>
a { background-color: #D8D0E5; }
a { background-color: rgb(216,208,229); }
div.DivClassName
{
background-color: #D8D0E5;
}
.BgClassName
{
background-color: #D8D0E5;
}
</style>
border-color css
<style>
span { border-color: #D8D0E5; }
span { border-color: rgb(216,208,229); }
td.TdClassName
{
border-color: #D8D0E5;
}
.TagClassName
{
border-color: #D8D0E5;
}
</style>