Shades of Fog #E5D1FF
Tints of Fog #E5D1FF
RGB
CMYK
RGB Variations
Color information
#E5D1FF (or 0xE5D1FF) is known color: Fog. HEX triplet: E5, D1 and FF. RGB value is (229,209,255). Sum of RGB (Red+Green+Blue) = 229+209+255=693 (91% of max value = 765). Red value is 229 (89.84% from 255 or 33.04% from 693); Green value is 209 (82.03% from 255 or 30.16% from 693); Blue value is 255 (100% from 255 or 36.80% from 693); Max value from RGB is 255 - color contains mainly: blue. Hex color #E5D1FF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E5D1FF is #1A2E00. Grayscale: #DCDCDC. Windows color (decimal): -1715713 or 16765413. OLE color: 16765413.
HSL color Cylindrical-coordinate representation of color #E5D1FF: hue angle of 266.09º degrees, saturation: 1, lightness: 0.91%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #E5D1FF is Cyan = 0.10, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 229 | 209 | 255 | - |
| CMYK | 0.10 | 0.18 | 0 | 0 |
| HSL | 266.09º | 1% | 0.91% | - |
| HSV(B) | 266.09º | 0.18% | 1% | - |
| XYZ | 73.16 | 69.48 | 104.16 | - |
| YUV | 220.22 | 147.63 | 134.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 209 | 255 | 0.10 | 0.18 | 0 | 0 | 266.09 | 1 | 0.91 |
| Hex | E5 | D1 | FF | A | 12 | 0 | 0 | 10A | 64 | 5B |
| Octal | 345 | 321 | 377 | 12 | 22 | 0 | 0 | 412 | 144 | 133 |
| Binary | 11100101 | 11010001 | 11111111 | 1010 | 10010 | 0 | 0 | 100001010 | 1100100 | 1011011 |
Color Harmonies of #E5D1FF
Complementary color
Monochromatic Colors of #E5D1FF
Black with #E5D1FF
Text Example
Text Example
White with #E5D1FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5D1FF; }
p { color: rgb(229,209,255); }
H1.HeaderClassName
{
color: #E5D1FF;
}
.AnyTagClassName
{
color: #E5D1FF;
}
</style>
background-color css
<style>
a { background-color: #E5D1FF; }
a { background-color: rgb(229,209,255); }
div.DivClassName
{
background-color: #E5D1FF;
}
.BgClassName
{
background-color: #E5D1FF;
}
</style>
border-color css
<style>
span { border-color: #E5D1FF; }
span { border-color: rgb(229,209,255); }
td.TdClassName
{
border-color: #E5D1FF;
}
.TagClassName
{
border-color: #E5D1FF;
}
</style>