Shades of Fog #E5D8FC
Tints of Fog #E5D8FC
RGB
CMYK
RGB Variations
Color information
#E5D8FC (or 0xE5D8FC) is known color: Fog. HEX triplet: E5, D8 and FC. RGB value is (229,216,252). Sum of RGB (Red+Green+Blue) = 229+216+252=697 (92% of max value = 765). Red value is 229 (89.84% from 255 or 32.86% from 697); Green value is 216 (84.77% from 255 or 30.99% from 697); Blue value is 252 (98.83% from 255 or 36.15% from 697); Max value from RGB is 252 - color contains mainly: blue. Hex color #E5D8FC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E5D8FC is #1A2703. Grayscale: #DFDFDF. Windows color (decimal): -1713924 or 16570597. OLE color: 16570597.
HSL color Cylindrical-coordinate representation of color #E5D8FC: hue angle of 261.67º degrees, saturation: 0.86, lightness: 0.92%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #E5D8FC is Cyan = 0.09, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 229 | 216 | 252 | - |
| CMYK | 0.09 | 0.14 | 0 | 0.01 |
| HSL | 261.67º | 0.86% | 0.92% | - |
| HSV(B) | 261.67º | 0.14% | 0.99% | - |
| XYZ | 74.44 | 72.8 | 102.22 | - |
| YUV | 223.99 | 143.81 | 131.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 216 | 252 | 0.09 | 0.14 | 0 | 0.01 | 261.67 | 0.86 | 0.92 |
| Hex | E5 | D8 | FC | 9 | E | 0 | 1 | 106 | 56 | 5C |
| Octal | 345 | 330 | 374 | 11 | 16 | 0 | 1 | 406 | 126 | 134 |
| Binary | 11100101 | 11011000 | 11111100 | 1001 | 1110 | 0 | 1 | 100000110 | 1010110 | 1011100 |
Color Harmonies of #E5D8FC
Complementary color
Monochromatic Colors of #E5D8FC
Black with #E5D8FC
Text Example
Text Example
White with #E5D8FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5D8FC; }
p { color: rgb(229,216,252); }
H1.HeaderClassName
{
color: #E5D8FC;
}
.AnyTagClassName
{
color: #E5D8FC;
}
</style>
background-color css
<style>
a { background-color: #E5D8FC; }
a { background-color: rgb(229,216,252); }
div.DivClassName
{
background-color: #E5D8FC;
}
.BgClassName
{
background-color: #E5D8FC;
}
</style>
border-color css
<style>
span { border-color: #E5D8FC; }
span { border-color: rgb(229,216,252); }
td.TdClassName
{
border-color: #E5D8FC;
}
.TagClassName
{
border-color: #E5D8FC;
}
</style>