Shades of Fog #D8D0EF
Tints of Fog #D8D0EF
RGB
CMYK
RGB Variations
Color information
#D8D0EF (or 0xD8D0EF) is known color: Fog. HEX triplet: D8, D0 and EF. RGB value is (216,208,239). Sum of RGB (Red+Green+Blue) = 216+208+239=663 (87% of max value = 765). Red value is 216 (84.77% from 255 or 32.58% from 663); Green value is 208 (81.64% from 255 or 31.37% from 663); Blue value is 239 (93.75% from 255 or 36.05% from 663); Max value from RGB is 239 - color contains mainly: blue. Hex color #D8D0EF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D8D0EF is #272F10. Grayscale: #D5D5D5. Windows color (decimal): -2567953 or 15716568. OLE color: 15716568.
HSL color Cylindrical-coordinate representation of color #D8D0EF: hue angle of 255.48º degrees, saturation: 0.49, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #D8D0EF is Cyan = 0.10, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 216 | 208 | 239 | - |
| CMYK | 0.10 | 0.13 | 0 | 0.06 |
| HSL | 255.48º | 0.49% | 0.88% | - |
| HSV(B) | 255.48º | 0.13% | 0.94% | - |
| XYZ | 66.45 | 65.94 | 90.89 | - |
| YUV | 213.93 | 142.15 | 129.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 208 | 239 | 0.10 | 0.13 | 0 | 0.06 | 255.48 | 0.49 | 0.88 |
| Hex | D8 | D0 | EF | A | D | 0 | 6 | FF | 31 | 58 |
| Octal | 330 | 320 | 357 | 12 | 15 | 0 | 6 | 377 | 61 | 130 |
| Binary | 11011000 | 11010000 | 11101111 | 1010 | 1101 | 0 | 110 | 11111111 | 110001 | 1011000 |
Color Harmonies of #D8D0EF
Complementary color
Monochromatic Colors of #D8D0EF
Black with #D8D0EF
Text Example
Text Example
White with #D8D0EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8D0EF; }
p { color: rgb(216,208,239); }
H1.HeaderClassName
{
color: #D8D0EF;
}
.AnyTagClassName
{
color: #D8D0EF;
}
</style>
background-color css
<style>
a { background-color: #D8D0EF; }
a { background-color: rgb(216,208,239); }
div.DivClassName
{
background-color: #D8D0EF;
}
.BgClassName
{
background-color: #D8D0EF;
}
</style>
border-color css
<style>
span { border-color: #D8D0EF; }
span { border-color: rgb(216,208,239); }
td.TdClassName
{
border-color: #D8D0EF;
}
.TagClassName
{
border-color: #D8D0EF;
}
</style>