Shades of Saltpan #EEFADA
Tints of Saltpan #EEFADA
RGB
CMYK
RGB Variations
Color information
#EEFADA (or 0xEEFADA) is known color: Saltpan. HEX triplet: EE, FA and DA. RGB value is (238,250,218). Sum of RGB (Red+Green+Blue) = 238+250+218=706 (93% of max value = 765). Red value is 238 (93.36% from 255 or 33.71% from 706); Green value is 250 (98.05% from 255 or 35.41% from 706); Blue value is 218 (85.55% from 255 or 30.88% from 706); Max value from RGB is 250 - color contains mainly: green. Hex color #EEFADA is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EEFADA is #110525. Grayscale: #F2F2F2. Windows color (decimal): -1115430 or 14351086. OLE color: 14351086.
HSL color Cylindrical-coordinate representation of color #EEFADA: hue angle of 82.5º degrees, saturation: 0.76, lightness: 0.92%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #EEFADA is Cyan = 0.05, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.02.
Color convert
RGB | 238 | 250 | 218 | - |
CMYK | 0.05 | 0 | 0.13 | 0.02 |
HSL | 82.5º | 0.76% | 0.92% | - |
HSV(B) | 82.5º | 0.13% | 0.98% | - |
XYZ | 82.1 | 91.61 | 79.69 | - |
YUV | 242.76 | 114.02 | 124.6 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 238 | 250 | 218 | 0.05 | 0 | 0.13 | 0.02 | 82.5 | 0.76 | 0.92 |
Hex | EE | FA | DA | 5 | 0 | D | 2 | 52 | 4C | 5C |
Octal | 356 | 372 | 332 | 5 | 0 | 15 | 2 | 122 | 114 | 134 |
Binary | 11101110 | 11111010 | 11011010 | 101 | 0 | 1101 | 10 | 1010010 | 1001100 | 1011100 |
Color Harmonies of #EEFADA
Complementary color
Monochromatic Colors of #EEFADA
Black with #EEFADA
Text Example
Text Example
White with #EEFADA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEFADA; }
p { color: rgb(238,250,218); }
H1.HeaderClassName
{
color: #EEFADA;
}
.AnyTagClassName
{
color: #EEFADA;
}
</style>
background-color css
<style>
a { background-color: #EEFADA; }
a { background-color: rgb(238,250,218); }
div.DivClassName
{
background-color: #EEFADA;
}
.BgClassName
{
background-color: #EEFADA;
}
</style>
border-color css
<style>
span { border-color: #EEFADA; }
span { border-color: rgb(238,250,218); }
td.TdClassName
{
border-color: #EEFADA;
}
.TagClassName
{
border-color: #EEFADA;
}
</style>