Shades of Saltpan #EFFDDA
Tints of Saltpan #EFFDDA
RGB
CMYK
RGB Variations
Color information
#EFFDDA (or 0xEFFDDA) is known color: Saltpan. HEX triplet: EF, FD and DA. RGB value is (239,253,218). Sum of RGB (Red+Green+Blue) = 239+253+218=710 (94% of max value = 765). Red value is 239 (93.75% from 255 or 33.66% from 710); Green value is 253 (99.22% from 255 or 35.63% from 710); Blue value is 218 (85.55% from 255 or 30.70% from 710); Max value from RGB is 253 - color contains mainly: green. Hex color #EFFDDA is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EFFDDA is #100225. Grayscale: #F4F4F4. Windows color (decimal): -1049126 or 14351855. OLE color: 14351855.
HSL color Cylindrical-coordinate representation of color #EFFDDA: hue angle of 84º degrees, saturation: 0.9, lightness: 0.92%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #EFFDDA is Cyan = 0.06, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 239 | 253 | 218 | - |
| CMYK | 0.06 | 0 | 0.14 | 0.01 |
| HSL | 84º | 0.9% | 0.92% | - |
| HSV(B) | 84º | 0.14% | 0.99% | - |
| XYZ | 83.38 | 93.66 | 80.01 | - |
| YUV | 244.82 | 112.86 | 123.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 253 | 218 | 0.06 | 0 | 0.14 | 0.01 | 84 | 0.9 | 0.92 |
| Hex | EF | FD | DA | 6 | 0 | E | 1 | 54 | 5A | 5C |
| Octal | 357 | 375 | 332 | 6 | 0 | 16 | 1 | 124 | 132 | 134 |
| Binary | 11101111 | 11111101 | 11011010 | 110 | 0 | 1110 | 1 | 1010100 | 1011010 | 1011100 |
Color Harmonies of #EFFDDA
Complementary color
Monochromatic Colors of #EFFDDA
Black with #EFFDDA
Text Example
Text Example
White with #EFFDDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFFDDA; }
p { color: rgb(239,253,218); }
H1.HeaderClassName
{
color: #EFFDDA;
}
.AnyTagClassName
{
color: #EFFDDA;
}
</style>
background-color css
<style>
a { background-color: #EFFDDA; }
a { background-color: rgb(239,253,218); }
div.DivClassName
{
background-color: #EFFDDA;
}
.BgClassName
{
background-color: #EFFDDA;
}
</style>
border-color css
<style>
span { border-color: #EFFDDA; }
span { border-color: rgb(239,253,218); }
td.TdClassName
{
border-color: #EFFDDA;
}
.TagClassName
{
border-color: #EFFDDA;
}
</style>