Shades of Fog #E1D2FF
Tints of Fog #E1D2FF
RGB
CMYK
RGB Variations
Color information
#E1D2FF (or 0xE1D2FF) is known color: Fog. HEX triplet: E1, D2 and FF. RGB value is (225,210,255). Sum of RGB (Red+Green+Blue) = 225+210+255=690 (91% of max value = 765). Red value is 225 (88.28% from 255 or 32.61% from 690); Green value is 210 (82.42% from 255 or 30.43% from 690); Blue value is 255 (100% from 255 or 36.96% from 690); Max value from RGB is 255 - color contains mainly: blue. Hex color #E1D2FF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E1D2FF is #1E2D00. Grayscale: #DBDBDB. Windows color (decimal): -1977601 or 16765665. OLE color: 16765665.
HSL color Cylindrical-coordinate representation of color #E1D2FF: hue angle of 260º 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 #E1D2FF is Cyan = 0.12, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 225 | 210 | 255 | - |
| CMYK | 0.12 | 0.18 | 0 | 0 |
| HSL | 260º | 1% | 0.91% | - |
| HSV(B) | 260º | 0.18% | 1% | - |
| XYZ | 72.15 | 69.32 | 104.19 | - |
| YUV | 219.62 | 147.97 | 131.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 210 | 255 | 0.12 | 0.18 | 0 | 0 | 260 | 1 | 0.91 |
| Hex | E1 | D2 | FF | C | 12 | 0 | 0 | 104 | 64 | 5B |
| Octal | 341 | 322 | 377 | 14 | 22 | 0 | 0 | 404 | 144 | 133 |
| Binary | 11100001 | 11010010 | 11111111 | 1100 | 10010 | 0 | 0 | 100000100 | 1100100 | 1011011 |
Color Harmonies of #E1D2FF
Complementary color
Monochromatic Colors of #E1D2FF
Black with #E1D2FF
Text Example
Text Example
White with #E1D2FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1D2FF; }
p { color: rgb(225,210,255); }
H1.HeaderClassName
{
color: #E1D2FF;
}
.AnyTagClassName
{
color: #E1D2FF;
}
</style>
background-color css
<style>
a { background-color: #E1D2FF; }
a { background-color: rgb(225,210,255); }
div.DivClassName
{
background-color: #E1D2FF;
}
.BgClassName
{
background-color: #E1D2FF;
}
</style>
border-color css
<style>
span { border-color: #E1D2FF; }
span { border-color: rgb(225,210,255); }
td.TdClassName
{
border-color: #E1D2FF;
}
.TagClassName
{
border-color: #E1D2FF;
}
</style>