Shades of Saltpan #EDF7E2
Tints of Saltpan #EDF7E2
RGB
CMYK
RGB Variations
Color information
#EDF7E2 (or 0xEDF7E2) is known color: Saltpan. HEX triplet: ED, F7 and E2. RGB value is (237,247,226). Sum of RGB (Red+Green+Blue) = 237+247+226=710 (94% of max value = 765). Red value is 237 (92.97% from 255 or 33.38% from 710); Green value is 247 (96.88% from 255 or 34.79% from 710); Blue value is 226 (88.67% from 255 or 31.83% from 710); Max value from RGB is 247 - color contains mainly: green. Hex color #EDF7E2 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EDF7E2 is #12081D. Grayscale: #F1F1F1. Windows color (decimal): -1181726 or 14874605. OLE color: 14874605.
HSL color Cylindrical-coordinate representation of color #EDF7E2: hue angle of 88.57º degrees, saturation: 0.57, lightness: 0.93%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #EDF7E2 is Cyan = 0.04, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.03.
Color convert
RGB | 237 | 247 | 226 | - |
CMYK | 0.04 | 0 | 0.09 | 0.03 |
HSL | 88.57º | 0.57% | 0.93% | - |
HSV(B) | 88.57º | 0.09% | 0.97% | - |
XYZ | 81.91 | 90.02 | 85.01 | - |
YUV | 241.62 | 119.19 | 124.71 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 237 | 247 | 226 | 0.04 | 0 | 0.09 | 0.03 | 88.57 | 0.57 | 0.93 |
Hex | ED | F7 | E2 | 4 | 0 | 9 | 3 | 59 | 39 | 5D |
Octal | 355 | 367 | 342 | 4 | 0 | 11 | 3 | 131 | 71 | 135 |
Binary | 11101101 | 11110111 | 11100010 | 100 | 0 | 1001 | 11 | 1011001 | 111001 | 1011101 |
Color Harmonies of #EDF7E2
Complementary color
Monochromatic Colors of #EDF7E2
Black with #EDF7E2
Text Example
Text Example
White with #EDF7E2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDF7E2; }
p { color: rgb(237,247,226); }
H1.HeaderClassName
{
color: #EDF7E2;
}
.AnyTagClassName
{
color: #EDF7E2;
}
</style>
background-color css
<style>
a { background-color: #EDF7E2; }
a { background-color: rgb(237,247,226); }
div.DivClassName
{
background-color: #EDF7E2;
}
.BgClassName
{
background-color: #EDF7E2;
}
</style>
border-color css
<style>
span { border-color: #EDF7E2; }
span { border-color: rgb(237,247,226); }
td.TdClassName
{
border-color: #EDF7E2;
}
.TagClassName
{
border-color: #EDF7E2;
}
</style>