Shades of Fog #D8D3E7
Tints of Fog #D8D3E7
RGB
CMYK
RGB Variations
Color information
#D8D3E7 (or 0xD8D3E7) is known color: Fog. HEX triplet: D8, D3 and E7. RGB value is (216,211,231). Sum of RGB (Red+Green+Blue) = 216+211+231=658 (87% of max value = 765). Red value is 216 (84.77% from 255 or 32.83% from 658); Green value is 211 (82.81% from 255 or 32.07% from 658); Blue value is 231 (90.62% from 255 or 35.11% from 658); Max value from RGB is 231 - color contains mainly: blue. Hex color #D8D3E7 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D8D3E7 is #272C18. Grayscale: #D6D6D6. Windows color (decimal): -2567193 or 15193048. OLE color: 15193048.
HSL color Cylindrical-coordinate representation of color #D8D3E7: hue angle of 255º degrees, saturation: 0.29, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #D8D3E7 is Cyan = 0.06, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 216 | 211 | 231 | - |
| CMYK | 0.06 | 0.09 | 0 | 0.09 |
| HSL | 255º | 0.29% | 0.87% | - |
| HSV(B) | 255º | 0.09% | 0.91% | - |
| XYZ | 66.04 | 66.96 | 85.04 | - |
| YUV | 214.78 | 137.16 | 128.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 211 | 231 | 0.06 | 0.09 | 0 | 0.09 | 255 | 0.29 | 0.87 |
| Hex | D8 | D3 | E7 | 6 | 9 | 0 | 9 | FF | 1D | 57 |
| Octal | 330 | 323 | 347 | 6 | 11 | 0 | 11 | 377 | 35 | 127 |
| Binary | 11011000 | 11010011 | 11100111 | 110 | 1001 | 0 | 1001 | 11111111 | 11101 | 1010111 |
Color Harmonies of #D8D3E7
Complementary color
Monochromatic Colors of #D8D3E7
Black with #D8D3E7
Text Example
Text Example
White with #D8D3E7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8D3E7; }
p { color: rgb(216,211,231); }
H1.HeaderClassName
{
color: #D8D3E7;
}
.AnyTagClassName
{
color: #D8D3E7;
}
</style>
background-color css
<style>
a { background-color: #D8D3E7; }
a { background-color: rgb(216,211,231); }
div.DivClassName
{
background-color: #D8D3E7;
}
.BgClassName
{
background-color: #D8D3E7;
}
</style>
border-color css
<style>
span { border-color: #D8D3E7; }
span { border-color: rgb(216,211,231); }
td.TdClassName
{
border-color: #D8D3E7;
}
.TagClassName
{
border-color: #D8D3E7;
}
</style>