Shades of Saltpan #EDF2E1
Tints of Saltpan #EDF2E1
RGB
CMYK
RGB Variations
Color information
#EDF2E1 (or 0xEDF2E1) is known color: Saltpan. HEX triplet: ED, F2 and E1. RGB value is (237,242,225). Sum of RGB (Red+Green+Blue) = 237+242+225=704 (93% of max value = 765). Red value is 237 (92.97% from 255 or 33.66% from 704); Green value is 242 (94.92% from 255 or 34.38% from 704); Blue value is 225 (88.28% from 255 or 31.96% from 704); Max value from RGB is 242 - color contains mainly: green. Hex color #EDF2E1 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EDF2E1 is #120D1E. Grayscale: #EEEEEE. Windows color (decimal): -1183007 or 14807789. OLE color: 14807789.
HSL color Cylindrical-coordinate representation of color #EDF2E1: hue angle of 77.65º degrees, saturation: 0.4, lightness: 0.92%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #EDF2E1 is Cyan = 0.02, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 237 | 242 | 225 | - |
| CMYK | 0.02 | 0 | 0.07 | 0.05 |
| HSL | 77.65º | 0.4% | 0.92% | - |
| HSV(B) | 77.65º | 0.07% | 0.95% | - |
| XYZ | 80.27 | 86.95 | 83.79 | - |
| YUV | 238.57 | 120.34 | 126.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 242 | 225 | 0.02 | 0 | 0.07 | 0.05 | 77.65 | 0.4 | 0.92 |
| Hex | ED | F2 | E1 | 2 | 0 | 7 | 5 | 4E | 28 | 5C |
| Octal | 355 | 362 | 341 | 2 | 0 | 7 | 5 | 116 | 50 | 134 |
| Binary | 11101101 | 11110010 | 11100001 | 10 | 0 | 111 | 101 | 1001110 | 101000 | 1011100 |
Color Harmonies of #EDF2E1
Complementary color
Monochromatic Colors of #EDF2E1
Black with #EDF2E1
Text Example
Text Example
White with #EDF2E1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDF2E1; }
p { color: rgb(237,242,225); }
H1.HeaderClassName
{
color: #EDF2E1;
}
.AnyTagClassName
{
color: #EDF2E1;
}
</style>
background-color css
<style>
a { background-color: #EDF2E1; }
a { background-color: rgb(237,242,225); }
div.DivClassName
{
background-color: #EDF2E1;
}
.BgClassName
{
background-color: #EDF2E1;
}
</style>
border-color css
<style>
span { border-color: #EDF2E1; }
span { border-color: rgb(237,242,225); }
td.TdClassName
{
border-color: #EDF2E1;
}
.TagClassName
{
border-color: #EDF2E1;
}
</style>