Shades of Fog #D8D0EB
Tints of Fog #D8D0EB
RGB
CMYK
RGB Variations
Color information
#D8D0EB (or 0xD8D0EB) is known color: Fog. HEX triplet: D8, D0 and EB. RGB value is (216,208,235). Sum of RGB (Red+Green+Blue) = 216+208+235=659 (87% of max value = 765). Red value is 216 (84.77% from 255 or 32.78% from 659); Green value is 208 (81.64% from 255 or 31.56% from 659); Blue value is 235 (92.19% from 255 or 35.66% from 659); Max value from RGB is 235 - color contains mainly: blue. Hex color #D8D0EB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D8D0EB is #272F14. Grayscale: #D5D5D5. Windows color (decimal): -2567957 or 15454424. OLE color: 15454424.
HSL color Cylindrical-coordinate representation of color #D8D0EB: hue angle of 257.78º degrees, saturation: 0.4, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #D8D0EB is Cyan = 0.08, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 216 | 208 | 235 | - |
| CMYK | 0.08 | 0.11 | 0 | 0.08 |
| HSL | 257.78º | 0.4% | 0.87% | - |
| HSV(B) | 257.78º | 0.11% | 0.92% | - |
| XYZ | 65.87 | 65.71 | 87.81 | - |
| YUV | 213.47 | 140.15 | 129.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 208 | 235 | 0.08 | 0.11 | 0 | 0.08 | 257.78 | 0.4 | 0.87 |
| Hex | D8 | D0 | EB | 8 | B | 0 | 8 | 102 | 28 | 57 |
| Octal | 330 | 320 | 353 | 10 | 13 | 0 | 10 | 402 | 50 | 127 |
| Binary | 11011000 | 11010000 | 11101011 | 1000 | 1011 | 0 | 1000 | 100000010 | 101000 | 1010111 |
Color Harmonies of #D8D0EB
Complementary color
Monochromatic Colors of #D8D0EB
Black with #D8D0EB
Text Example
Text Example
White with #D8D0EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8D0EB; }
p { color: rgb(216,208,235); }
H1.HeaderClassName
{
color: #D8D0EB;
}
.AnyTagClassName
{
color: #D8D0EB;
}
</style>
background-color css
<style>
a { background-color: #D8D0EB; }
a { background-color: rgb(216,208,235); }
div.DivClassName
{
background-color: #D8D0EB;
}
.BgClassName
{
background-color: #D8D0EB;
}
</style>
border-color css
<style>
span { border-color: #D8D0EB; }
span { border-color: rgb(216,208,235); }
td.TdClassName
{
border-color: #D8D0EB;
}
.TagClassName
{
border-color: #D8D0EB;
}
</style>