Shades of Saltpan #EDF1E9
Tints of Saltpan #EDF1E9
RGB
CMYK
RGB Variations
Color information
#EDF1E9 (or 0xEDF1E9) is known color: Saltpan. HEX triplet: ED, F1 and E9. RGB value is (237,241,233). Sum of RGB (Red+Green+Blue) = 237+241+233=711 (94% of max value = 765). Red value is 237 (92.97% from 255 or 33.33% from 711); Green value is 241 (94.53% from 255 or 33.90% from 711); Blue value is 233 (91.41% from 255 or 32.77% from 711); Max value from RGB is 241 - color contains mainly: green. Hex color #EDF1E9 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EDF1E9 is #120E16. Grayscale: #EEEEEE. Windows color (decimal): -1183255 or 15331821. OLE color: 15331821.
HSL color Cylindrical-coordinate representation of color #EDF1E9: hue angle of 90º degrees, saturation: 0.22, lightness: 0.93%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #EDF1E9 is Cyan = 0.02, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.05.
Color convert
RGB | 237 | 241 | 233 | - |
CMYK | 0.02 | 0 | 0.03 | 0.05 |
HSL | 90º | 0.22% | 0.93% | - |
HSV(B) | 90º | 0.03% | 0.95% | - |
XYZ | 81.09 | 86.8 | 89.57 | - |
YUV | 238.89 | 124.67 | 126.65 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 237 | 241 | 233 | 0.02 | 0 | 0.03 | 0.05 | 90 | 0.22 | 0.93 |
Hex | ED | F1 | E9 | 2 | 0 | 3 | 5 | 5A | 16 | 5D |
Octal | 355 | 361 | 351 | 2 | 0 | 3 | 5 | 132 | 26 | 135 |
Binary | 11101101 | 11110001 | 11101001 | 10 | 0 | 11 | 101 | 1011010 | 10110 | 1011101 |
Color Harmonies of #EDF1E9
Complementary color
Monochromatic Colors of #EDF1E9
Black with #EDF1E9
Text Example
Text Example
White with #EDF1E9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDF1E9; }
p { color: rgb(237,241,233); }
H1.HeaderClassName
{
color: #EDF1E9;
}
.AnyTagClassName
{
color: #EDF1E9;
}
</style>
background-color css
<style>
a { background-color: #EDF1E9; }
a { background-color: rgb(237,241,233); }
div.DivClassName
{
background-color: #EDF1E9;
}
.BgClassName
{
background-color: #EDF1E9;
}
</style>
border-color css
<style>
span { border-color: #EDF1E9; }
span { border-color: rgb(237,241,233); }
td.TdClassName
{
border-color: #EDF1E9;
}
.TagClassName
{
border-color: #EDF1E9;
}
</style>