Shades of Saltpan #EEFCDD
Tints of Saltpan #EEFCDD
RGB
CMYK
RGB Variations
Color information
#EEFCDD (or 0xEEFCDD) is known color: Saltpan. HEX triplet: EE, FC and DD. RGB value is (238,252,221). Sum of RGB (Red+Green+Blue) = 238+252+221=711 (94% of max value = 765). Red value is 238 (93.36% from 255 or 33.47% from 711); Green value is 252 (98.83% from 255 or 35.44% from 711); Blue value is 221 (86.72% from 255 or 31.08% from 711); Max value from RGB is 252 - color contains mainly: green. Hex color #EEFCDD is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EEFCDD is #110322. Grayscale: #F4F4F4. Windows color (decimal): -1114915 or 14548206. OLE color: 14548206.
HSL color Cylindrical-coordinate representation of color #EEFCDD: hue angle of 87.1º degrees, saturation: 0.84, lightness: 0.93%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #EEFCDD is Cyan = 0.06, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.01.
Color convert
RGB | 238 | 252 | 221 | - |
CMYK | 0.06 | 0 | 0.12 | 0.01 |
HSL | 87.1º | 0.84% | 0.93% | - |
HSV(B) | 87.1º | 0.12% | 0.99% | - |
XYZ | 83.12 | 93.02 | 81.98 | - |
YUV | 244.28 | 114.86 | 123.52 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 238 | 252 | 221 | 0.06 | 0 | 0.12 | 0.01 | 87.1 | 0.84 | 0.93 |
Hex | EE | FC | DD | 6 | 0 | C | 1 | 57 | 54 | 5D |
Octal | 356 | 374 | 335 | 6 | 0 | 14 | 1 | 127 | 124 | 135 |
Binary | 11101110 | 11111100 | 11011101 | 110 | 0 | 1100 | 1 | 1010111 | 1010100 | 1011101 |
Color Harmonies of #EEFCDD
Complementary color
Monochromatic Colors of #EEFCDD
Black with #EEFCDD
Text Example
Text Example
White with #EEFCDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEFCDD; }
p { color: rgb(238,252,221); }
H1.HeaderClassName
{
color: #EEFCDD;
}
.AnyTagClassName
{
color: #EEFCDD;
}
</style>
background-color css
<style>
a { background-color: #EEFCDD; }
a { background-color: rgb(238,252,221); }
div.DivClassName
{
background-color: #EEFCDD;
}
.BgClassName
{
background-color: #EEFCDD;
}
</style>
border-color css
<style>
span { border-color: #EEFCDD; }
span { border-color: rgb(238,252,221); }
td.TdClassName
{
border-color: #EEFCDD;
}
.TagClassName
{
border-color: #EEFCDD;
}
</style>