Shades of Saltpan #E9EEDE
Tints of Saltpan #E9EEDE
RGB
CMYK
RGB Variations
Color information
#E9EEDE (or 0xE9EEDE) is known color: Saltpan. HEX triplet: E9, EE and DE. RGB value is (233,238,222). Sum of RGB (Red+Green+Blue) = 233+238+222=693 (91% of max value = 765). Red value is 233 (91.41% from 255 or 33.62% from 693); Green value is 238 (93.36% from 255 or 34.34% from 693); Blue value is 222 (87.11% from 255 or 32.03% from 693); Max value from RGB is 238 - color contains mainly: green. Hex color #E9EEDE is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #E9EEDE is #161121. Grayscale: #EAEAEA. Windows color (decimal): -1446178 or 14610153. OLE color: 14610153.
HSL color Cylindrical-coordinate representation of color #E9EEDE: hue angle of 78.75º degrees, saturation: 0.32, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #E9EEDE is Cyan = 0.02, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 233 | 238 | 222 | - |
| CMYK | 0.02 | 0 | 0.07 | 0.07 |
| HSL | 78.75º | 0.32% | 0.9% | - |
| HSV(B) | 78.75º | 0.07% | 0.93% | - |
| XYZ | 77.36 | 83.75 | 81.19 | - |
| YUV | 234.68 | 120.84 | 126.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 238 | 222 | 0.02 | 0 | 0.07 | 0.07 | 78.75 | 0.32 | 0.9 |
| Hex | E9 | EE | DE | 2 | 0 | 7 | 7 | 4F | 20 | 5A |
| Octal | 351 | 356 | 336 | 2 | 0 | 7 | 7 | 117 | 40 | 132 |
| Binary | 11101001 | 11101110 | 11011110 | 10 | 0 | 111 | 111 | 1001111 | 100000 | 1011010 |
Color Harmonies of #E9EEDE
Complementary color
Monochromatic Colors of #E9EEDE
Black with #E9EEDE
Text Example
Text Example
White with #E9EEDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9EEDE; }
p { color: rgb(233,238,222); }
H1.HeaderClassName
{
color: #E9EEDE;
}
.AnyTagClassName
{
color: #E9EEDE;
}
</style>
background-color css
<style>
a { background-color: #E9EEDE; }
a { background-color: rgb(233,238,222); }
div.DivClassName
{
background-color: #E9EEDE;
}
.BgClassName
{
background-color: #E9EEDE;
}
</style>
border-color css
<style>
span { border-color: #E9EEDE; }
span { border-color: rgb(233,238,222); }
td.TdClassName
{
border-color: #E9EEDE;
}
.TagClassName
{
border-color: #E9EEDE;
}
</style>