Shades of Saltpan #E9F3DB
Tints of Saltpan #E9F3DB
RGB
CMYK
RGB Variations
Color information
#E9F3DB (or 0xE9F3DB) is known color: Saltpan. HEX triplet: E9, F3 and DB. RGB value is (233,243,219). Sum of RGB (Red+Green+Blue) = 233+243+219=695 (92% of max value = 765). Red value is 233 (91.41% from 255 or 33.53% from 695); Green value is 243 (95.31% from 255 or 34.96% from 695); Blue value is 219 (85.94% from 255 or 31.51% from 695); Max value from RGB is 243 - color contains mainly: green. Hex color #E9F3DB is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #E9F3DB is #160C24. Grayscale: #EDEDED. Windows color (decimal): -1444901 or 14414825. OLE color: 14414825.
HSL color Cylindrical-coordinate representation of color #E9F3DB: hue angle of 85º degrees, saturation: 0.5, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #E9F3DB is Cyan = 0.04, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 233 | 243 | 219 | - |
| CMYK | 0.04 | 0 | 0.10 | 0.05 |
| HSL | 85º | 0.5% | 0.91% | - |
| HSV(B) | 85º | 0.1% | 0.95% | - |
| XYZ | 78.44 | 86.54 | 79.59 | - |
| YUV | 237.27 | 117.69 | 124.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 243 | 219 | 0.04 | 0 | 0.10 | 0.05 | 85 | 0.5 | 0.91 |
| Hex | E9 | F3 | DB | 4 | 0 | A | 5 | 55 | 32 | 5B |
| Octal | 351 | 363 | 333 | 4 | 0 | 12 | 5 | 125 | 62 | 133 |
| Binary | 11101001 | 11110011 | 11011011 | 100 | 0 | 1010 | 101 | 1010101 | 110010 | 1011011 |
Color Harmonies of #E9F3DB
Complementary color
Monochromatic Colors of #E9F3DB
Black with #E9F3DB
Text Example
Text Example
White with #E9F3DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9F3DB; }
p { color: rgb(233,243,219); }
H1.HeaderClassName
{
color: #E9F3DB;
}
.AnyTagClassName
{
color: #E9F3DB;
}
</style>
background-color css
<style>
a { background-color: #E9F3DB; }
a { background-color: rgb(233,243,219); }
div.DivClassName
{
background-color: #E9F3DB;
}
.BgClassName
{
background-color: #E9F3DB;
}
</style>
border-color css
<style>
span { border-color: #E9F3DB; }
span { border-color: rgb(233,243,219); }
td.TdClassName
{
border-color: #E9F3DB;
}
.TagClassName
{
border-color: #E9F3DB;
}
</style>