Shades of Saltpan #EDF2E4
Tints of Saltpan #EDF2E4
RGB
CMYK
RGB Variations
Color information
#EDF2E4 (or 0xEDF2E4) is known color: Saltpan. HEX triplet: ED, F2 and E4. RGB value is (237,242,228). Sum of RGB (Red+Green+Blue) = 237+242+228=707 (93% of max value = 765). Red value is 237 (92.97% from 255 or 33.52% from 707); Green value is 242 (94.92% from 255 or 34.23% from 707); Blue value is 228 (89.45% from 255 or 32.25% from 707); Max value from RGB is 242 - color contains mainly: green. Hex color #EDF2E4 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EDF2E4 is #120D1B. Grayscale: #EEEEEE. Windows color (decimal): -1183004 or 15004397. OLE color: 15004397.
HSL color Cylindrical-coordinate representation of color #EDF2E4: hue angle of 81.43º degrees, saturation: 0.35, lightness: 0.92%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #EDF2E4 is Cyan = 0.02, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 237 | 242 | 228 | - |
| CMYK | 0.02 | 0 | 0.06 | 0.05 |
| HSL | 81.43º | 0.35% | 0.92% | - |
| HSV(B) | 81.43º | 0.06% | 0.95% | - |
| XYZ | 80.68 | 87.11 | 85.96 | - |
| YUV | 238.91 | 121.84 | 126.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 242 | 228 | 0.02 | 0 | 0.06 | 0.05 | 81.43 | 0.35 | 0.92 |
| Hex | ED | F2 | E4 | 2 | 0 | 6 | 5 | 51 | 23 | 5C |
| Octal | 355 | 362 | 344 | 2 | 0 | 6 | 5 | 121 | 43 | 134 |
| Binary | 11101101 | 11110010 | 11100100 | 10 | 0 | 110 | 101 | 1010001 | 100011 | 1011100 |
Color Harmonies of #EDF2E4
Complementary color
Monochromatic Colors of #EDF2E4
Black with #EDF2E4
Text Example
Text Example
White with #EDF2E4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDF2E4; }
p { color: rgb(237,242,228); }
H1.HeaderClassName
{
color: #EDF2E4;
}
.AnyTagClassName
{
color: #EDF2E4;
}
</style>
background-color css
<style>
a { background-color: #EDF2E4; }
a { background-color: rgb(237,242,228); }
div.DivClassName
{
background-color: #EDF2E4;
}
.BgClassName
{
background-color: #EDF2E4;
}
</style>
border-color css
<style>
span { border-color: #EDF2E4; }
span { border-color: rgb(237,242,228); }
td.TdClassName
{
border-color: #EDF2E4;
}
.TagClassName
{
border-color: #EDF2E4;
}
</style>