Shades of Saltpan #EDF7DA
Tints of Saltpan #EDF7DA
RGB
CMYK
RGB Variations
Color information
#EDF7DA (or 0xEDF7DA) is known color: Saltpan. HEX triplet: ED, F7 and DA. RGB value is (237,247,218). Sum of RGB (Red+Green+Blue) = 237+247+218=702 (92% of max value = 765). Red value is 237 (92.97% from 255 or 33.76% from 702); Green value is 247 (96.88% from 255 or 35.19% from 702); Blue value is 218 (85.55% from 255 or 31.05% from 702); Max value from RGB is 247 - color contains mainly: green. Hex color #EDF7DA is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EDF7DA is #120825. Grayscale: #F0F0F0. Windows color (decimal): -1181734 or 14350317. OLE color: 14350317.
HSL color Cylindrical-coordinate representation of color #EDF7DA: hue angle of 80.69º degrees, saturation: 0.64, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #EDF7DA is Cyan = 0.04, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 237 | 247 | 218 | - |
| CMYK | 0.04 | 0 | 0.12 | 0.03 |
| HSL | 80.69º | 0.64% | 0.91% | - |
| HSV(B) | 80.69º | 0.12% | 0.97% | - |
| XYZ | 80.84 | 89.59 | 79.36 | - |
| YUV | 240.7 | 115.19 | 125.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 247 | 218 | 0.04 | 0 | 0.12 | 0.03 | 80.69 | 0.64 | 0.91 |
| Hex | ED | F7 | DA | 4 | 0 | C | 3 | 51 | 40 | 5B |
| Octal | 355 | 367 | 332 | 4 | 0 | 14 | 3 | 121 | 100 | 133 |
| Binary | 11101101 | 11110111 | 11011010 | 100 | 0 | 1100 | 11 | 1010001 | 1000000 | 1011011 |
Color Harmonies of #EDF7DA
Complementary color
Monochromatic Colors of #EDF7DA
Black with #EDF7DA
Text Example
Text Example
White with #EDF7DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDF7DA; }
p { color: rgb(237,247,218); }
H1.HeaderClassName
{
color: #EDF7DA;
}
.AnyTagClassName
{
color: #EDF7DA;
}
</style>
background-color css
<style>
a { background-color: #EDF7DA; }
a { background-color: rgb(237,247,218); }
div.DivClassName
{
background-color: #EDF7DA;
}
.BgClassName
{
background-color: #EDF7DA;
}
</style>
border-color css
<style>
span { border-color: #EDF7DA; }
span { border-color: rgb(237,247,218); }
td.TdClassName
{
border-color: #EDF7DA;
}
.TagClassName
{
border-color: #EDF7DA;
}
</style>