Shades of Fog #E2DBED
Tints of Fog #E2DBED
RGB
CMYK
RGB Variations
Color information
#E2DBED (or 0xE2DBED) is known color: Fog. HEX triplet: E2, DB and ED. RGB value is (226,219,237). Sum of RGB (Red+Green+Blue) = 226+219+237=682 (90% of max value = 765). Red value is 226 (88.67% from 255 or 33.14% from 682); Green value is 219 (85.94% from 255 or 32.11% from 682); Blue value is 237 (92.97% from 255 or 34.75% from 682); Max value from RGB is 237 - color contains mainly: blue. Hex color #E2DBED is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E2DBED is #1D2412. Grayscale: #DFDFDF. Windows color (decimal): -1909779 or 15588322. OLE color: 15588322.
HSL color Cylindrical-coordinate representation of color #E2DBED: hue angle of 263.33º 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 #E2DBED is Cyan = 0.05, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 226 | 219 | 237 | - |
| CMYK | 0.05 | 0.08 | 0 | 0.07 |
| HSL | 263.33º | 0.33% | 0.89% | - |
| HSV(B) | 263.33º | 0.08% | 0.93% | - |
| XYZ | 71.98 | 72.95 | 90.41 | - |
| YUV | 223.15 | 135.82 | 130.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 219 | 237 | 0.05 | 0.08 | 0 | 0.07 | 263.33 | 0.33 | 0.89 |
| Hex | E2 | DB | ED | 5 | 8 | 0 | 7 | 107 | 21 | 59 |
| Octal | 342 | 333 | 355 | 5 | 10 | 0 | 7 | 407 | 41 | 131 |
| Binary | 11100010 | 11011011 | 11101101 | 101 | 1000 | 0 | 111 | 100000111 | 100001 | 1011001 |
Color Harmonies of #E2DBED
Complementary color
Monochromatic Colors of #E2DBED
Black with #E2DBED
Text Example
Text Example
White with #E2DBED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2DBED; }
p { color: rgb(226,219,237); }
H1.HeaderClassName
{
color: #E2DBED;
}
.AnyTagClassName
{
color: #E2DBED;
}
</style>
background-color css
<style>
a { background-color: #E2DBED; }
a { background-color: rgb(226,219,237); }
div.DivClassName
{
background-color: #E2DBED;
}
.BgClassName
{
background-color: #E2DBED;
}
</style>
border-color css
<style>
span { border-color: #E2DBED; }
span { border-color: rgb(226,219,237); }
td.TdClassName
{
border-color: #E2DBED;
}
.TagClassName
{
border-color: #E2DBED;
}
</style>