Shades of Fog #E1DBEF
Tints of Fog #E1DBEF
RGB
CMYK
RGB Variations
Color information
#E1DBEF (or 0xE1DBEF) is known color: Fog. HEX triplet: E1, DB and EF. RGB value is (225,219,239). Sum of RGB (Red+Green+Blue) = 225+219+239=683 (90% of max value = 765). Red value is 225 (88.28% from 255 or 32.94% from 683); Green value is 219 (85.94% from 255 or 32.06% from 683); Blue value is 239 (93.75% from 255 or 34.99% from 683); Max value from RGB is 239 - color contains mainly: blue. Hex color #E1DBEF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E1DBEF is #1E2410. Grayscale: #DEDEDE. Windows color (decimal): -1975313 or 15719393. OLE color: 15719393.
HSL color Cylindrical-coordinate representation of color #E1DBEF: hue angle of 258º degrees, saturation: 0.38, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #E1DBEF is Cyan = 0.06, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 225 | 219 | 239 | - |
| CMYK | 0.06 | 0.08 | 0 | 0.06 |
| HSL | 258º | 0.38% | 0.9% | - |
| HSV(B) | 258º | 0.08% | 0.94% | - |
| XYZ | 71.96 | 72.9 | 91.94 | - |
| YUV | 223.07 | 136.99 | 129.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 219 | 239 | 0.06 | 0.08 | 0 | 0.06 | 258 | 0.38 | 0.9 |
| Hex | E1 | DB | EF | 6 | 8 | 0 | 6 | 102 | 26 | 5A |
| Octal | 341 | 333 | 357 | 6 | 10 | 0 | 6 | 402 | 46 | 132 |
| Binary | 11100001 | 11011011 | 11101111 | 110 | 1000 | 0 | 110 | 100000010 | 100110 | 1011010 |
Color Harmonies of #E1DBEF
Complementary color
Monochromatic Colors of #E1DBEF
Black with #E1DBEF
Text Example
Text Example
White with #E1DBEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1DBEF; }
p { color: rgb(225,219,239); }
H1.HeaderClassName
{
color: #E1DBEF;
}
.AnyTagClassName
{
color: #E1DBEF;
}
</style>
background-color css
<style>
a { background-color: #E1DBEF; }
a { background-color: rgb(225,219,239); }
div.DivClassName
{
background-color: #E1DBEF;
}
.BgClassName
{
background-color: #E1DBEF;
}
</style>
border-color css
<style>
span { border-color: #E1DBEF; }
span { border-color: rgb(225,219,239); }
td.TdClassName
{
border-color: #E1DBEF;
}
.TagClassName
{
border-color: #E1DBEF;
}
</style>