Shades of Saltpan #EEFBDA
Tints of Saltpan #EEFBDA
RGB
CMYK
RGB Variations
Color information
#EEFBDA (or 0xEEFBDA) is known color: Saltpan. HEX triplet: EE, FB and DA. RGB value is (238,251,218). Sum of RGB (Red+Green+Blue) = 238+251+218=707 (93% of max value = 765). Red value is 238 (93.36% from 255 or 33.66% from 707); Green value is 251 (98.44% from 255 or 35.50% from 707); Blue value is 218 (85.55% from 255 or 30.83% from 707); Max value from RGB is 251 - color contains mainly: green. Hex color #EEFBDA is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EEFBDA is #110425. Grayscale: #F3F3F3. Windows color (decimal): -1115174 or 14351342. OLE color: 14351342.
HSL color Cylindrical-coordinate representation of color #EEFBDA: hue angle of 83.64º degrees, saturation: 0.8, lightness: 0.92%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #EEFBDA is Cyan = 0.05, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.02.
Color convert
RGB | 238 | 251 | 218 | - |
CMYK | 0.05 | 0 | 0.13 | 0.02 |
HSL | 83.64º | 0.8% | 0.92% | - |
HSV(B) | 83.64º | 0.13% | 0.98% | - |
XYZ | 82.41 | 92.23 | 79.79 | - |
YUV | 243.35 | 113.69 | 124.18 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 238 | 251 | 218 | 0.05 | 0 | 0.13 | 0.02 | 83.64 | 0.8 | 0.92 |
Hex | EE | FB | DA | 5 | 0 | D | 2 | 54 | 50 | 5C |
Octal | 356 | 373 | 332 | 5 | 0 | 15 | 2 | 124 | 120 | 134 |
Binary | 11101110 | 11111011 | 11011010 | 101 | 0 | 1101 | 10 | 1010100 | 1010000 | 1011100 |
Color Harmonies of #EEFBDA
Complementary color
Monochromatic Colors of #EEFBDA
Black with #EEFBDA
Text Example
Text Example
White with #EEFBDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEFBDA; }
p { color: rgb(238,251,218); }
H1.HeaderClassName
{
color: #EEFBDA;
}
.AnyTagClassName
{
color: #EEFBDA;
}
</style>
background-color css
<style>
a { background-color: #EEFBDA; }
a { background-color: rgb(238,251,218); }
div.DivClassName
{
background-color: #EEFBDA;
}
.BgClassName
{
background-color: #EEFBDA;
}
</style>
border-color css
<style>
span { border-color: #EEFBDA; }
span { border-color: rgb(238,251,218); }
td.TdClassName
{
border-color: #EEFBDA;
}
.TagClassName
{
border-color: #EEFBDA;
}
</style>