Shades of Sea Fog #E0DDD3
Tints of Sea Fog #E0DDD3
RGB
CMYK
RGB Variations
Color information
#E0DDD3 (or 0xE0DDD3) is known color: Sea Fog. HEX triplet: E0, DD and D3. RGB value is (224,221,211). Sum of RGB (Red+Green+Blue) = 224+221+211=656 (86% of max value = 765). Red value is 224 (87.89% from 255 or 34.15% from 656); Green value is 221 (86.72% from 255 or 33.69% from 656); Blue value is 211 (82.81% from 255 or 32.16% from 656); Max value from RGB is 224 - color contains mainly: red. Hex color #E0DDD3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E0DDD3 is #1F222C. Grayscale: #DCDCDC. Windows color (decimal): -2040365 or 13884896. OLE color: 13884896.
HSL color Cylindrical-coordinate representation of color #E0DDD3: hue angle of 46.15º degrees, saturation: 0.17, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #E0DDD3 is Cyan = 0, Magento = 0.01, Yellow = 0.06 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 221 | 211 | - |
| CMYK | 0 | 0.01 | 0.06 | 0.12 |
| HSL | 46.15º | 0.17% | 0.85% | - |
| HSV(B) | 46.15º | 0.06% | 0.88% | - |
| XYZ | 68.35 | 72.26 | 71.97 | - |
| YUV | 220.76 | 122.49 | 130.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 221 | 211 | 0 | 0.01 | 0.06 | 0.12 | 46.15 | 0.17 | 0.85 |
| Hex | E0 | DD | D3 | 0 | 1 | 6 | C | 2E | 11 | 55 |
| Octal | 340 | 335 | 323 | 0 | 1 | 6 | 14 | 56 | 21 | 125 |
| Binary | 11100000 | 11011101 | 11010011 | 0 | 1 | 110 | 1100 | 101110 | 10001 | 1010101 |
Color Harmonies of #E0DDD3
Complementary color
Monochromatic Colors of #E0DDD3
Black with #E0DDD3
Text Example
Text Example
White with #E0DDD3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0DDD3; }
p { color: rgb(224,221,211); }
H1.HeaderClassName
{
color: #E0DDD3;
}
.AnyTagClassName
{
color: #E0DDD3;
}
</style>
background-color css
<style>
a { background-color: #E0DDD3; }
a { background-color: rgb(224,221,211); }
div.DivClassName
{
background-color: #E0DDD3;
}
.BgClassName
{
background-color: #E0DDD3;
}
</style>
border-color css
<style>
span { border-color: #E0DDD3; }
span { border-color: rgb(224,221,211); }
td.TdClassName
{
border-color: #E0DDD3;
}
.TagClassName
{
border-color: #E0DDD3;
}
</style>