Shades of Saltpan #E9EFDC
Tints of Saltpan #E9EFDC
RGB
CMYK
RGB Variations
Color information
#E9EFDC (or 0xE9EFDC) is known color: Saltpan. HEX triplet: E9, EF and DC. RGB value is (233,239,220). Sum of RGB (Red+Green+Blue) = 233+239+220=692 (91% of max value = 765). Red value is 233 (91.41% from 255 or 33.67% from 692); Green value is 239 (93.75% from 255 or 34.54% from 692); Blue value is 220 (86.33% from 255 or 31.79% from 692); Max value from RGB is 239 - color contains mainly: green. Hex color #E9EFDC is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #E9EFDC is #161023. Grayscale: #EBEBEB. Windows color (decimal): -1445924 or 14479337. OLE color: 14479337.
HSL color Cylindrical-coordinate representation of color #E9EFDC: hue angle of 78.95º degrees, saturation: 0.37, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #E9EFDC is Cyan = 0.03, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 233 | 239 | 220 | - |
| CMYK | 0.03 | 0 | 0.08 | 0.06 |
| HSL | 78.95º | 0.37% | 0.9% | - |
| HSV(B) | 78.95º | 0.08% | 0.94% | - |
| XYZ | 77.39 | 84.22 | 79.89 | - |
| YUV | 235.04 | 119.51 | 126.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 239 | 220 | 0.03 | 0 | 0.08 | 0.06 | 78.95 | 0.37 | 0.9 |
| Hex | E9 | EF | DC | 3 | 0 | 8 | 6 | 4F | 25 | 5A |
| Octal | 351 | 357 | 334 | 3 | 0 | 10 | 6 | 117 | 45 | 132 |
| Binary | 11101001 | 11101111 | 11011100 | 11 | 0 | 1000 | 110 | 1001111 | 100101 | 1011010 |
Color Harmonies of #E9EFDC
Complementary color
Monochromatic Colors of #E9EFDC
Black with #E9EFDC
Text Example
Text Example
White with #E9EFDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9EFDC; }
p { color: rgb(233,239,220); }
H1.HeaderClassName
{
color: #E9EFDC;
}
.AnyTagClassName
{
color: #E9EFDC;
}
</style>
background-color css
<style>
a { background-color: #E9EFDC; }
a { background-color: rgb(233,239,220); }
div.DivClassName
{
background-color: #E9EFDC;
}
.BgClassName
{
background-color: #E9EFDC;
}
</style>
border-color css
<style>
span { border-color: #E9EFDC; }
span { border-color: rgb(233,239,220); }
td.TdClassName
{
border-color: #E9EFDC;
}
.TagClassName
{
border-color: #E9EFDC;
}
</style>