Shades of Saltpan #EFF8DD
Tints of Saltpan #EFF8DD
RGB
CMYK
RGB Variations
Color information
#EFF8DD (or 0xEFF8DD) is known color: Saltpan. HEX triplet: EF, F8 and DD. RGB value is (239,248,221). Sum of RGB (Red+Green+Blue) = 239+248+221=708 (93% of max value = 765). Red value is 239 (93.75% from 255 or 33.76% from 708); Green value is 248 (97.27% from 255 or 35.03% from 708); Blue value is 221 (86.72% from 255 or 31.21% from 708); Max value from RGB is 248 - color contains mainly: green. Hex color #EFF8DD is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EFF8DD is #100722. Grayscale: #F2F2F2. Windows color (decimal): -1050403 or 14547183. OLE color: 14547183.
HSL color Cylindrical-coordinate representation of color #EFF8DD: hue angle of 80º degrees, saturation: 0.66, lightness: 0.92%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #EFF8DD is Cyan = 0.04, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 239 | 248 | 221 | - |
| CMYK | 0.04 | 0 | 0.11 | 0.03 |
| HSL | 80º | 0.66% | 0.92% | - |
| HSV(B) | 80º | 0.11% | 0.97% | - |
| XYZ | 82.22 | 90.71 | 81.58 | - |
| YUV | 242.23 | 116.02 | 125.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 248 | 221 | 0.04 | 0 | 0.11 | 0.03 | 80 | 0.66 | 0.92 |
| Hex | EF | F8 | DD | 4 | 0 | B | 3 | 50 | 42 | 5C |
| Octal | 357 | 370 | 335 | 4 | 0 | 13 | 3 | 120 | 102 | 134 |
| Binary | 11101111 | 11111000 | 11011101 | 100 | 0 | 1011 | 11 | 1010000 | 1000010 | 1011100 |
Color Harmonies of #EFF8DD
Complementary color
Monochromatic Colors of #EFF8DD
Black with #EFF8DD
Text Example
Text Example
White with #EFF8DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFF8DD; }
p { color: rgb(239,248,221); }
H1.HeaderClassName
{
color: #EFF8DD;
}
.AnyTagClassName
{
color: #EFF8DD;
}
</style>
background-color css
<style>
a { background-color: #EFF8DD; }
a { background-color: rgb(239,248,221); }
div.DivClassName
{
background-color: #EFF8DD;
}
.BgClassName
{
background-color: #EFF8DD;
}
</style>
border-color css
<style>
span { border-color: #EFF8DD; }
span { border-color: rgb(239,248,221); }
td.TdClassName
{
border-color: #EFF8DD;
}
.TagClassName
{
border-color: #EFF8DD;
}
</style>