Shades of Fog #D8D1EF
Tints of Fog #D8D1EF
RGB
CMYK
RGB Variations
Color information
#D8D1EF (or 0xD8D1EF) is known color: Fog. HEX triplet: D8, D1 and EF. RGB value is (216,209,239). Sum of RGB (Red+Green+Blue) = 216+209+239=664 (87% of max value = 765). Red value is 216 (84.77% from 255 or 32.53% from 664); Green value is 209 (82.03% from 255 or 31.48% from 664); Blue value is 239 (93.75% from 255 or 35.99% from 664); Max value from RGB is 239 - color contains mainly: blue. Hex color #D8D1EF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D8D1EF is #272E10. Grayscale: #D6D6D6. Windows color (decimal): -2567697 or 15716824. OLE color: 15716824.
HSL color Cylindrical-coordinate representation of color #D8D1EF: hue angle of 254º degrees, saturation: 0.48, 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 #D8D1EF is Cyan = 0.10, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 216 | 209 | 239 | - |
| CMYK | 0.10 | 0.13 | 0 | 0.06 |
| HSL | 254º | 0.48% | 0.88% | - |
| HSV(B) | 254º | 0.13% | 0.94% | - |
| XYZ | 66.7 | 66.43 | 90.97 | - |
| YUV | 214.51 | 141.82 | 129.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 209 | 239 | 0.10 | 0.13 | 0 | 0.06 | 254 | 0.48 | 0.88 |
| Hex | D8 | D1 | EF | A | D | 0 | 6 | FE | 30 | 58 |
| Octal | 330 | 321 | 357 | 12 | 15 | 0 | 6 | 376 | 60 | 130 |
| Binary | 11011000 | 11010001 | 11101111 | 1010 | 1101 | 0 | 110 | 11111110 | 110000 | 1011000 |
Color Harmonies of #D8D1EF
Complementary color
Monochromatic Colors of #D8D1EF
Black with #D8D1EF
Text Example
Text Example
White with #D8D1EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8D1EF; }
p { color: rgb(216,209,239); }
H1.HeaderClassName
{
color: #D8D1EF;
}
.AnyTagClassName
{
color: #D8D1EF;
}
</style>
background-color css
<style>
a { background-color: #D8D1EF; }
a { background-color: rgb(216,209,239); }
div.DivClassName
{
background-color: #D8D1EF;
}
.BgClassName
{
background-color: #D8D1EF;
}
</style>
border-color css
<style>
span { border-color: #D8D1EF; }
span { border-color: rgb(216,209,239); }
td.TdClassName
{
border-color: #D8D1EF;
}
.TagClassName
{
border-color: #D8D1EF;
}
</style>