Shades of Saltpan #E8EEDC
Tints of Saltpan #E8EEDC
RGB
CMYK
RGB Variations
Color information
#E8EEDC (or 0xE8EEDC) is known color: Saltpan. HEX triplet: E8, EE and DC. RGB value is (232,238,220). Sum of RGB (Red+Green+Blue) = 232+238+220=690 (91% of max value = 765). Red value is 232 (91.02% from 255 or 33.62% from 690); Green value is 238 (93.36% from 255 or 34.49% from 690); Blue value is 220 (86.33% from 255 or 31.88% from 690); Max value from RGB is 238 - color contains mainly: green. Hex color #E8EEDC is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #E8EEDC is #171123. Grayscale: #EAEAEA. Windows color (decimal): -1511716 or 14479080. OLE color: 14479080.
HSL color Cylindrical-coordinate representation of color #E8EEDC: hue angle of 80º degrees, saturation: 0.35, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #E8EEDC is Cyan = 0.03, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 232 | 238 | 220 | - |
| CMYK | 0.03 | 0 | 0.08 | 0.07 |
| HSL | 80º | 0.35% | 0.9% | - |
| HSV(B) | 80º | 0.08% | 0.93% | - |
| XYZ | 76.77 | 83.47 | 79.78 | - |
| YUV | 234.15 | 120.01 | 126.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 238 | 220 | 0.03 | 0 | 0.08 | 0.07 | 80 | 0.35 | 0.9 |
| Hex | E8 | EE | DC | 3 | 0 | 8 | 7 | 50 | 23 | 5A |
| Octal | 350 | 356 | 334 | 3 | 0 | 10 | 7 | 120 | 43 | 132 |
| Binary | 11101000 | 11101110 | 11011100 | 11 | 0 | 1000 | 111 | 1010000 | 100011 | 1011010 |
Color Harmonies of #E8EEDC
Complementary color
Monochromatic Colors of #E8EEDC
Black with #E8EEDC
Text Example
Text Example
White with #E8EEDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8EEDC; }
p { color: rgb(232,238,220); }
H1.HeaderClassName
{
color: #E8EEDC;
}
.AnyTagClassName
{
color: #E8EEDC;
}
</style>
background-color css
<style>
a { background-color: #E8EEDC; }
a { background-color: rgb(232,238,220); }
div.DivClassName
{
background-color: #E8EEDC;
}
.BgClassName
{
background-color: #E8EEDC;
}
</style>
border-color css
<style>
span { border-color: #E8EEDC; }
span { border-color: rgb(232,238,220); }
td.TdClassName
{
border-color: #E8EEDC;
}
.TagClassName
{
border-color: #E8EEDC;
}
</style>