Shades of Saltpan #E8F3DA
Tints of Saltpan #E8F3DA
RGB
CMYK
RGB Variations
Color information
#E8F3DA (or 0xE8F3DA) is known color: Saltpan. HEX triplet: E8, F3 and DA. RGB value is (232,243,218). Sum of RGB (Red+Green+Blue) = 232+243+218=693 (91% of max value = 765). Red value is 232 (91.02% from 255 or 33.48% from 693); Green value is 243 (95.31% from 255 or 35.06% from 693); Blue value is 218 (85.55% from 255 or 31.46% from 693); Max value from RGB is 243 - color contains mainly: green. Hex color #E8F3DA is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #E8F3DA is #170C25. Grayscale: #ECECEC. Windows color (decimal): -1510438 or 14349288. OLE color: 14349288.
HSL color Cylindrical-coordinate representation of color #E8F3DA: hue angle of 86.4º degrees, saturation: 0.51, 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 #E8F3DA is Cyan = 0.05, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.05.
Color convert
RGB | 232 | 243 | 218 | - |
CMYK | 0.05 | 0 | 0.10 | 0.05 |
HSL | 86.4º | 0.51% | 0.9% | - |
HSV(B) | 86.4º | 0.1% | 0.95% | - |
XYZ | 77.98 | 86.32 | 78.88 | - |
YUV | 236.86 | 117.36 | 124.53 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 232 | 243 | 218 | 0.05 | 0 | 0.10 | 0.05 | 86.4 | 0.51 | 0.9 |
Hex | E8 | F3 | DA | 5 | 0 | A | 5 | 56 | 33 | 5A |
Octal | 350 | 363 | 332 | 5 | 0 | 12 | 5 | 126 | 63 | 132 |
Binary | 11101000 | 11110011 | 11011010 | 101 | 0 | 1010 | 101 | 1010110 | 110011 | 1011010 |
Color Harmonies of #E8F3DA
Complementary color
Monochromatic Colors of #E8F3DA
Black with #E8F3DA
Text Example
Text Example
White with #E8F3DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8F3DA; }
p { color: rgb(232,243,218); }
H1.HeaderClassName
{
color: #E8F3DA;
}
.AnyTagClassName
{
color: #E8F3DA;
}
</style>
background-color css
<style>
a { background-color: #E8F3DA; }
a { background-color: rgb(232,243,218); }
div.DivClassName
{
background-color: #E8F3DA;
}
.BgClassName
{
background-color: #E8F3DA;
}
</style>
border-color css
<style>
span { border-color: #E8F3DA; }
span { border-color: rgb(232,243,218); }
td.TdClassName
{
border-color: #E8F3DA;
}
.TagClassName
{
border-color: #E8F3DA;
}
</style>