Shades of Saltpan #EDF7DF
Tints of Saltpan #EDF7DF
RGB
CMYK
RGB Variations
Color information
#EDF7DF (or 0xEDF7DF) is known color: Saltpan. HEX triplet: ED, F7 and DF. RGB value is (237,247,223). Sum of RGB (Red+Green+Blue) = 237+247+223=707 (93% of max value = 765). Red value is 237 (92.97% from 255 or 33.52% from 707); Green value is 247 (96.88% from 255 or 34.94% from 707); Blue value is 223 (87.5% from 255 or 31.54% from 707); Max value from RGB is 247 - color contains mainly: green. Hex color #EDF7DF is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EDF7DF is #120820. Grayscale: #F1F1F1. Windows color (decimal): -1181729 or 14677997. OLE color: 14677997.
HSL color Cylindrical-coordinate representation of color #EDF7DF: hue angle of 85º degrees, saturation: 0.6, lightness: 0.92%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #EDF7DF is Cyan = 0.04, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 237 | 247 | 223 | - |
| CMYK | 0.04 | 0 | 0.10 | 0.03 |
| HSL | 85º | 0.6% | 0.92% | - |
| HSV(B) | 85º | 0.1% | 0.97% | - |
| XYZ | 81.51 | 89.85 | 82.86 | - |
| YUV | 241.27 | 117.69 | 124.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 247 | 223 | 0.04 | 0 | 0.10 | 0.03 | 85 | 0.6 | 0.92 |
| Hex | ED | F7 | DF | 4 | 0 | A | 3 | 55 | 3C | 5C |
| Octal | 355 | 367 | 337 | 4 | 0 | 12 | 3 | 125 | 74 | 134 |
| Binary | 11101101 | 11110111 | 11011111 | 100 | 0 | 1010 | 11 | 1010101 | 111100 | 1011100 |
Color Harmonies of #EDF7DF
Complementary color
Monochromatic Colors of #EDF7DF
Black with #EDF7DF
Text Example
Text Example
White with #EDF7DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDF7DF; }
p { color: rgb(237,247,223); }
H1.HeaderClassName
{
color: #EDF7DF;
}
.AnyTagClassName
{
color: #EDF7DF;
}
</style>
background-color css
<style>
a { background-color: #EDF7DF; }
a { background-color: rgb(237,247,223); }
div.DivClassName
{
background-color: #EDF7DF;
}
.BgClassName
{
background-color: #EDF7DF;
}
</style>
border-color css
<style>
span { border-color: #EDF7DF; }
span { border-color: rgb(237,247,223); }
td.TdClassName
{
border-color: #EDF7DF;
}
.TagClassName
{
border-color: #EDF7DF;
}
</style>