Shades of Saltpan #EFFADD
Tints of Saltpan #EFFADD
RGB
CMYK
RGB Variations
Color information
#EFFADD (or 0xEFFADD) is known color: Saltpan. HEX triplet: EF, FA and DD. RGB value is (239,250,221). Sum of RGB (Red+Green+Blue) = 239+250+221=710 (94% of max value = 765). Red value is 239 (93.75% from 255 or 33.66% from 710); Green value is 250 (98.05% from 255 or 35.21% from 710); Blue value is 221 (86.72% from 255 or 31.13% from 710); Max value from RGB is 250 - color contains mainly: green. Hex color #EFFADD is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EFFADD is #100522. Grayscale: #F3F3F3. Windows color (decimal): -1049891 or 14547695. OLE color: 14547695.
HSL color Cylindrical-coordinate representation of color #EFFADD: hue angle of 82.76º degrees, saturation: 0.74, lightness: 0.92%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #EFFADD is Cyan = 0.04, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 239 | 250 | 221 | - |
| CMYK | 0.04 | 0 | 0.12 | 0.02 |
| HSL | 82.76º | 0.74% | 0.92% | - |
| HSV(B) | 82.76º | 0.12% | 0.98% | - |
| XYZ | 82.83 | 91.94 | 81.79 | - |
| YUV | 243.41 | 115.36 | 124.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 250 | 221 | 0.04 | 0 | 0.12 | 0.02 | 82.76 | 0.74 | 0.92 |
| Hex | EF | FA | DD | 4 | 0 | C | 2 | 53 | 4A | 5C |
| Octal | 357 | 372 | 335 | 4 | 0 | 14 | 2 | 123 | 112 | 134 |
| Binary | 11101111 | 11111010 | 11011101 | 100 | 0 | 1100 | 10 | 1010011 | 1001010 | 1011100 |
Color Harmonies of #EFFADD
Complementary color
Monochromatic Colors of #EFFADD
Black with #EFFADD
Text Example
Text Example
White with #EFFADD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFFADD; }
p { color: rgb(239,250,221); }
H1.HeaderClassName
{
color: #EFFADD;
}
.AnyTagClassName
{
color: #EFFADD;
}
</style>
background-color css
<style>
a { background-color: #EFFADD; }
a { background-color: rgb(239,250,221); }
div.DivClassName
{
background-color: #EFFADD;
}
.BgClassName
{
background-color: #EFFADD;
}
</style>
border-color css
<style>
span { border-color: #EFFADD; }
span { border-color: rgb(239,250,221); }
td.TdClassName
{
border-color: #EFFADD;
}
.TagClassName
{
border-color: #EFFADD;
}
</style>