Shades of Saltpan #EDF1E8
Tints of Saltpan #EDF1E8
RGB
CMYK
RGB Variations
Color information
#EDF1E8 (or 0xEDF1E8) is known color: Saltpan. HEX triplet: ED, F1 and E8. RGB value is (237,241,232). Sum of RGB (Red+Green+Blue) = 237+241+232=710 (94% of max value = 765). Red value is 237 (92.97% from 255 or 33.38% from 710); Green value is 241 (94.53% from 255 or 33.94% from 710); Blue value is 232 (91.02% from 255 or 32.68% from 710); Max value from RGB is 241 - color contains mainly: green. Hex color #EDF1E8 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EDF1E8 is #120E17. Grayscale: #EEEEEE. Windows color (decimal): -1183256 or 15266285. OLE color: 15266285.
HSL color Cylindrical-coordinate representation of color #EDF1E8: hue angle of 86.67º degrees, saturation: 0.24, lightness: 0.93%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #EDF1E8 is Cyan = 0.02, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 237 | 241 | 232 | - |
| CMYK | 0.02 | 0 | 0.04 | 0.05 |
| HSL | 86.67º | 0.24% | 0.93% | - |
| HSV(B) | 86.67º | 0.04% | 0.95% | - |
| XYZ | 80.95 | 86.74 | 88.82 | - |
| YUV | 238.78 | 124.17 | 126.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 241 | 232 | 0.02 | 0 | 0.04 | 0.05 | 86.67 | 0.24 | 0.93 |
| Hex | ED | F1 | E8 | 2 | 0 | 4 | 5 | 57 | 18 | 5D |
| Octal | 355 | 361 | 350 | 2 | 0 | 4 | 5 | 127 | 30 | 135 |
| Binary | 11101101 | 11110001 | 11101000 | 10 | 0 | 100 | 101 | 1010111 | 11000 | 1011101 |
Color Harmonies of #EDF1E8
Complementary color
Monochromatic Colors of #EDF1E8
Black with #EDF1E8
Text Example
Text Example
White with #EDF1E8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDF1E8; }
p { color: rgb(237,241,232); }
H1.HeaderClassName
{
color: #EDF1E8;
}
.AnyTagClassName
{
color: #EDF1E8;
}
</style>
background-color css
<style>
a { background-color: #EDF1E8; }
a { background-color: rgb(237,241,232); }
div.DivClassName
{
background-color: #EDF1E8;
}
.BgClassName
{
background-color: #EDF1E8;
}
</style>
border-color css
<style>
span { border-color: #EDF1E8; }
span { border-color: rgb(237,241,232); }
td.TdClassName
{
border-color: #EDF1E8;
}
.TagClassName
{
border-color: #EDF1E8;
}
</style>