Shades of Fog #E0DBEC
Tints of Fog #E0DBEC
RGB
CMYK
RGB Variations
Color information
#E0DBEC (or 0xE0DBEC) is known color: Fog. HEX triplet: E0, DB and EC. RGB value is (224,219,236). Sum of RGB (Red+Green+Blue) = 224+219+236=679 (89% of max value = 765). Red value is 224 (87.89% from 255 or 32.99% from 679); Green value is 219 (85.94% from 255 or 32.25% from 679); Blue value is 236 (92.58% from 255 or 34.76% from 679); Max value from RGB is 236 - color contains mainly: blue. Hex color #E0DBEC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E0DBEC is #1F2413. Grayscale: #DEDEDE. Windows color (decimal): -2040852 or 15522784. OLE color: 15522784.
HSL color Cylindrical-coordinate representation of color #E0DBEC: hue angle of 257.65º degrees, saturation: 0.31, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #E0DBEC is Cyan = 0.05, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 224 | 219 | 236 | - |
| CMYK | 0.05 | 0.07 | 0 | 0.07 |
| HSL | 257.65º | 0.31% | 0.89% | - |
| HSV(B) | 257.65º | 0.07% | 0.93% | - |
| XYZ | 71.21 | 72.57 | 89.61 | - |
| YUV | 222.43 | 135.66 | 129.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 219 | 236 | 0.05 | 0.07 | 0 | 0.07 | 257.65 | 0.31 | 0.89 |
| Hex | E0 | DB | EC | 5 | 7 | 0 | 7 | 102 | 1F | 59 |
| Octal | 340 | 333 | 354 | 5 | 7 | 0 | 7 | 402 | 37 | 131 |
| Binary | 11100000 | 11011011 | 11101100 | 101 | 111 | 0 | 111 | 100000010 | 11111 | 1011001 |
Color Harmonies of #E0DBEC
Complementary color
Monochromatic Colors of #E0DBEC
Black with #E0DBEC
Text Example
Text Example
White with #E0DBEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0DBEC; }
p { color: rgb(224,219,236); }
H1.HeaderClassName
{
color: #E0DBEC;
}
.AnyTagClassName
{
color: #E0DBEC;
}
</style>
background-color css
<style>
a { background-color: #E0DBEC; }
a { background-color: rgb(224,219,236); }
div.DivClassName
{
background-color: #E0DBEC;
}
.BgClassName
{
background-color: #E0DBEC;
}
</style>
border-color css
<style>
span { border-color: #E0DBEC; }
span { border-color: rgb(224,219,236); }
td.TdClassName
{
border-color: #E0DBEC;
}
.TagClassName
{
border-color: #E0DBEC;
}
</style>