Shades of Saltpan #EEFBDF
Tints of Saltpan #EEFBDF
RGB
CMYK
RGB Variations
Color information
#EEFBDF (or 0xEEFBDF) is known color: Saltpan. HEX triplet: EE, FB and DF. RGB value is (238,251,223). Sum of RGB (Red+Green+Blue) = 238+251+223=712 (94% of max value = 765). Red value is 238 (93.36% from 255 or 33.43% from 712); Green value is 251 (98.44% from 255 or 35.25% from 712); Blue value is 223 (87.5% from 255 or 31.32% from 712); Max value from RGB is 251 - color contains mainly: green. Hex color #EEFBDF is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EEFBDF is #110420. Grayscale: #F4F4F4. Windows color (decimal): -1115169 or 14679022. OLE color: 14679022.
HSL color Cylindrical-coordinate representation of color #EEFBDF: hue angle of 87.86º degrees, saturation: 0.78, lightness: 0.93%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #EEFBDF is Cyan = 0.05, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 238 | 251 | 223 | - |
| CMYK | 0.05 | 0 | 0.11 | 0.02 |
| HSL | 87.86º | 0.78% | 0.93% | - |
| HSV(B) | 87.86º | 0.11% | 0.98% | - |
| XYZ | 83.08 | 92.5 | 83.29 | - |
| YUV | 243.92 | 116.19 | 123.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 251 | 223 | 0.05 | 0 | 0.11 | 0.02 | 87.86 | 0.78 | 0.93 |
| Hex | EE | FB | DF | 5 | 0 | B | 2 | 58 | 4E | 5D |
| Octal | 356 | 373 | 337 | 5 | 0 | 13 | 2 | 130 | 116 | 135 |
| Binary | 11101110 | 11111011 | 11011111 | 101 | 0 | 1011 | 10 | 1011000 | 1001110 | 1011101 |
Color Harmonies of #EEFBDF
Complementary color
Monochromatic Colors of #EEFBDF
Black with #EEFBDF
Text Example
Text Example
White with #EEFBDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEFBDF; }
p { color: rgb(238,251,223); }
H1.HeaderClassName
{
color: #EEFBDF;
}
.AnyTagClassName
{
color: #EEFBDF;
}
</style>
background-color css
<style>
a { background-color: #EEFBDF; }
a { background-color: rgb(238,251,223); }
div.DivClassName
{
background-color: #EEFBDF;
}
.BgClassName
{
background-color: #EEFBDF;
}
</style>
border-color css
<style>
span { border-color: #EEFBDF; }
span { border-color: rgb(238,251,223); }
td.TdClassName
{
border-color: #EEFBDF;
}
.TagClassName
{
border-color: #EEFBDF;
}
</style>