Shades of Fog #E1DBED
Tints of Fog #E1DBED
RGB
CMYK
RGB Variations
Color information
#E1DBED (or 0xE1DBED) is known color: Fog. HEX triplet: E1, DB and ED. RGB value is (225,219,237). Sum of RGB (Red+Green+Blue) = 225+219+237=681 (90% of max value = 765). Red value is 225 (88.28% from 255 or 33.04% from 681); Green value is 219 (85.94% from 255 or 32.16% from 681); Blue value is 237 (92.97% from 255 or 34.80% from 681); Max value from RGB is 237 - color contains mainly: blue. Hex color #E1DBED is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E1DBED is #1E2412. Grayscale: #DEDEDE. Windows color (decimal): -1975315 or 15588321. OLE color: 15588321.
HSL color Cylindrical-coordinate representation of color #E1DBED: hue angle of 260º degrees, saturation: 0.33, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #E1DBED is Cyan = 0.05, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
RGB | 225 | 219 | 237 | - |
CMYK | 0.05 | 0.08 | 0 | 0.07 |
HSL | 260º | 0.33% | 0.89% | - |
HSV(B) | 260º | 0.08% | 0.93% | - |
XYZ | 71.67 | 72.79 | 90.39 | - |
YUV | 222.85 | 135.99 | 129.54 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 225 | 219 | 237 | 0.05 | 0.08 | 0 | 0.07 | 260 | 0.33 | 0.89 |
Hex | E1 | DB | ED | 5 | 8 | 0 | 7 | 104 | 21 | 59 |
Octal | 341 | 333 | 355 | 5 | 10 | 0 | 7 | 404 | 41 | 131 |
Binary | 11100001 | 11011011 | 11101101 | 101 | 1000 | 0 | 111 | 100000100 | 100001 | 1011001 |
Color Harmonies of #E1DBED
Complementary color
Monochromatic Colors of #E1DBED
Black with #E1DBED
Text Example
Text Example
White with #E1DBED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1DBED; }
p { color: rgb(225,219,237); }
H1.HeaderClassName
{
color: #E1DBED;
}
.AnyTagClassName
{
color: #E1DBED;
}
</style>
background-color css
<style>
a { background-color: #E1DBED; }
a { background-color: rgb(225,219,237); }
div.DivClassName
{
background-color: #E1DBED;
}
.BgClassName
{
background-color: #E1DBED;
}
</style>
border-color css
<style>
span { border-color: #E1DBED; }
span { border-color: rgb(225,219,237); }
td.TdClassName
{
border-color: #E1DBED;
}
.TagClassName
{
border-color: #E1DBED;
}
</style>