Shades of Saltpan #E9F0DA
Tints of Saltpan #E9F0DA
RGB
CMYK
RGB Variations
Color information
#E9F0DA (or 0xE9F0DA) is known color: Saltpan. HEX triplet: E9, F0 and DA. RGB value is (233,240,218). Sum of RGB (Red+Green+Blue) = 233+240+218=691 (91% of max value = 765). Red value is 233 (91.41% from 255 or 33.72% from 691); Green value is 240 (94.14% from 255 or 34.73% from 691); Blue value is 218 (85.55% from 255 or 31.55% from 691); Max value from RGB is 240 - color contains mainly: green. Hex color #E9F0DA is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #E9F0DA is #160F25. Grayscale: #EBEBEB. Windows color (decimal): -1445670 or 14348521. OLE color: 14348521.
HSL color Cylindrical-coordinate representation of color #E9F0DA: hue angle of 79.09º degrees, saturation: 0.42, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #E9F0DA is Cyan = 0.03, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.06.
Color convert
RGB | 233 | 240 | 218 | - |
CMYK | 0.03 | 0 | 0.09 | 0.06 |
HSL | 79.09º | 0.42% | 0.9% | - |
HSV(B) | 79.09º | 0.09% | 0.94% | - |
XYZ | 77.42 | 84.71 | 78.6 | - |
YUV | 235.4 | 118.18 | 126.29 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 233 | 240 | 218 | 0.03 | 0 | 0.09 | 0.06 | 79.09 | 0.42 | 0.9 |
Hex | E9 | F0 | DA | 3 | 0 | 9 | 6 | 4F | 2A | 5A |
Octal | 351 | 360 | 332 | 3 | 0 | 11 | 6 | 117 | 52 | 132 |
Binary | 11101001 | 11110000 | 11011010 | 11 | 0 | 1001 | 110 | 1001111 | 101010 | 1011010 |
Color Harmonies of #E9F0DA
Complementary color
Monochromatic Colors of #E9F0DA
Black with #E9F0DA
Text Example
Text Example
White with #E9F0DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9F0DA; }
p { color: rgb(233,240,218); }
H1.HeaderClassName
{
color: #E9F0DA;
}
.AnyTagClassName
{
color: #E9F0DA;
}
</style>
background-color css
<style>
a { background-color: #E9F0DA; }
a { background-color: rgb(233,240,218); }
div.DivClassName
{
background-color: #E9F0DA;
}
.BgClassName
{
background-color: #E9F0DA;
}
</style>
border-color css
<style>
span { border-color: #E9F0DA; }
span { border-color: rgb(233,240,218); }
td.TdClassName
{
border-color: #E9F0DA;
}
.TagClassName
{
border-color: #E9F0DA;
}
</style>