Shades of Saltpan #EFFEDD
Tints of Saltpan #EFFEDD
RGB
CMYK
RGB Variations
Color information
#EFFEDD (or 0xEFFEDD) is known color: Saltpan. HEX triplet: EF, FE and DD. RGB value is (239,254,221). Sum of RGB (Red+Green+Blue) = 239+254+221=714 (94% of max value = 765). Red value is 239 (93.75% from 255 or 33.47% from 714); Green value is 254 (99.61% from 255 or 35.57% from 714); Blue value is 221 (86.72% from 255 or 30.95% from 714); Max value from RGB is 254 - color contains mainly: green. Hex color #EFFEDD is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EFFEDD is #100122. Grayscale: #F5F5F5. Windows color (decimal): -1048867 or 14548719. OLE color: 14548719.
HSL color Cylindrical-coordinate representation of color #EFFEDD: hue angle of 87.27º degrees, saturation: 0.94, lightness: 0.93%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #EFFEDD is Cyan = 0.06, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 239 | 254 | 221 | - |
| CMYK | 0.06 | 0 | 0.13 | 0.00 |
| HSL | 87.27º | 0.94% | 0.93% | - |
| HSV(B) | 87.27º | 0.13% | 1% | - |
| XYZ | 84.09 | 94.45 | 82.21 | - |
| YUV | 245.75 | 114.03 | 123.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 254 | 221 | 0.06 | 0 | 0.13 | 0.00 | 87.27 | 0.94 | 0.93 |
| Hex | EF | FE | DD | 6 | 0 | D | 0 | 57 | 5E | 5D |
| Octal | 357 | 376 | 335 | 6 | 0 | 15 | 0 | 127 | 136 | 135 |
| Binary | 11101111 | 11111110 | 11011101 | 110 | 0 | 1101 | 0 | 1010111 | 1011110 | 1011101 |
Color Harmonies of #EFFEDD
Complementary color
Monochromatic Colors of #EFFEDD
Black with #EFFEDD
Text Example
Text Example
White with #EFFEDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFFEDD; }
p { color: rgb(239,254,221); }
H1.HeaderClassName
{
color: #EFFEDD;
}
.AnyTagClassName
{
color: #EFFEDD;
}
</style>
background-color css
<style>
a { background-color: #EFFEDD; }
a { background-color: rgb(239,254,221); }
div.DivClassName
{
background-color: #EFFEDD;
}
.BgClassName
{
background-color: #EFFEDD;
}
</style>
border-color css
<style>
span { border-color: #EFFEDD; }
span { border-color: rgb(239,254,221); }
td.TdClassName
{
border-color: #EFFEDD;
}
.TagClassName
{
border-color: #EFFEDD;
}
</style>