Shades of Saltpan #E9F2DA
Tints of Saltpan #E9F2DA
RGB
CMYK
RGB Variations
Color information
#E9F2DA (or 0xE9F2DA) is known color: Saltpan. HEX triplet: E9, F2 and DA. RGB value is (233,242,218). Sum of RGB (Red+Green+Blue) = 233+242+218=693 (91% of max value = 765). Red value is 233 (91.41% from 255 or 33.62% from 693); Green value is 242 (94.92% from 255 or 34.92% from 693); Blue value is 218 (85.55% from 255 or 31.46% from 693); Max value from RGB is 242 - color contains mainly: green. Hex color #E9F2DA is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #E9F2DA is #160D25. Grayscale: #ECECEC. Windows color (decimal): -1445158 or 14349033. OLE color: 14349033.
HSL color Cylindrical-coordinate representation of color #E9F2DA: hue angle of 82.5º degrees, saturation: 0.48, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #E9F2DA is Cyan = 0.04, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.05.
Color convert
RGB | 233 | 242 | 218 | - |
CMYK | 0.04 | 0 | 0.10 | 0.05 |
HSL | 82.5º | 0.48% | 0.9% | - |
HSV(B) | 82.5º | 0.1% | 0.95% | - |
XYZ | 78.01 | 85.89 | 78.8 | - |
YUV | 236.57 | 117.52 | 125.45 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 233 | 242 | 218 | 0.04 | 0 | 0.10 | 0.05 | 82.5 | 0.48 | 0.9 |
Hex | E9 | F2 | DA | 4 | 0 | A | 5 | 52 | 30 | 5A |
Octal | 351 | 362 | 332 | 4 | 0 | 12 | 5 | 122 | 60 | 132 |
Binary | 11101001 | 11110010 | 11011010 | 100 | 0 | 1010 | 101 | 1010010 | 110000 | 1011010 |
Color Harmonies of #E9F2DA
Complementary color
Monochromatic Colors of #E9F2DA
Black with #E9F2DA
Text Example
Text Example
White with #E9F2DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9F2DA; }
p { color: rgb(233,242,218); }
H1.HeaderClassName
{
color: #E9F2DA;
}
.AnyTagClassName
{
color: #E9F2DA;
}
</style>
background-color css
<style>
a { background-color: #E9F2DA; }
a { background-color: rgb(233,242,218); }
div.DivClassName
{
background-color: #E9F2DA;
}
.BgClassName
{
background-color: #E9F2DA;
}
</style>
border-color css
<style>
span { border-color: #E9F2DA; }
span { border-color: rgb(233,242,218); }
td.TdClassName
{
border-color: #E9F2DA;
}
.TagClassName
{
border-color: #E9F2DA;
}
</style>