Shades of Saltpan #E7EFDB
Tints of Saltpan #E7EFDB
RGB
CMYK
RGB Variations
Color information
#E7EFDB (or 0xE7EFDB) is known color: Saltpan. HEX triplet: E7, EF and DB. RGB value is (231,239,219). Sum of RGB (Red+Green+Blue) = 231+239+219=689 (91% of max value = 765). Red value is 231 (90.62% from 255 or 33.53% from 689); Green value is 239 (93.75% from 255 or 34.69% from 689); Blue value is 219 (85.94% from 255 or 31.79% from 689); Max value from RGB is 239 - color contains mainly: green. Hex color #E7EFDB is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #E7EFDB is #181024. Grayscale: #EAEAEA. Windows color (decimal): -1576997 or 14413799. OLE color: 14413799.
HSL color Cylindrical-coordinate representation of color #E7EFDB: hue angle of 84º 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 #E7EFDB is Cyan = 0.03, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 231 | 239 | 219 | - |
| CMYK | 0.03 | 0 | 0.08 | 0.06 |
| HSL | 84º | 0.38% | 0.9% | - |
| HSV(B) | 84º | 0.08% | 0.94% | - |
| XYZ | 76.61 | 83.84 | 79.16 | - |
| YUV | 234.33 | 119.35 | 125.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 239 | 219 | 0.03 | 0 | 0.08 | 0.06 | 84 | 0.38 | 0.9 |
| Hex | E7 | EF | DB | 3 | 0 | 8 | 6 | 54 | 26 | 5A |
| Octal | 347 | 357 | 333 | 3 | 0 | 10 | 6 | 124 | 46 | 132 |
| Binary | 11100111 | 11101111 | 11011011 | 11 | 0 | 1000 | 110 | 1010100 | 100110 | 1011010 |
Color Harmonies of #E7EFDB
Complementary color
Monochromatic Colors of #E7EFDB
Black with #E7EFDB
Text Example
Text Example
White with #E7EFDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7EFDB; }
p { color: rgb(231,239,219); }
H1.HeaderClassName
{
color: #E7EFDB;
}
.AnyTagClassName
{
color: #E7EFDB;
}
</style>
background-color css
<style>
a { background-color: #E7EFDB; }
a { background-color: rgb(231,239,219); }
div.DivClassName
{
background-color: #E7EFDB;
}
.BgClassName
{
background-color: #E7EFDB;
}
</style>
border-color css
<style>
span { border-color: #E7EFDB; }
span { border-color: rgb(231,239,219); }
td.TdClassName
{
border-color: #E7EFDB;
}
.TagClassName
{
border-color: #E7EFDB;
}
</style>