Shades of Fog #E5DAF8
Tints of Fog #E5DAF8
RGB
CMYK
RGB Variations
Color information
#E5DAF8 (or 0xE5DAF8) is known color: Fog. HEX triplet: E5, DA and F8. RGB value is (229,218,248). Sum of RGB (Red+Green+Blue) = 229+218+248=695 (92% of max value = 765). Red value is 229 (89.84% from 255 or 32.95% from 695); Green value is 218 (85.55% from 255 or 31.37% from 695); Blue value is 248 (97.27% from 255 or 35.68% from 695); Max value from RGB is 248 - color contains mainly: blue. Hex color #E5DAF8 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E5DAF8 is #1A2507. Grayscale: #E0E0E0. Windows color (decimal): -1713416 or 16308965. OLE color: 16308965.
HSL color Cylindrical-coordinate representation of color #E5DAF8: hue angle of 262º degrees, saturation: 0.68, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #E5DAF8 is Cyan = 0.08, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 229 | 218 | 248 | - |
| CMYK | 0.08 | 0.12 | 0 | 0.03 |
| HSL | 262º | 0.68% | 0.91% | - |
| HSV(B) | 262º | 0.12% | 0.97% | - |
| XYZ | 74.33 | 73.58 | 99.09 | - |
| YUV | 224.71 | 141.14 | 131.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 218 | 248 | 0.08 | 0.12 | 0 | 0.03 | 262 | 0.68 | 0.91 |
| Hex | E5 | DA | F8 | 8 | C | 0 | 3 | 106 | 44 | 5B |
| Octal | 345 | 332 | 370 | 10 | 14 | 0 | 3 | 406 | 104 | 133 |
| Binary | 11100101 | 11011010 | 11111000 | 1000 | 1100 | 0 | 11 | 100000110 | 1000100 | 1011011 |
Color Harmonies of #E5DAF8
Complementary color
Monochromatic Colors of #E5DAF8
Black with #E5DAF8
Text Example
Text Example
White with #E5DAF8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5DAF8; }
p { color: rgb(229,218,248); }
H1.HeaderClassName
{
color: #E5DAF8;
}
.AnyTagClassName
{
color: #E5DAF8;
}
</style>
background-color css
<style>
a { background-color: #E5DAF8; }
a { background-color: rgb(229,218,248); }
div.DivClassName
{
background-color: #E5DAF8;
}
.BgClassName
{
background-color: #E5DAF8;
}
</style>
border-color css
<style>
span { border-color: #E5DAF8; }
span { border-color: rgb(229,218,248); }
td.TdClassName
{
border-color: #E5DAF8;
}
.TagClassName
{
border-color: #E5DAF8;
}
</style>