Shades of Saltpan #E9F1DC
Tints of Saltpan #E9F1DC
RGB
CMYK
RGB Variations
Color information
#E9F1DC (or 0xE9F1DC) is known color: Saltpan. HEX triplet: E9, F1 and DC. RGB value is (233,241,220). Sum of RGB (Red+Green+Blue) = 233+241+220=694 (91% of max value = 765). Red value is 233 (91.41% from 255 or 33.57% from 694); Green value is 241 (94.53% from 255 or 34.73% from 694); Blue value is 220 (86.33% from 255 or 31.70% from 694); Max value from RGB is 241 - color contains mainly: green. Hex color #E9F1DC is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #E9F1DC is #160E23. Grayscale: #ECECEC. Windows color (decimal): -1445412 or 14479849. OLE color: 14479849.
HSL color Cylindrical-coordinate representation of color #E9F1DC: hue angle of 82.86º degrees, saturation: 0.43, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #E9F1DC is Cyan = 0.03, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 233 | 241 | 220 | - |
| CMYK | 0.03 | 0 | 0.09 | 0.05 |
| HSL | 82.86º | 0.43% | 0.9% | - |
| HSV(B) | 82.86º | 0.09% | 0.95% | - |
| XYZ | 77.98 | 85.4 | 80.08 | - |
| YUV | 236.21 | 118.85 | 125.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 241 | 220 | 0.03 | 0 | 0.09 | 0.05 | 82.86 | 0.43 | 0.9 |
| Hex | E9 | F1 | DC | 3 | 0 | 9 | 5 | 53 | 2B | 5A |
| Octal | 351 | 361 | 334 | 3 | 0 | 11 | 5 | 123 | 53 | 132 |
| Binary | 11101001 | 11110001 | 11011100 | 11 | 0 | 1001 | 101 | 1010011 | 101011 | 1011010 |
Color Harmonies of #E9F1DC
Complementary color
Monochromatic Colors of #E9F1DC
Black with #E9F1DC
Text Example
Text Example
White with #E9F1DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9F1DC; }
p { color: rgb(233,241,220); }
H1.HeaderClassName
{
color: #E9F1DC;
}
.AnyTagClassName
{
color: #E9F1DC;
}
</style>
background-color css
<style>
a { background-color: #E9F1DC; }
a { background-color: rgb(233,241,220); }
div.DivClassName
{
background-color: #E9F1DC;
}
.BgClassName
{
background-color: #E9F1DC;
}
</style>
border-color css
<style>
span { border-color: #E9F1DC; }
span { border-color: rgb(233,241,220); }
td.TdClassName
{
border-color: #E9F1DC;
}
.TagClassName
{
border-color: #E9F1DC;
}
</style>