Shades of Saltpan #EEFCDA
Tints of Saltpan #EEFCDA
RGB
CMYK
RGB Variations
Color information
#EEFCDA (or 0xEEFCDA) is known color: Saltpan. HEX triplet: EE, FC and DA. RGB value is (238,252,218). Sum of RGB (Red+Green+Blue) = 238+252+218=708 (93% of max value = 765). Red value is 238 (93.36% from 255 or 33.62% from 708); Green value is 252 (98.83% from 255 or 35.59% from 708); Blue value is 218 (85.55% from 255 or 30.79% from 708); Max value from RGB is 252 - color contains mainly: green. Hex color #EEFCDA is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EEFCDA is #110325. Grayscale: #F4F4F4. Windows color (decimal): -1114918 or 14351598. OLE color: 14351598.
HSL color Cylindrical-coordinate representation of color #EEFCDA: hue angle of 84.71º degrees, saturation: 0.85, lightness: 0.92%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #EEFCDA is Cyan = 0.06, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.01.
Color convert
RGB | 238 | 252 | 218 | - |
CMYK | 0.06 | 0 | 0.13 | 0.01 |
HSL | 84.71º | 0.85% | 0.92% | - |
HSV(B) | 84.71º | 0.13% | 0.99% | - |
XYZ | 82.73 | 92.86 | 79.89 | - |
YUV | 243.94 | 113.36 | 123.76 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 238 | 252 | 218 | 0.06 | 0 | 0.13 | 0.01 | 84.71 | 0.85 | 0.92 |
Hex | EE | FC | DA | 6 | 0 | D | 1 | 55 | 55 | 5C |
Octal | 356 | 374 | 332 | 6 | 0 | 15 | 1 | 125 | 125 | 134 |
Binary | 11101110 | 11111100 | 11011010 | 110 | 0 | 1101 | 1 | 1010101 | 1010101 | 1011100 |
Color Harmonies of #EEFCDA
Complementary color
Monochromatic Colors of #EEFCDA
Black with #EEFCDA
Text Example
Text Example
White with #EEFCDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEFCDA; }
p { color: rgb(238,252,218); }
H1.HeaderClassName
{
color: #EEFCDA;
}
.AnyTagClassName
{
color: #EEFCDA;
}
</style>
background-color css
<style>
a { background-color: #EEFCDA; }
a { background-color: rgb(238,252,218); }
div.DivClassName
{
background-color: #EEFCDA;
}
.BgClassName
{
background-color: #EEFCDA;
}
</style>
border-color css
<style>
span { border-color: #EEFCDA; }
span { border-color: rgb(238,252,218); }
td.TdClassName
{
border-color: #EEFCDA;
}
.TagClassName
{
border-color: #EEFCDA;
}
</style>