Shades of Saltpan #E9F2DB
Tints of Saltpan #E9F2DB
RGB
CMYK
RGB Variations
Color information
#E9F2DB (or 0xE9F2DB) is known color: Saltpan. HEX triplet: E9, F2 and DB. RGB value is (233,242,219). Sum of RGB (Red+Green+Blue) = 233+242+219=694 (91% of max value = 765). Red value is 233 (91.41% from 255 or 33.57% from 694); Green value is 242 (94.92% from 255 or 34.87% from 694); Blue value is 219 (85.94% from 255 or 31.56% from 694); Max value from RGB is 242 - color contains mainly: green. Hex color #E9F2DB is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #E9F2DB is #160D24. Grayscale: #ECECEC. Windows color (decimal): -1445157 or 14414569. OLE color: 14414569.
HSL color Cylindrical-coordinate representation of color #E9F2DB: hue angle of 83.48º degrees, saturation: 0.47, 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 #E9F2DB is Cyan = 0.04, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 233 | 242 | 219 | - |
| CMYK | 0.04 | 0 | 0.10 | 0.05 |
| HSL | 83.48º | 0.47% | 0.9% | - |
| HSV(B) | 83.48º | 0.1% | 0.95% | - |
| XYZ | 78.14 | 85.94 | 79.49 | - |
| YUV | 236.69 | 118.02 | 125.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 242 | 219 | 0.04 | 0 | 0.10 | 0.05 | 83.48 | 0.47 | 0.9 |
| Hex | E9 | F2 | DB | 4 | 0 | A | 5 | 53 | 2F | 5A |
| Octal | 351 | 362 | 333 | 4 | 0 | 12 | 5 | 123 | 57 | 132 |
| Binary | 11101001 | 11110010 | 11011011 | 100 | 0 | 1010 | 101 | 1010011 | 101111 | 1011010 |
Color Harmonies of #E9F2DB
Complementary color
Monochromatic Colors of #E9F2DB
Black with #E9F2DB
Text Example
Text Example
White with #E9F2DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9F2DB; }
p { color: rgb(233,242,219); }
H1.HeaderClassName
{
color: #E9F2DB;
}
.AnyTagClassName
{
color: #E9F2DB;
}
</style>
background-color css
<style>
a { background-color: #E9F2DB; }
a { background-color: rgb(233,242,219); }
div.DivClassName
{
background-color: #E9F2DB;
}
.BgClassName
{
background-color: #E9F2DB;
}
</style>
border-color css
<style>
span { border-color: #E9F2DB; }
span { border-color: rgb(233,242,219); }
td.TdClassName
{
border-color: #E9F2DB;
}
.TagClassName
{
border-color: #E9F2DB;
}
</style>