Shades of Saltpan #E9F1DB
Tints of Saltpan #E9F1DB
RGB
CMYK
RGB Variations
Color information
#E9F1DB (or 0xE9F1DB) is known color: Saltpan. HEX triplet: E9, F1 and DB. RGB value is (233,241,219). Sum of RGB (Red+Green+Blue) = 233+241+219=693 (91% of max value = 765). Red value is 233 (91.41% from 255 or 33.62% from 693); Green value is 241 (94.53% from 255 or 34.78% from 693); Blue value is 219 (85.94% from 255 or 31.60% from 693); Max value from RGB is 241 - color contains mainly: green. Hex color #E9F1DB is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #E9F1DB is #160E24. Grayscale: #ECECEC. Windows color (decimal): -1445413 or 14414313. OLE color: 14414313.
HSL color Cylindrical-coordinate representation of color #E9F1DB: hue angle of 81.82º degrees, saturation: 0.44, 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 #E9F1DB is Cyan = 0.03, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.05.
Color convert
RGB | 233 | 241 | 219 | - |
CMYK | 0.03 | 0 | 0.09 | 0.05 |
HSL | 81.82º | 0.44% | 0.9% | - |
HSV(B) | 81.82º | 0.09% | 0.95% | - |
XYZ | 77.85 | 85.35 | 79.39 | - |
YUV | 236.1 | 118.35 | 125.79 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 233 | 241 | 219 | 0.03 | 0 | 0.09 | 0.05 | 81.82 | 0.44 | 0.9 |
Hex | E9 | F1 | DB | 3 | 0 | 9 | 5 | 52 | 2C | 5A |
Octal | 351 | 361 | 333 | 3 | 0 | 11 | 5 | 122 | 54 | 132 |
Binary | 11101001 | 11110001 | 11011011 | 11 | 0 | 1001 | 101 | 1010010 | 101100 | 1011010 |
Color Harmonies of #E9F1DB
Complementary color
Monochromatic Colors of #E9F1DB
Black with #E9F1DB
Text Example
Text Example
White with #E9F1DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9F1DB; }
p { color: rgb(233,241,219); }
H1.HeaderClassName
{
color: #E9F1DB;
}
.AnyTagClassName
{
color: #E9F1DB;
}
</style>
background-color css
<style>
a { background-color: #E9F1DB; }
a { background-color: rgb(233,241,219); }
div.DivClassName
{
background-color: #E9F1DB;
}
.BgClassName
{
background-color: #E9F1DB;
}
</style>
border-color css
<style>
span { border-color: #E9F1DB; }
span { border-color: rgb(233,241,219); }
td.TdClassName
{
border-color: #E9F1DB;
}
.TagClassName
{
border-color: #E9F1DB;
}
</style>