Shades of Saltpan #EFFBDB
Tints of Saltpan #EFFBDB
RGB
CMYK
RGB Variations
Color information
#EFFBDB (or 0xEFFBDB) is known color: Saltpan. HEX triplet: EF, FB and DB. RGB value is (239,251,219). Sum of RGB (Red+Green+Blue) = 239+251+219=709 (93% of max value = 765). Red value is 239 (93.75% from 255 or 33.71% from 709); Green value is 251 (98.44% from 255 or 35.40% from 709); Blue value is 219 (85.94% from 255 or 30.89% from 709); Max value from RGB is 251 - color contains mainly: green. Hex color #EFFBDB is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EFFBDB is #100424. Grayscale: #F3F3F3. Windows color (decimal): -1049637 or 14416879. OLE color: 14416879.
HSL color Cylindrical-coordinate representation of color #EFFBDB: hue angle of 82.5º degrees, saturation: 0.8, lightness: 0.92%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #EFFBDB is Cyan = 0.05, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 239 | 251 | 219 | - |
| CMYK | 0.05 | 0 | 0.13 | 0.02 |
| HSL | 82.5º | 0.8% | 0.92% | - |
| HSV(B) | 82.5º | 0.13% | 0.98% | - |
| XYZ | 82.88 | 92.46 | 80.5 | - |
| YUV | 243.76 | 114.02 | 124.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 251 | 219 | 0.05 | 0 | 0.13 | 0.02 | 82.5 | 0.8 | 0.92 |
| Hex | EF | FB | DB | 5 | 0 | D | 2 | 52 | 50 | 5C |
| Octal | 357 | 373 | 333 | 5 | 0 | 15 | 2 | 122 | 120 | 134 |
| Binary | 11101111 | 11111011 | 11011011 | 101 | 0 | 1101 | 10 | 1010010 | 1010000 | 1011100 |
Color Harmonies of #EFFBDB
Complementary color
Monochromatic Colors of #EFFBDB
Black with #EFFBDB
Text Example
Text Example
White with #EFFBDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFFBDB; }
p { color: rgb(239,251,219); }
H1.HeaderClassName
{
color: #EFFBDB;
}
.AnyTagClassName
{
color: #EFFBDB;
}
</style>
background-color css
<style>
a { background-color: #EFFBDB; }
a { background-color: rgb(239,251,219); }
div.DivClassName
{
background-color: #EFFBDB;
}
.BgClassName
{
background-color: #EFFBDB;
}
</style>
border-color css
<style>
span { border-color: #EFFBDB; }
span { border-color: rgb(239,251,219); }
td.TdClassName
{
border-color: #EFFBDB;
}
.TagClassName
{
border-color: #EFFBDB;
}
</style>