Shades of Fog #D8D3E1
Tints of Fog #D8D3E1
RGB
CMYK
RGB Variations
Color information
#D8D3E1 (or 0xD8D3E1) is known color: Fog. HEX triplet: D8, D3 and E1. RGB value is (216,211,225). Sum of RGB (Red+Green+Blue) = 216+211+225=652 (86% of max value = 765). Red value is 216 (84.77% from 255 or 33.13% from 652); Green value is 211 (82.81% from 255 or 32.36% from 652); Blue value is 225 (88.28% from 255 or 34.51% from 652); Max value from RGB is 225 - color contains mainly: blue. Hex color #D8D3E1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D8D3E1 is #272C1E. Grayscale: #D6D6D6. Windows color (decimal): -2567199 or 14799832. OLE color: 14799832.
HSL color Cylindrical-coordinate representation of color #D8D3E1: hue angle of 261.43º degrees, saturation: 0.19, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #D8D3E1 is Cyan = 0.04, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 216 | 211 | 225 | - |
| CMYK | 0.04 | 0.06 | 0 | 0.12 |
| HSL | 261.43º | 0.19% | 0.85% | - |
| HSV(B) | 261.43º | 0.06% | 0.88% | - |
| XYZ | 65.2 | 66.62 | 80.66 | - |
| YUV | 214.09 | 134.16 | 129.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 211 | 225 | 0.04 | 0.06 | 0 | 0.12 | 261.43 | 0.19 | 0.85 |
| Hex | D8 | D3 | E1 | 4 | 6 | 0 | C | 105 | 13 | 55 |
| Octal | 330 | 323 | 341 | 4 | 6 | 0 | 14 | 405 | 23 | 125 |
| Binary | 11011000 | 11010011 | 11100001 | 100 | 110 | 0 | 1100 | 100000101 | 10011 | 1010101 |
Color Harmonies of #D8D3E1
Complementary color
Monochromatic Colors of #D8D3E1
Black with #D8D3E1
Text Example
Text Example
White with #D8D3E1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8D3E1; }
p { color: rgb(216,211,225); }
H1.HeaderClassName
{
color: #D8D3E1;
}
.AnyTagClassName
{
color: #D8D3E1;
}
</style>
background-color css
<style>
a { background-color: #D8D3E1; }
a { background-color: rgb(216,211,225); }
div.DivClassName
{
background-color: #D8D3E1;
}
.BgClassName
{
background-color: #D8D3E1;
}
</style>
border-color css
<style>
span { border-color: #D8D3E1; }
span { border-color: rgb(216,211,225); }
td.TdClassName
{
border-color: #D8D3E1;
}
.TagClassName
{
border-color: #D8D3E1;
}
</style>