Shades of Saltpan #EFFADB
Tints of Saltpan #EFFADB
RGB
CMYK
RGB Variations
Color information
#EFFADB (or 0xEFFADB) is known color: Saltpan. HEX triplet: EF, FA and DB. RGB value is (239,250,219). Sum of RGB (Red+Green+Blue) = 239+250+219=708 (93% of max value = 765). Red value is 239 (93.75% from 255 or 33.76% from 708); Green value is 250 (98.05% from 255 or 35.31% from 708); Blue value is 219 (85.94% from 255 or 30.93% from 708); Max value from RGB is 250 - color contains mainly: green. Hex color #EFFADB is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EFFADB is #100524. Grayscale: #F3F3F3. Windows color (decimal): -1049893 or 14416623. OLE color: 14416623.
HSL color Cylindrical-coordinate representation of color #EFFADB: hue angle of 81.29º degrees, saturation: 0.76, lightness: 0.92%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #EFFADB is Cyan = 0.04, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 239 | 250 | 219 | - |
| CMYK | 0.04 | 0 | 0.12 | 0.02 |
| HSL | 81.29º | 0.76% | 0.92% | - |
| HSV(B) | 81.29º | 0.12% | 0.98% | - |
| XYZ | 82.57 | 91.84 | 80.39 | - |
| YUV | 243.18 | 114.36 | 125.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 250 | 219 | 0.04 | 0 | 0.12 | 0.02 | 81.29 | 0.76 | 0.92 |
| Hex | EF | FA | DB | 4 | 0 | C | 2 | 51 | 4C | 5C |
| Octal | 357 | 372 | 333 | 4 | 0 | 14 | 2 | 121 | 114 | 134 |
| Binary | 11101111 | 11111010 | 11011011 | 100 | 0 | 1100 | 10 | 1010001 | 1001100 | 1011100 |
Color Harmonies of #EFFADB
Complementary color
Monochromatic Colors of #EFFADB
Black with #EFFADB
Text Example
Text Example
White with #EFFADB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFFADB; }
p { color: rgb(239,250,219); }
H1.HeaderClassName
{
color: #EFFADB;
}
.AnyTagClassName
{
color: #EFFADB;
}
</style>
background-color css
<style>
a { background-color: #EFFADB; }
a { background-color: rgb(239,250,219); }
div.DivClassName
{
background-color: #EFFADB;
}
.BgClassName
{
background-color: #EFFADB;
}
</style>
border-color css
<style>
span { border-color: #EFFADB; }
span { border-color: rgb(239,250,219); }
td.TdClassName
{
border-color: #EFFADB;
}
.TagClassName
{
border-color: #EFFADB;
}
</style>