Shades of Saltpan #E9F0DD
Tints of Saltpan #E9F0DD
RGB
CMYK
RGB Variations
Color information
#E9F0DD (or 0xE9F0DD) is known color: Saltpan. HEX triplet: E9, F0 and DD. RGB value is (233,240,221). Sum of RGB (Red+Green+Blue) = 233+240+221=694 (91% of max value = 765). Red value is 233 (91.41% from 255 or 33.57% from 694); Green value is 240 (94.14% from 255 or 34.58% from 694); Blue value is 221 (86.72% from 255 or 31.84% from 694); Max value from RGB is 240 - color contains mainly: green. Hex color #E9F0DD is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #E9F0DD is #160F22. Grayscale: #EBEBEB. Windows color (decimal): -1445667 or 14545129. OLE color: 14545129.
HSL color Cylindrical-coordinate representation of color #E9F0DD: hue angle of 82.11º degrees, saturation: 0.39, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #E9F0DD is Cyan = 0.03, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.06.
Color convert
RGB | 233 | 240 | 221 | - |
CMYK | 0.03 | 0 | 0.08 | 0.06 |
HSL | 82.11º | 0.39% | 0.9% | - |
HSV(B) | 82.11º | 0.08% | 0.94% | - |
XYZ | 77.82 | 84.86 | 80.69 | - |
YUV | 235.74 | 119.68 | 126.04 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 233 | 240 | 221 | 0.03 | 0 | 0.08 | 0.06 | 82.11 | 0.39 | 0.9 |
Hex | E9 | F0 | DD | 3 | 0 | 8 | 6 | 52 | 27 | 5A |
Octal | 351 | 360 | 335 | 3 | 0 | 10 | 6 | 122 | 47 | 132 |
Binary | 11101001 | 11110000 | 11011101 | 11 | 0 | 1000 | 110 | 1010010 | 100111 | 1011010 |
Color Harmonies of #E9F0DD
Complementary color
Monochromatic Colors of #E9F0DD
Black with #E9F0DD
Text Example
Text Example
White with #E9F0DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9F0DD; }
p { color: rgb(233,240,221); }
H1.HeaderClassName
{
color: #E9F0DD;
}
.AnyTagClassName
{
color: #E9F0DD;
}
</style>
background-color css
<style>
a { background-color: #E9F0DD; }
a { background-color: rgb(233,240,221); }
div.DivClassName
{
background-color: #E9F0DD;
}
.BgClassName
{
background-color: #E9F0DD;
}
</style>
border-color css
<style>
span { border-color: #E9F0DD; }
span { border-color: rgb(233,240,221); }
td.TdClassName
{
border-color: #E9F0DD;
}
.TagClassName
{
border-color: #E9F0DD;
}
</style>