Shades of Saltpan #EEFADD
Tints of Saltpan #EEFADD
RGB
CMYK
RGB Variations
Color information
#EEFADD (or 0xEEFADD) is known color: Saltpan. HEX triplet: EE, FA and DD. RGB value is (238,250,221). Sum of RGB (Red+Green+Blue) = 238+250+221=709 (93% of max value = 765). Red value is 238 (93.36% from 255 or 33.57% from 709); Green value is 250 (98.05% from 255 or 35.26% from 709); Blue value is 221 (86.72% from 255 or 31.17% from 709); Max value from RGB is 250 - color contains mainly: green. Hex color #EEFADD is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EEFADD is #110522. Grayscale: #F3F3F3. Windows color (decimal): -1115427 or 14547694. OLE color: 14547694.
HSL color Cylindrical-coordinate representation of color #EEFADD: hue angle of 84.83º 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 #EEFADD is Cyan = 0.05, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 238 | 250 | 221 | - |
| CMYK | 0.05 | 0 | 0.12 | 0.02 |
| HSL | 84.83º | 0.74% | 0.92% | - |
| HSV(B) | 84.83º | 0.12% | 0.98% | - |
| XYZ | 82.5 | 91.77 | 81.77 | - |
| YUV | 243.11 | 115.52 | 124.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 250 | 221 | 0.05 | 0 | 0.12 | 0.02 | 84.83 | 0.74 | 0.92 |
| Hex | EE | FA | DD | 5 | 0 | C | 2 | 55 | 4A | 5C |
| Octal | 356 | 372 | 335 | 5 | 0 | 14 | 2 | 125 | 112 | 134 |
| Binary | 11101110 | 11111010 | 11011101 | 101 | 0 | 1100 | 10 | 1010101 | 1001010 | 1011100 |
Color Harmonies of #EEFADD
Complementary color
Monochromatic Colors of #EEFADD
Black with #EEFADD
Text Example
Text Example
White with #EEFADD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEFADD; }
p { color: rgb(238,250,221); }
H1.HeaderClassName
{
color: #EEFADD;
}
.AnyTagClassName
{
color: #EEFADD;
}
</style>
background-color css
<style>
a { background-color: #EEFADD; }
a { background-color: rgb(238,250,221); }
div.DivClassName
{
background-color: #EEFADD;
}
.BgClassName
{
background-color: #EEFADD;
}
</style>
border-color css
<style>
span { border-color: #EEFADD; }
span { border-color: rgb(238,250,221); }
td.TdClassName
{
border-color: #EEFADD;
}
.TagClassName
{
border-color: #EEFADD;
}
</style>