Shades of Saltpan #E9F5DA
Tints of Saltpan #E9F5DA
RGB
CMYK
RGB Variations
Color information
#E9F5DA (or 0xE9F5DA) is known color: Saltpan. HEX triplet: E9, F5 and DA. RGB value is (233,245,218). Sum of RGB (Red+Green+Blue) = 233+245+218=696 (92% of max value = 765). Red value is 233 (91.41% from 255 or 33.48% from 696); Green value is 245 (96.09% from 255 or 35.20% from 696); Blue value is 218 (85.55% from 255 or 31.32% from 696); Max value from RGB is 245 - color contains mainly: green. Hex color #E9F5DA is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #E9F5DA is #160A25. Grayscale: #EEEEEE. Windows color (decimal): -1444390 or 14349801. OLE color: 14349801.
HSL color Cylindrical-coordinate representation of color #E9F5DA: hue angle of 86.67º degrees, saturation: 0.57, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #E9F5DA is Cyan = 0.05, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.04.
Color convert
RGB | 233 | 245 | 218 | - |
CMYK | 0.05 | 0 | 0.11 | 0.04 |
HSL | 86.67º | 0.57% | 0.91% | - |
HSV(B) | 86.67º | 0.11% | 0.96% | - |
XYZ | 78.91 | 87.69 | 79.1 | - |
YUV | 238.33 | 116.52 | 124.2 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 233 | 245 | 218 | 0.05 | 0 | 0.11 | 0.04 | 86.67 | 0.57 | 0.91 |
Hex | E9 | F5 | DA | 5 | 0 | B | 4 | 57 | 39 | 5B |
Octal | 351 | 365 | 332 | 5 | 0 | 13 | 4 | 127 | 71 | 133 |
Binary | 11101001 | 11110101 | 11011010 | 101 | 0 | 1011 | 100 | 1010111 | 111001 | 1011011 |
Color Harmonies of #E9F5DA
Complementary color
Monochromatic Colors of #E9F5DA
Black with #E9F5DA
Text Example
Text Example
White with #E9F5DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9F5DA; }
p { color: rgb(233,245,218); }
H1.HeaderClassName
{
color: #E9F5DA;
}
.AnyTagClassName
{
color: #E9F5DA;
}
</style>
background-color css
<style>
a { background-color: #E9F5DA; }
a { background-color: rgb(233,245,218); }
div.DivClassName
{
background-color: #E9F5DA;
}
.BgClassName
{
background-color: #E9F5DA;
}
</style>
border-color css
<style>
span { border-color: #E9F5DA; }
span { border-color: rgb(233,245,218); }
td.TdClassName
{
border-color: #E9F5DA;
}
.TagClassName
{
border-color: #E9F5DA;
}
</style>