Shades of Fog #E1DBEE
Tints of Fog #E1DBEE
RGB
CMYK
RGB Variations
Color information
#E1DBEE (or 0xE1DBEE) is known color: Fog. HEX triplet: E1, DB and EE. RGB value is (225,219,238). Sum of RGB (Red+Green+Blue) = 225+219+238=682 (90% of max value = 765). Red value is 225 (88.28% from 255 or 32.99% from 682); Green value is 219 (85.94% from 255 or 32.11% from 682); Blue value is 238 (93.36% from 255 or 34.90% from 682); Max value from RGB is 238 - color contains mainly: blue. Hex color #E1DBEE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E1DBEE is #1E2411. Grayscale: #DEDEDE. Windows color (decimal): -1975314 or 15653857. OLE color: 15653857.
HSL color Cylindrical-coordinate representation of color #E1DBEE: hue angle of 258.95º degrees, saturation: 0.36, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #E1DBEE is Cyan = 0.05, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 225 | 219 | 238 | - |
| CMYK | 0.05 | 0.08 | 0 | 0.07 |
| HSL | 258.95º | 0.36% | 0.9% | - |
| HSV(B) | 258.95º | 0.08% | 0.93% | - |
| XYZ | 71.82 | 72.84 | 91.16 | - |
| YUV | 222.96 | 136.49 | 129.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 219 | 238 | 0.05 | 0.08 | 0 | 0.07 | 258.95 | 0.36 | 0.9 |
| Hex | E1 | DB | EE | 5 | 8 | 0 | 7 | 103 | 24 | 5A |
| Octal | 341 | 333 | 356 | 5 | 10 | 0 | 7 | 403 | 44 | 132 |
| Binary | 11100001 | 11011011 | 11101110 | 101 | 1000 | 0 | 111 | 100000011 | 100100 | 1011010 |
Color Harmonies of #E1DBEE
Complementary color
Monochromatic Colors of #E1DBEE
Black with #E1DBEE
Text Example
Text Example
White with #E1DBEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1DBEE; }
p { color: rgb(225,219,238); }
H1.HeaderClassName
{
color: #E1DBEE;
}
.AnyTagClassName
{
color: #E1DBEE;
}
</style>
background-color css
<style>
a { background-color: #E1DBEE; }
a { background-color: rgb(225,219,238); }
div.DivClassName
{
background-color: #E1DBEE;
}
.BgClassName
{
background-color: #E1DBEE;
}
</style>
border-color css
<style>
span { border-color: #E1DBEE; }
span { border-color: rgb(225,219,238); }
td.TdClassName
{
border-color: #E1DBEE;
}
.TagClassName
{
border-color: #E1DBEE;
}
</style>