Shades of Saltpan #EFF9DD
Tints of Saltpan #EFF9DD
RGB
CMYK
RGB Variations
Color information
#EFF9DD (or 0xEFF9DD) is known color: Saltpan. HEX triplet: EF, F9 and DD. RGB value is (239,249,221). Sum of RGB (Red+Green+Blue) = 239+249+221=709 (93% of max value = 765). Red value is 239 (93.75% from 255 or 33.71% from 709); Green value is 249 (97.66% from 255 or 35.12% from 709); Blue value is 221 (86.72% from 255 or 31.17% from 709); Max value from RGB is 249 - color contains mainly: green. Hex color #EFF9DD is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EFF9DD is #100622. Grayscale: #F2F2F2. Windows color (decimal): -1050147 or 14547439. OLE color: 14547439.
HSL color Cylindrical-coordinate representation of color #EFF9DD: hue angle of 81.43º degrees, saturation: 0.7, lightness: 0.92%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #EFF9DD is Cyan = 0.04, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 239 | 249 | 221 | - |
| CMYK | 0.04 | 0 | 0.11 | 0.02 |
| HSL | 81.43º | 0.7% | 0.92% | - |
| HSV(B) | 81.43º | 0.11% | 0.98% | - |
| XYZ | 82.52 | 91.32 | 81.68 | - |
| YUV | 242.82 | 115.69 | 125.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 249 | 221 | 0.04 | 0 | 0.11 | 0.02 | 81.43 | 0.7 | 0.92 |
| Hex | EF | F9 | DD | 4 | 0 | B | 2 | 51 | 46 | 5C |
| Octal | 357 | 371 | 335 | 4 | 0 | 13 | 2 | 121 | 106 | 134 |
| Binary | 11101111 | 11111001 | 11011101 | 100 | 0 | 1011 | 10 | 1010001 | 1000110 | 1011100 |
Color Harmonies of #EFF9DD
Complementary color
Monochromatic Colors of #EFF9DD
Black with #EFF9DD
Text Example
Text Example
White with #EFF9DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFF9DD; }
p { color: rgb(239,249,221); }
H1.HeaderClassName
{
color: #EFF9DD;
}
.AnyTagClassName
{
color: #EFF9DD;
}
</style>
background-color css
<style>
a { background-color: #EFF9DD; }
a { background-color: rgb(239,249,221); }
div.DivClassName
{
background-color: #EFF9DD;
}
.BgClassName
{
background-color: #EFF9DD;
}
</style>
border-color css
<style>
span { border-color: #EFF9DD; }
span { border-color: rgb(239,249,221); }
td.TdClassName
{
border-color: #EFF9DD;
}
.TagClassName
{
border-color: #EFF9DD;
}
</style>