Shades of Fog #E5D8FD
Tints of Fog #E5D8FD
RGB
CMYK
RGB Variations
Color information
#E5D8FD (or 0xE5D8FD) is known color: Fog. HEX triplet: E5, D8 and FD. RGB value is (229,216,253). Sum of RGB (Red+Green+Blue) = 229+216+253=698 (92% of max value = 765). Red value is 229 (89.84% from 255 or 32.81% from 698); Green value is 216 (84.77% from 255 or 30.95% from 698); Blue value is 253 (99.22% from 255 or 36.25% from 698); Max value from RGB is 253 - color contains mainly: blue. Hex color #E5D8FD is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E5D8FD is #1A2702. Grayscale: #DFDFDF. Windows color (decimal): -1713923 or 16636133. OLE color: 16636133.
HSL color Cylindrical-coordinate representation of color #E5D8FD: hue angle of 261.08º degrees, saturation: 0.9, lightness: 0.92%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #E5D8FD is Cyan = 0.09, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 229 | 216 | 253 | - |
| CMYK | 0.09 | 0.15 | 0 | 0.01 |
| HSL | 261.08º | 0.9% | 0.92% | - |
| HSV(B) | 261.08º | 0.15% | 0.99% | - |
| XYZ | 74.6 | 72.86 | 103.06 | - |
| YUV | 224.11 | 144.31 | 131.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 216 | 253 | 0.09 | 0.15 | 0 | 0.01 | 261.08 | 0.9 | 0.92 |
| Hex | E5 | D8 | FD | 9 | F | 0 | 1 | 105 | 5A | 5C |
| Octal | 345 | 330 | 375 | 11 | 17 | 0 | 1 | 405 | 132 | 134 |
| Binary | 11100101 | 11011000 | 11111101 | 1001 | 1111 | 0 | 1 | 100000101 | 1011010 | 1011100 |
Color Harmonies of #E5D8FD
Complementary color
Monochromatic Colors of #E5D8FD
Black with #E5D8FD
Text Example
Text Example
White with #E5D8FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5D8FD; }
p { color: rgb(229,216,253); }
H1.HeaderClassName
{
color: #E5D8FD;
}
.AnyTagClassName
{
color: #E5D8FD;
}
</style>
background-color css
<style>
a { background-color: #E5D8FD; }
a { background-color: rgb(229,216,253); }
div.DivClassName
{
background-color: #E5D8FD;
}
.BgClassName
{
background-color: #E5D8FD;
}
</style>
border-color css
<style>
span { border-color: #E5D8FD; }
span { border-color: rgb(229,216,253); }
td.TdClassName
{
border-color: #E5D8FD;
}
.TagClassName
{
border-color: #E5D8FD;
}
</style>