Shades of Saltpan #EFF8DB
Tints of Saltpan #EFF8DB
RGB
CMYK
RGB Variations
Color information
#EFF8DB (or 0xEFF8DB) is known color: Saltpan. HEX triplet: EF, F8 and DB. RGB value is (239,248,219). Sum of RGB (Red+Green+Blue) = 239+248+219=706 (93% of max value = 765). Red value is 239 (93.75% from 255 or 33.85% from 706); Green value is 248 (97.27% from 255 or 35.13% from 706); Blue value is 219 (85.94% from 255 or 31.02% from 706); Max value from RGB is 248 - color contains mainly: green. Hex color #EFF8DB is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EFF8DB is #100724. Grayscale: #F2F2F2. Windows color (decimal): -1050405 or 14416111. OLE color: 14416111.
HSL color Cylindrical-coordinate representation of color #EFF8DB: hue angle of 78.62º degrees, saturation: 0.67, lightness: 0.92%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #EFF8DB is Cyan = 0.04, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 239 | 248 | 219 | - |
| CMYK | 0.04 | 0 | 0.12 | 0.03 |
| HSL | 78.62º | 0.67% | 0.92% | - |
| HSV(B) | 78.62º | 0.12% | 0.97% | - |
| XYZ | 81.95 | 90.6 | 80.19 | - |
| YUV | 242 | 115.02 | 125.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 248 | 219 | 0.04 | 0 | 0.12 | 0.03 | 78.62 | 0.67 | 0.92 |
| Hex | EF | F8 | DB | 4 | 0 | C | 3 | 4F | 43 | 5C |
| Octal | 357 | 370 | 333 | 4 | 0 | 14 | 3 | 117 | 103 | 134 |
| Binary | 11101111 | 11111000 | 11011011 | 100 | 0 | 1100 | 11 | 1001111 | 1000011 | 1011100 |
Color Harmonies of #EFF8DB
Complementary color
Monochromatic Colors of #EFF8DB
Black with #EFF8DB
Text Example
Text Example
White with #EFF8DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFF8DB; }
p { color: rgb(239,248,219); }
H1.HeaderClassName
{
color: #EFF8DB;
}
.AnyTagClassName
{
color: #EFF8DB;
}
</style>
background-color css
<style>
a { background-color: #EFF8DB; }
a { background-color: rgb(239,248,219); }
div.DivClassName
{
background-color: #EFF8DB;
}
.BgClassName
{
background-color: #EFF8DB;
}
</style>
border-color css
<style>
span { border-color: #EFF8DB; }
span { border-color: rgb(239,248,219); }
td.TdClassName
{
border-color: #EFF8DB;
}
.TagClassName
{
border-color: #EFF8DB;
}
</style>