Shades of Sea Fog #E0DED5
Tints of Sea Fog #E0DED5
RGB
CMYK
RGB Variations
Color information
#E0DED5 (or 0xE0DED5) is known color: Sea Fog. HEX triplet: E0, DE and D5. RGB value is (224,222,213). Sum of RGB (Red+Green+Blue) = 224+222+213=659 (87% of max value = 765). Red value is 224 (87.89% from 255 or 33.99% from 659); Green value is 222 (87.11% from 255 or 33.69% from 659); Blue value is 213 (83.59% from 255 or 32.32% from 659); Max value from RGB is 224 - color contains mainly: red. Hex color #E0DED5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E0DED5 is #1F212A. Grayscale: #DDDDDD. Windows color (decimal): -2040107 or 14016224. OLE color: 14016224.
HSL color Cylindrical-coordinate representation of color #E0DED5: hue angle of 49.09º degrees, saturation: 0.15, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #E0DED5 is Cyan = 0, Magento = 0.01, Yellow = 0.05 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 222 | 213 | - |
| CMYK | 0 | 0.01 | 0.05 | 0.12 |
| HSL | 49.09º | 0.15% | 0.86% | - |
| HSV(B) | 49.09º | 0.05% | 0.88% | - |
| XYZ | 68.87 | 72.89 | 73.39 | - |
| YUV | 221.57 | 123.16 | 129.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 222 | 213 | 0 | 0.01 | 0.05 | 0.12 | 49.09 | 0.15 | 0.86 |
| Hex | E0 | DE | D5 | 0 | 1 | 5 | C | 31 | F | 56 |
| Octal | 340 | 336 | 325 | 0 | 1 | 5 | 14 | 61 | 17 | 126 |
| Binary | 11100000 | 11011110 | 11010101 | 0 | 1 | 101 | 1100 | 110001 | 1111 | 1010110 |
Color Harmonies of #E0DED5
Complementary color
Monochromatic Colors of #E0DED5
Black with #E0DED5
Text Example
Text Example
White with #E0DED5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0DED5; }
p { color: rgb(224,222,213); }
H1.HeaderClassName
{
color: #E0DED5;
}
.AnyTagClassName
{
color: #E0DED5;
}
</style>
background-color css
<style>
a { background-color: #E0DED5; }
a { background-color: rgb(224,222,213); }
div.DivClassName
{
background-color: #E0DED5;
}
.BgClassName
{
background-color: #E0DED5;
}
</style>
border-color css
<style>
span { border-color: #E0DED5; }
span { border-color: rgb(224,222,213); }
td.TdClassName
{
border-color: #E0DED5;
}
.TagClassName
{
border-color: #E0DED5;
}
</style>