Shades of Fog #E1D2FE
Tints of Fog #E1D2FE
RGB
CMYK
RGB Variations
Color information
#E1D2FE (or 0xE1D2FE) is known color: Fog. HEX triplet: E1, D2 and FE. RGB value is (225,210,254). Sum of RGB (Red+Green+Blue) = 225+210+254=689 (91% of max value = 765). Red value is 225 (88.28% from 255 or 32.66% from 689); Green value is 210 (82.42% from 255 or 30.48% from 689); Blue value is 254 (99.61% from 255 or 36.87% from 689); Max value from RGB is 254 - color contains mainly: blue. Hex color #E1D2FE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E1D2FE is #1E2D01. Grayscale: #DBDBDB. Windows color (decimal): -1977602 or 16700129. OLE color: 16700129.
HSL color Cylindrical-coordinate representation of color #E1D2FE: hue angle of 260.45º degrees, saturation: 0.96, lightness: 0.91%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #E1D2FE is Cyan = 0.11, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 225 | 210 | 254 | - |
| CMYK | 0.11 | 0.17 | 0 | 0.00 |
| HSL | 260.45º | 0.96% | 0.91% | - |
| HSV(B) | 260.45º | 0.17% | 1% | - |
| XYZ | 71.99 | 69.26 | 103.34 | - |
| YUV | 219.5 | 147.47 | 131.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 210 | 254 | 0.11 | 0.17 | 0 | 0.00 | 260.45 | 0.96 | 0.91 |
| Hex | E1 | D2 | FE | B | 11 | 0 | 0 | 104 | 60 | 5B |
| Octal | 341 | 322 | 376 | 13 | 21 | 0 | 0 | 404 | 140 | 133 |
| Binary | 11100001 | 11010010 | 11111110 | 1011 | 10001 | 0 | 0 | 100000100 | 1100000 | 1011011 |
Color Harmonies of #E1D2FE
Complementary color
Monochromatic Colors of #E1D2FE
Black with #E1D2FE
Text Example
Text Example
White with #E1D2FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1D2FE; }
p { color: rgb(225,210,254); }
H1.HeaderClassName
{
color: #E1D2FE;
}
.AnyTagClassName
{
color: #E1D2FE;
}
</style>
background-color css
<style>
a { background-color: #E1D2FE; }
a { background-color: rgb(225,210,254); }
div.DivClassName
{
background-color: #E1D2FE;
}
.BgClassName
{
background-color: #E1D2FE;
}
</style>
border-color css
<style>
span { border-color: #E1D2FE; }
span { border-color: rgb(225,210,254); }
td.TdClassName
{
border-color: #E1D2FE;
}
.TagClassName
{
border-color: #E1D2FE;
}
</style>