Shades of Fog #E1D3FF
Tints of Fog #E1D3FF
RGB
CMYK
RGB Variations
Color information
#E1D3FF (or 0xE1D3FF) is known color: Fog. HEX triplet: E1, D3 and FF. RGB value is (225,211,255). Sum of RGB (Red+Green+Blue) = 225+211+255=691 (91% of max value = 765). Red value is 225 (88.28% from 255 or 32.56% from 691); Green value is 211 (82.81% from 255 or 30.54% from 691); Blue value is 255 (100% from 255 or 36.90% from 691); Max value from RGB is 255 - color contains mainly: blue. Hex color #E1D3FF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E1D3FF is #1E2C00. Grayscale: #DCDCDC. Windows color (decimal): -1977345 or 16765921. OLE color: 16765921.
HSL color Cylindrical-coordinate representation of color #E1D3FF: hue angle of 259.09º degrees, saturation: 1, lightness: 0.91%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #E1D3FF is Cyan = 0.12, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 225 | 211 | 255 | - |
| CMYK | 0.12 | 0.17 | 0 | 0 |
| HSL | 259.09º | 1% | 0.91% | - |
| HSV(B) | 259.09º | 0.17% | 1% | - |
| XYZ | 72.4 | 69.82 | 104.27 | - |
| YUV | 220.2 | 147.64 | 131.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 211 | 255 | 0.12 | 0.17 | 0 | 0 | 259.09 | 1 | 0.91 |
| Hex | E1 | D3 | FF | C | 11 | 0 | 0 | 103 | 64 | 5B |
| Octal | 341 | 323 | 377 | 14 | 21 | 0 | 0 | 403 | 144 | 133 |
| Binary | 11100001 | 11010011 | 11111111 | 1100 | 10001 | 0 | 0 | 100000011 | 1100100 | 1011011 |
Color Harmonies of #E1D3FF
Complementary color
Monochromatic Colors of #E1D3FF
Black with #E1D3FF
Text Example
Text Example
White with #E1D3FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1D3FF; }
p { color: rgb(225,211,255); }
H1.HeaderClassName
{
color: #E1D3FF;
}
.AnyTagClassName
{
color: #E1D3FF;
}
</style>
background-color css
<style>
a { background-color: #E1D3FF; }
a { background-color: rgb(225,211,255); }
div.DivClassName
{
background-color: #E1D3FF;
}
.BgClassName
{
background-color: #E1D3FF;
}
</style>
border-color css
<style>
span { border-color: #E1D3FF; }
span { border-color: rgb(225,211,255); }
td.TdClassName
{
border-color: #E1D3FF;
}
.TagClassName
{
border-color: #E1D3FF;
}
</style>