Shades of Fog #D8D0E9
Tints of Fog #D8D0E9
RGB
CMYK
RGB Variations
Color information
#D8D0E9 (or 0xD8D0E9) is known color: Fog. HEX triplet: D8, D0 and E9. RGB value is (216,208,233). Sum of RGB (Red+Green+Blue) = 216+208+233=657 (87% of max value = 765). Red value is 216 (84.77% from 255 or 32.88% from 657); Green value is 208 (81.64% from 255 or 31.66% from 657); Blue value is 233 (91.41% from 255 or 35.46% from 657); Max value from RGB is 233 - color contains mainly: blue. Hex color #D8D0E9 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D8D0E9 is #272F16. Grayscale: #D5D5D5. Windows color (decimal): -2567959 or 15323352. OLE color: 15323352.
HSL color Cylindrical-coordinate representation of color #D8D0E9: hue angle of 259.2º degrees, saturation: 0.36, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #D8D0E9 is Cyan = 0.07, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 216 | 208 | 233 | - |
| CMYK | 0.07 | 0.11 | 0 | 0.09 |
| HSL | 259.2º | 0.36% | 0.86% | - |
| HSV(B) | 259.2º | 0.11% | 0.91% | - |
| XYZ | 65.58 | 65.59 | 86.3 | - |
| YUV | 213.24 | 139.15 | 129.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 208 | 233 | 0.07 | 0.11 | 0 | 0.09 | 259.2 | 0.36 | 0.86 |
| Hex | D8 | D0 | E9 | 7 | B | 0 | 9 | 103 | 24 | 56 |
| Octal | 330 | 320 | 351 | 7 | 13 | 0 | 11 | 403 | 44 | 126 |
| Binary | 11011000 | 11010000 | 11101001 | 111 | 1011 | 0 | 1001 | 100000011 | 100100 | 1010110 |
Color Harmonies of #D8D0E9
Complementary color
Monochromatic Colors of #D8D0E9
Black with #D8D0E9
Text Example
Text Example
White with #D8D0E9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8D0E9; }
p { color: rgb(216,208,233); }
H1.HeaderClassName
{
color: #D8D0E9;
}
.AnyTagClassName
{
color: #D8D0E9;
}
</style>
background-color css
<style>
a { background-color: #D8D0E9; }
a { background-color: rgb(216,208,233); }
div.DivClassName
{
background-color: #D8D0E9;
}
.BgClassName
{
background-color: #D8D0E9;
}
</style>
border-color css
<style>
span { border-color: #D8D0E9; }
span { border-color: rgb(216,208,233); }
td.TdClassName
{
border-color: #D8D0E9;
}
.TagClassName
{
border-color: #D8D0E9;
}
</style>