Shades of Saltpan #E9EEDC
Tints of Saltpan #E9EEDC
RGB
CMYK
RGB Variations
Color information
#E9EEDC (or 0xE9EEDC) is known color: Saltpan. HEX triplet: E9, EE and DC. RGB value is (233,238,220). Sum of RGB (Red+Green+Blue) = 233+238+220=691 (91% of max value = 765). Red value is 233 (91.41% from 255 or 33.72% from 691); Green value is 238 (93.36% from 255 or 34.44% from 691); Blue value is 220 (86.33% from 255 or 31.84% from 691); Max value from RGB is 238 - color contains mainly: green. Hex color #E9EEDC is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #E9EEDC is #161123. Grayscale: #EAEAEA. Windows color (decimal): -1446180 or 14479081. OLE color: 14479081.
HSL color Cylindrical-coordinate representation of color #E9EEDC: hue angle of 76.67º 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 #E9EEDC is Cyan = 0.02, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 233 | 238 | 220 | - |
| CMYK | 0.02 | 0 | 0.08 | 0.07 |
| HSL | 76.67º | 0.35% | 0.9% | - |
| HSV(B) | 76.67º | 0.08% | 0.93% | - |
| XYZ | 77.1 | 83.64 | 79.79 | - |
| YUV | 234.45 | 119.84 | 126.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 238 | 220 | 0.02 | 0 | 0.08 | 0.07 | 76.67 | 0.35 | 0.9 |
| Hex | E9 | EE | DC | 2 | 0 | 8 | 7 | 4D | 23 | 5A |
| Octal | 351 | 356 | 334 | 2 | 0 | 10 | 7 | 115 | 43 | 132 |
| Binary | 11101001 | 11101110 | 11011100 | 10 | 0 | 1000 | 111 | 1001101 | 100011 | 1011010 |
Color Harmonies of #E9EEDC
Complementary color
Monochromatic Colors of #E9EEDC
Black with #E9EEDC
Text Example
Text Example
White with #E9EEDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9EEDC; }
p { color: rgb(233,238,220); }
H1.HeaderClassName
{
color: #E9EEDC;
}
.AnyTagClassName
{
color: #E9EEDC;
}
</style>
background-color css
<style>
a { background-color: #E9EEDC; }
a { background-color: rgb(233,238,220); }
div.DivClassName
{
background-color: #E9EEDC;
}
.BgClassName
{
background-color: #E9EEDC;
}
</style>
border-color css
<style>
span { border-color: #E9EEDC; }
span { border-color: rgb(233,238,220); }
td.TdClassName
{
border-color: #E9EEDC;
}
.TagClassName
{
border-color: #E9EEDC;
}
</style>