Shades of Saltpan #EEFDDB
Tints of Saltpan #EEFDDB
RGB
CMYK
RGB Variations
Color information
#EEFDDB (or 0xEEFDDB) is known color: Saltpan. HEX triplet: EE, FD and DB. RGB value is (238,253,219). Sum of RGB (Red+Green+Blue) = 238+253+219=710 (94% of max value = 765). Red value is 238 (93.36% from 255 or 33.52% from 710); Green value is 253 (99.22% from 255 or 35.63% from 710); Blue value is 219 (85.94% from 255 or 30.85% from 710); Max value from RGB is 253 - color contains mainly: green. Hex color #EEFDDB is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EEFDDB is #110224. Grayscale: #F4F4F4. Windows color (decimal): -1114661 or 14417390. OLE color: 14417390.
HSL color Cylindrical-coordinate representation of color #EEFDDB: hue angle of 86.47º degrees, saturation: 0.89, lightness: 0.93%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #EEFDDB is Cyan = 0.06, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.01.
Color convert
RGB | 238 | 253 | 219 | - |
CMYK | 0.06 | 0 | 0.13 | 0.01 |
HSL | 86.47º | 0.89% | 0.93% | - |
HSV(B) | 86.47º | 0.13% | 0.99% | - |
XYZ | 83.17 | 93.54 | 80.69 | - |
YUV | 244.64 | 113.53 | 123.26 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 238 | 253 | 219 | 0.06 | 0 | 0.13 | 0.01 | 86.47 | 0.89 | 0.93 |
Hex | EE | FD | DB | 6 | 0 | D | 1 | 56 | 59 | 5D |
Octal | 356 | 375 | 333 | 6 | 0 | 15 | 1 | 126 | 131 | 135 |
Binary | 11101110 | 11111101 | 11011011 | 110 | 0 | 1101 | 1 | 1010110 | 1011001 | 1011101 |
Color Harmonies of #EEFDDB
Complementary color
Monochromatic Colors of #EEFDDB
Black with #EEFDDB
Text Example
Text Example
White with #EEFDDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEFDDB; }
p { color: rgb(238,253,219); }
H1.HeaderClassName
{
color: #EEFDDB;
}
.AnyTagClassName
{
color: #EEFDDB;
}
</style>
background-color css
<style>
a { background-color: #EEFDDB; }
a { background-color: rgb(238,253,219); }
div.DivClassName
{
background-color: #EEFDDB;
}
.BgClassName
{
background-color: #EEFDDB;
}
</style>
border-color css
<style>
span { border-color: #EEFDDB; }
span { border-color: rgb(238,253,219); }
td.TdClassName
{
border-color: #EEFDDB;
}
.TagClassName
{
border-color: #EEFDDB;
}
</style>