Shades of Saltpan #EEFEDB
Tints of Saltpan #EEFEDB
RGB
CMYK
RGB Variations
Color information
#EEFEDB (or 0xEEFEDB) is known color: Saltpan. HEX triplet: EE, FE and DB. RGB value is (238,254,219). Sum of RGB (Red+Green+Blue) = 238+254+219=711 (94% of max value = 765). Red value is 238 (93.36% from 255 or 33.47% from 711); Green value is 254 (99.61% from 255 or 35.72% from 711); Blue value is 219 (85.94% from 255 or 30.80% from 711); Max value from RGB is 254 - color contains mainly: green. Hex color #EEFEDB is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EEFEDB is #110124. Grayscale: #F5F5F5. Windows color (decimal): -1114405 or 14417646. OLE color: 14417646.
HSL color Cylindrical-coordinate representation of color #EEFEDB: hue angle of 87.43º degrees, saturation: 0.95, lightness: 0.93%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #EEFEDB is Cyan = 0.06, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.00.
Color convert
RGB | 238 | 254 | 219 | - |
CMYK | 0.06 | 0 | 0.14 | 0.00 |
HSL | 87.43º | 0.95% | 0.93% | - |
HSV(B) | 87.43º | 0.14% | 1% | - |
XYZ | 83.49 | 94.18 | 80.8 | - |
YUV | 245.23 | 113.2 | 122.85 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 238 | 254 | 219 | 0.06 | 0 | 0.14 | 0.00 | 87.43 | 0.95 | 0.93 |
Hex | EE | FE | DB | 6 | 0 | E | 0 | 57 | 5F | 5D |
Octal | 356 | 376 | 333 | 6 | 0 | 16 | 0 | 127 | 137 | 135 |
Binary | 11101110 | 11111110 | 11011011 | 110 | 0 | 1110 | 0 | 1010111 | 1011111 | 1011101 |
Color Harmonies of #EEFEDB
Complementary color
Monochromatic Colors of #EEFEDB
Black with #EEFEDB
Text Example
Text Example
White with #EEFEDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEFEDB; }
p { color: rgb(238,254,219); }
H1.HeaderClassName
{
color: #EEFEDB;
}
.AnyTagClassName
{
color: #EEFEDB;
}
</style>
background-color css
<style>
a { background-color: #EEFEDB; }
a { background-color: rgb(238,254,219); }
div.DivClassName
{
background-color: #EEFEDB;
}
.BgClassName
{
background-color: #EEFEDB;
}
</style>
border-color css
<style>
span { border-color: #EEFEDB; }
span { border-color: rgb(238,254,219); }
td.TdClassName
{
border-color: #EEFEDB;
}
.TagClassName
{
border-color: #EEFEDB;
}
</style>