Shades of Sea Fog #E1DFD2
Tints of Sea Fog #E1DFD2
RGB
CMYK
RGB Variations
Color information
#E1DFD2 (or 0xE1DFD2) is known color: Sea Fog. HEX triplet: E1, DF and D2. RGB value is (225,223,210). Sum of RGB (Red+Green+Blue) = 225+223+210=658 (87% of max value = 765). Red value is 225 (88.28% from 255 or 34.19% from 658); Green value is 223 (87.5% from 255 or 33.89% from 658); Blue value is 210 (82.42% from 255 or 31.91% from 658); Max value from RGB is 225 - color contains mainly: red. Hex color #E1DFD2 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E1DFD2 is #1E202D. Grayscale: #DEDEDE. Windows color (decimal): -1974318 or 13819873. OLE color: 13819873.
HSL color Cylindrical-coordinate representation of color #E1DFD2: hue angle of 52º degrees, saturation: 0.2, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #E1DFD2 is Cyan = 0, Magento = 0.01, Yellow = 0.07 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 223 | 210 | - |
| CMYK | 0 | 0.01 | 0.07 | 0.12 |
| HSL | 52º | 0.2% | 0.85% | - |
| HSV(B) | 52º | 0.07% | 0.88% | - |
| XYZ | 69.07 | 73.44 | 71.51 | - |
| YUV | 222.12 | 121.16 | 130.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 223 | 210 | 0 | 0.01 | 0.07 | 0.12 | 52 | 0.2 | 0.85 |
| Hex | E1 | DF | D2 | 0 | 1 | 7 | C | 34 | 14 | 55 |
| Octal | 341 | 337 | 322 | 0 | 1 | 7 | 14 | 64 | 24 | 125 |
| Binary | 11100001 | 11011111 | 11010010 | 0 | 1 | 111 | 1100 | 110100 | 10100 | 1010101 |
Color Harmonies of #E1DFD2
Complementary color
Monochromatic Colors of #E1DFD2
Black with #E1DFD2
Text Example
Text Example
White with #E1DFD2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1DFD2; }
p { color: rgb(225,223,210); }
H1.HeaderClassName
{
color: #E1DFD2;
}
.AnyTagClassName
{
color: #E1DFD2;
}
</style>
background-color css
<style>
a { background-color: #E1DFD2; }
a { background-color: rgb(225,223,210); }
div.DivClassName
{
background-color: #E1DFD2;
}
.BgClassName
{
background-color: #E1DFD2;
}
</style>
border-color css
<style>
span { border-color: #E1DFD2; }
span { border-color: rgb(225,223,210); }
td.TdClassName
{
border-color: #E1DFD2;
}
.TagClassName
{
border-color: #E1DFD2;
}
</style>