Shades of Saltpan #EEFBDC
Tints of Saltpan #EEFBDC
RGB
CMYK
RGB Variations
Color information
#EEFBDC (or 0xEEFBDC) is known color: Saltpan. HEX triplet: EE, FB and DC. RGB value is (238,251,220). Sum of RGB (Red+Green+Blue) = 238+251+220=709 (93% of max value = 765). Red value is 238 (93.36% from 255 or 33.57% from 709); Green value is 251 (98.44% from 255 or 35.40% from 709); Blue value is 220 (86.33% from 255 or 31.03% from 709); Max value from RGB is 251 - color contains mainly: green. Hex color #EEFBDC is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EEFBDC is #110423. Grayscale: #F3F3F3. Windows color (decimal): -1115172 or 14482414. OLE color: 14482414.
HSL color Cylindrical-coordinate representation of color #EEFBDC: hue angle of 85.16º degrees, saturation: 0.79, 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 #EEFBDC is Cyan = 0.05, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 238 | 251 | 220 | - |
| CMYK | 0.05 | 0 | 0.12 | 0.02 |
| HSL | 85.16º | 0.79% | 0.92% | - |
| HSV(B) | 85.16º | 0.12% | 0.98% | - |
| XYZ | 82.68 | 92.34 | 81.18 | - |
| YUV | 243.58 | 114.69 | 124.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 251 | 220 | 0.05 | 0 | 0.12 | 0.02 | 85.16 | 0.79 | 0.92 |
| Hex | EE | FB | DC | 5 | 0 | C | 2 | 55 | 4F | 5C |
| Octal | 356 | 373 | 334 | 5 | 0 | 14 | 2 | 125 | 117 | 134 |
| Binary | 11101110 | 11111011 | 11011100 | 101 | 0 | 1100 | 10 | 1010101 | 1001111 | 1011100 |
Color Harmonies of #EEFBDC
Complementary color
Monochromatic Colors of #EEFBDC
Black with #EEFBDC
Text Example
Text Example
White with #EEFBDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEFBDC; }
p { color: rgb(238,251,220); }
H1.HeaderClassName
{
color: #EEFBDC;
}
.AnyTagClassName
{
color: #EEFBDC;
}
</style>
background-color css
<style>
a { background-color: #EEFBDC; }
a { background-color: rgb(238,251,220); }
div.DivClassName
{
background-color: #EEFBDC;
}
.BgClassName
{
background-color: #EEFBDC;
}
</style>
border-color css
<style>
span { border-color: #EEFBDC; }
span { border-color: rgb(238,251,220); }
td.TdClassName
{
border-color: #EEFBDC;
}
.TagClassName
{
border-color: #EEFBDC;
}
</style>