Shades of Saltpan #EEFCDB
Tints of Saltpan #EEFCDB
RGB
CMYK
RGB Variations
Color information
#EEFCDB (or 0xEEFCDB) is known color: Saltpan. HEX triplet: EE, FC and DB. RGB value is (238,252,219). Sum of RGB (Red+Green+Blue) = 238+252+219=709 (93% of max value = 765). Red value is 238 (93.36% from 255 or 33.57% from 709); Green value is 252 (98.83% from 255 or 35.54% from 709); Blue value is 219 (85.94% from 255 or 30.89% from 709); Max value from RGB is 252 - color contains mainly: green. Hex color #EEFCDB is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EEFCDB is #110324. Grayscale: #F4F4F4. Windows color (decimal): -1114917 or 14417134. OLE color: 14417134.
HSL color Cylindrical-coordinate representation of color #EEFCDB: hue angle of 85.45º 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 #EEFCDB is Cyan = 0.06, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.01.
Color convert
RGB | 238 | 252 | 219 | - |
CMYK | 0.06 | 0 | 0.13 | 0.01 |
HSL | 85.45º | 0.85% | 0.92% | - |
HSV(B) | 85.45º | 0.13% | 0.99% | - |
XYZ | 82.86 | 92.91 | 80.58 | - |
YUV | 244.05 | 113.86 | 123.68 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 238 | 252 | 219 | 0.06 | 0 | 0.13 | 0.01 | 85.45 | 0.85 | 0.92 |
Hex | EE | FC | DB | 6 | 0 | D | 1 | 55 | 55 | 5C |
Octal | 356 | 374 | 333 | 6 | 0 | 15 | 1 | 125 | 125 | 134 |
Binary | 11101110 | 11111100 | 11011011 | 110 | 0 | 1101 | 1 | 1010101 | 1010101 | 1011100 |
Color Harmonies of #EEFCDB
Complementary color
Monochromatic Colors of #EEFCDB
Black with #EEFCDB
Text Example
Text Example
White with #EEFCDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEFCDB; }
p { color: rgb(238,252,219); }
H1.HeaderClassName
{
color: #EEFCDB;
}
.AnyTagClassName
{
color: #EEFCDB;
}
</style>
background-color css
<style>
a { background-color: #EEFCDB; }
a { background-color: rgb(238,252,219); }
div.DivClassName
{
background-color: #EEFCDB;
}
.BgClassName
{
background-color: #EEFCDB;
}
</style>
border-color css
<style>
span { border-color: #EEFCDB; }
span { border-color: rgb(238,252,219); }
td.TdClassName
{
border-color: #EEFCDB;
}
.TagClassName
{
border-color: #EEFCDB;
}
</style>