Shades of Saltpan #E9EFDB
Tints of Saltpan #E9EFDB
RGB
CMYK
RGB Variations
Color information
#E9EFDB (or 0xE9EFDB) is known color: Saltpan. HEX triplet: E9, EF and DB. RGB value is (233,239,219). Sum of RGB (Red+Green+Blue) = 233+239+219=691 (91% of max value = 765). Red value is 233 (91.41% from 255 or 33.72% from 691); Green value is 239 (93.75% from 255 or 34.59% from 691); Blue value is 219 (85.94% from 255 or 31.69% from 691); Max value from RGB is 239 - color contains mainly: green. Hex color #E9EFDB is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #E9EFDB is #161024. Grayscale: #EAEAEA. Windows color (decimal): -1445925 or 14413801. OLE color: 14413801.
HSL color Cylindrical-coordinate representation of color #E9EFDB: hue angle of 78º degrees, saturation: 0.38, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #E9EFDB is Cyan = 0.03, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.06.
Color convert
RGB | 233 | 239 | 219 | - |
CMYK | 0.03 | 0 | 0.08 | 0.06 |
HSL | 78º | 0.38% | 0.9% | - |
HSV(B) | 78º | 0.08% | 0.94% | - |
XYZ | 77.26 | 84.17 | 79.19 | - |
YUV | 234.93 | 119.01 | 126.63 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 233 | 239 | 219 | 0.03 | 0 | 0.08 | 0.06 | 78 | 0.38 | 0.9 |
Hex | E9 | EF | DB | 3 | 0 | 8 | 6 | 4E | 26 | 5A |
Octal | 351 | 357 | 333 | 3 | 0 | 10 | 6 | 116 | 46 | 132 |
Binary | 11101001 | 11101111 | 11011011 | 11 | 0 | 1000 | 110 | 1001110 | 100110 | 1011010 |
Color Harmonies of #E9EFDB
Complementary color
Monochromatic Colors of #E9EFDB
Black with #E9EFDB
Text Example
Text Example
White with #E9EFDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9EFDB; }
p { color: rgb(233,239,219); }
H1.HeaderClassName
{
color: #E9EFDB;
}
.AnyTagClassName
{
color: #E9EFDB;
}
</style>
background-color css
<style>
a { background-color: #E9EFDB; }
a { background-color: rgb(233,239,219); }
div.DivClassName
{
background-color: #E9EFDB;
}
.BgClassName
{
background-color: #E9EFDB;
}
</style>
border-color css
<style>
span { border-color: #E9EFDB; }
span { border-color: rgb(233,239,219); }
td.TdClassName
{
border-color: #E9EFDB;
}
.TagClassName
{
border-color: #E9EFDB;
}
</style>