Shades of Saltpan #EFF7DB
Tints of Saltpan #EFF7DB
RGB
CMYK
RGB Variations
Color information
#EFF7DB (or 0xEFF7DB) is known color: Saltpan. HEX triplet: EF, F7 and DB. RGB value is (239,247,219). Sum of RGB (Red+Green+Blue) = 239+247+219=705 (93% of max value = 765). Red value is 239 (93.75% from 255 or 33.90% from 705); Green value is 247 (96.88% from 255 or 35.04% from 705); Blue value is 219 (85.94% from 255 or 31.06% from 705); Max value from RGB is 247 - color contains mainly: green. Hex color #EFF7DB is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EFF7DB is #100824. Grayscale: #F1F1F1. Windows color (decimal): -1050661 or 14415855. OLE color: 14415855.
HSL color Cylindrical-coordinate representation of color #EFF7DB: hue angle of 77.14º degrees, saturation: 0.64, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #EFF7DB is Cyan = 0.03, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 239 | 247 | 219 | - |
| CMYK | 0.03 | 0 | 0.11 | 0.03 |
| HSL | 77.14º | 0.64% | 0.91% | - |
| HSV(B) | 77.14º | 0.11% | 0.97% | - |
| XYZ | 81.64 | 89.99 | 80.08 | - |
| YUV | 241.42 | 115.35 | 126.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 247 | 219 | 0.03 | 0 | 0.11 | 0.03 | 77.14 | 0.64 | 0.91 |
| Hex | EF | F7 | DB | 3 | 0 | B | 3 | 4D | 40 | 5B |
| Octal | 357 | 367 | 333 | 3 | 0 | 13 | 3 | 115 | 100 | 133 |
| Binary | 11101111 | 11110111 | 11011011 | 11 | 0 | 1011 | 11 | 1001101 | 1000000 | 1011011 |
Color Harmonies of #EFF7DB
Complementary color
Monochromatic Colors of #EFF7DB
Black with #EFF7DB
Text Example
Text Example
White with #EFF7DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFF7DB; }
p { color: rgb(239,247,219); }
H1.HeaderClassName
{
color: #EFF7DB;
}
.AnyTagClassName
{
color: #EFF7DB;
}
</style>
background-color css
<style>
a { background-color: #EFF7DB; }
a { background-color: rgb(239,247,219); }
div.DivClassName
{
background-color: #EFF7DB;
}
.BgClassName
{
background-color: #EFF7DB;
}
</style>
border-color css
<style>
span { border-color: #EFF7DB; }
span { border-color: rgb(239,247,219); }
td.TdClassName
{
border-color: #EFF7DB;
}
.TagClassName
{
border-color: #EFF7DB;
}
</style>