Shades of Saltpan #E9F1DA
Tints of Saltpan #E9F1DA
RGB
CMYK
RGB Variations
Color information
#E9F1DA (or 0xE9F1DA) is known color: Saltpan. HEX triplet: E9, F1 and DA. RGB value is (233,241,218). Sum of RGB (Red+Green+Blue) = 233+241+218=692 (91% of max value = 765). Red value is 233 (91.41% from 255 or 33.67% from 692); Green value is 241 (94.53% from 255 or 34.83% from 692); Blue value is 218 (85.55% from 255 or 31.50% from 692); Max value from RGB is 241 - color contains mainly: green. Hex color #E9F1DA is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #E9F1DA is #160E25. Grayscale: #ECECEC. Windows color (decimal): -1445414 or 14348777. OLE color: 14348777.
HSL color Cylindrical-coordinate representation of color #E9F1DA: hue angle of 80.87º degrees, saturation: 0.45, 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 #E9F1DA is Cyan = 0.03, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 233 | 241 | 218 | - |
| CMYK | 0.03 | 0 | 0.10 | 0.05 |
| HSL | 80.87º | 0.45% | 0.9% | - |
| HSV(B) | 80.87º | 0.1% | 0.95% | - |
| XYZ | 77.71 | 85.3 | 78.7 | - |
| YUV | 235.99 | 117.85 | 125.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 241 | 218 | 0.03 | 0 | 0.10 | 0.05 | 80.87 | 0.45 | 0.9 |
| Hex | E9 | F1 | DA | 3 | 0 | A | 5 | 51 | 2D | 5A |
| Octal | 351 | 361 | 332 | 3 | 0 | 12 | 5 | 121 | 55 | 132 |
| Binary | 11101001 | 11110001 | 11011010 | 11 | 0 | 1010 | 101 | 1010001 | 101101 | 1011010 |
Color Harmonies of #E9F1DA
Complementary color
Monochromatic Colors of #E9F1DA
Black with #E9F1DA
Text Example
Text Example
White with #E9F1DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9F1DA; }
p { color: rgb(233,241,218); }
H1.HeaderClassName
{
color: #E9F1DA;
}
.AnyTagClassName
{
color: #E9F1DA;
}
</style>
background-color css
<style>
a { background-color: #E9F1DA; }
a { background-color: rgb(233,241,218); }
div.DivClassName
{
background-color: #E9F1DA;
}
.BgClassName
{
background-color: #E9F1DA;
}
</style>
border-color css
<style>
span { border-color: #E9F1DA; }
span { border-color: rgb(233,241,218); }
td.TdClassName
{
border-color: #E9F1DA;
}
.TagClassName
{
border-color: #E9F1DA;
}
</style>