Shades of Saltpan #EFFDDE
Tints of Saltpan #EFFDDE
RGB
CMYK
RGB Variations
Color information
#EFFDDE (or 0xEFFDDE) is known color: Saltpan. HEX triplet: EF, FD and DE. RGB value is (239,253,222). Sum of RGB (Red+Green+Blue) = 239+253+222=714 (94% of max value = 765). Red value is 239 (93.75% from 255 or 33.47% from 714); Green value is 253 (99.22% from 255 or 35.43% from 714); Blue value is 222 (87.11% from 255 or 31.09% from 714); Max value from RGB is 253 - color contains mainly: green. Hex color #EFFDDE is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EFFDDE is #100221. Grayscale: #F5F5F5. Windows color (decimal): -1049122 or 14613999. OLE color: 14613999.
HSL color Cylindrical-coordinate representation of color #EFFDDE: hue angle of 87.1º degrees, saturation: 0.89, lightness: 0.93%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #EFFDDE is Cyan = 0.06, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 239 | 253 | 222 | - |
| CMYK | 0.06 | 0 | 0.12 | 0.01 |
| HSL | 87.1º | 0.89% | 0.93% | - |
| HSV(B) | 87.1º | 0.12% | 0.99% | - |
| XYZ | 83.91 | 93.88 | 82.8 | - |
| YUV | 245.28 | 114.86 | 123.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 253 | 222 | 0.06 | 0 | 0.12 | 0.01 | 87.1 | 0.89 | 0.93 |
| Hex | EF | FD | DE | 6 | 0 | C | 1 | 57 | 59 | 5D |
| Octal | 357 | 375 | 336 | 6 | 0 | 14 | 1 | 127 | 131 | 135 |
| Binary | 11101111 | 11111101 | 11011110 | 110 | 0 | 1100 | 1 | 1010111 | 1011001 | 1011101 |
Color Harmonies of #EFFDDE
Complementary color
Monochromatic Colors of #EFFDDE
Black with #EFFDDE
Text Example
Text Example
White with #EFFDDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFFDDE; }
p { color: rgb(239,253,222); }
H1.HeaderClassName
{
color: #EFFDDE;
}
.AnyTagClassName
{
color: #EFFDDE;
}
</style>
background-color css
<style>
a { background-color: #EFFDDE; }
a { background-color: rgb(239,253,222); }
div.DivClassName
{
background-color: #EFFDDE;
}
.BgClassName
{
background-color: #EFFDDE;
}
</style>
border-color css
<style>
span { border-color: #EFFDDE; }
span { border-color: rgb(239,253,222); }
td.TdClassName
{
border-color: #EFFDDE;
}
.TagClassName
{
border-color: #EFFDDE;
}
</style>