Shades of Saltpan #E9F1D9
Tints of Saltpan #E9F1D9
RGB
CMYK
RGB Variations
Color information
#E9F1D9 (or 0xE9F1D9) is known color: Saltpan. HEX triplet: E9, F1 and D9. RGB value is (233,241,217). Sum of RGB (Red+Green+Blue) = 233+241+217=691 (91% of max value = 765). Red value is 233 (91.41% from 255 or 33.72% from 691); Green value is 241 (94.53% from 255 or 34.88% from 691); Blue value is 217 (85.16% from 255 or 31.40% from 691); Max value from RGB is 241 - color contains mainly: green. Hex color #E9F1D9 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #E9F1D9 is #160E26. Grayscale: #EBEBEB. Windows color (decimal): -1445415 or 14283241. OLE color: 14283241.
HSL color Cylindrical-coordinate representation of color #E9F1D9: hue angle of 80º degrees, saturation: 0.46, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #E9F1D9 is Cyan = 0.03, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 233 | 241 | 217 | - |
| CMYK | 0.03 | 0 | 0.10 | 0.05 |
| HSL | 80º | 0.46% | 0.9% | - |
| HSV(B) | 80º | 0.1% | 0.95% | - |
| XYZ | 77.58 | 85.24 | 78.01 | - |
| YUV | 235.87 | 117.35 | 125.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 241 | 217 | 0.03 | 0 | 0.10 | 0.05 | 80 | 0.46 | 0.9 |
| Hex | E9 | F1 | D9 | 3 | 0 | A | 5 | 50 | 2E | 5A |
| Octal | 351 | 361 | 331 | 3 | 0 | 12 | 5 | 120 | 56 | 132 |
| Binary | 11101001 | 11110001 | 11011001 | 11 | 0 | 1010 | 101 | 1010000 | 101110 | 1011010 |
Color Harmonies of #E9F1D9
Complementary color
Monochromatic Colors of #E9F1D9
Black with #E9F1D9
Text Example
Text Example
White with #E9F1D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9F1D9; }
p { color: rgb(233,241,217); }
H1.HeaderClassName
{
color: #E9F1D9;
}
.AnyTagClassName
{
color: #E9F1D9;
}
</style>
background-color css
<style>
a { background-color: #E9F1D9; }
a { background-color: rgb(233,241,217); }
div.DivClassName
{
background-color: #E9F1D9;
}
.BgClassName
{
background-color: #E9F1D9;
}
</style>
border-color css
<style>
span { border-color: #E9F1D9; }
span { border-color: rgb(233,241,217); }
td.TdClassName
{
border-color: #E9F1D9;
}
.TagClassName
{
border-color: #E9F1D9;
}
</style>