Shades of Saltpan #EDFED8
Tints of Saltpan #EDFED8
RGB
CMYK
RGB Variations
Color information
#EDFED8 (or 0xEDFED8) is known color: Saltpan. HEX triplet: ED, FE and D8. RGB value is (237,254,216). Sum of RGB (Red+Green+Blue) = 237+254+216=707 (93% of max value = 765). Red value is 237 (92.97% from 255 or 33.52% from 707); Green value is 254 (99.61% from 255 or 35.93% from 707); Blue value is 216 (84.77% from 255 or 30.55% from 707); Max value from RGB is 254 - color contains mainly: green. Hex color #EDFED8 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EDFED8 is #120127. Grayscale: #F4F4F4. Windows color (decimal): -1179944 or 14221037. OLE color: 14221037.
HSL color Cylindrical-coordinate representation of color #EDFED8: hue angle of 86.84º degrees, saturation: 0.95, lightness: 0.92%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #EDFED8 is Cyan = 0.07, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.00.
Color convert
RGB | 237 | 254 | 216 | - |
CMYK | 0.07 | 0 | 0.15 | 0.00 |
HSL | 86.84º | 0.95% | 0.92% | - |
HSV(B) | 86.84º | 0.15% | 1% | - |
XYZ | 82.76 | 93.85 | 78.72 | - |
YUV | 244.59 | 111.87 | 122.59 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 237 | 254 | 216 | 0.07 | 0 | 0.15 | 0.00 | 86.84 | 0.95 | 0.92 |
Hex | ED | FE | D8 | 7 | 0 | F | 0 | 57 | 5F | 5C |
Octal | 355 | 376 | 330 | 7 | 0 | 17 | 0 | 127 | 137 | 134 |
Binary | 11101101 | 11111110 | 11011000 | 111 | 0 | 1111 | 0 | 1010111 | 1011111 | 1011100 |
Color Harmonies of #EDFED8
Complementary color
Monochromatic Colors of #EDFED8
Black with #EDFED8
Text Example
Text Example
White with #EDFED8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDFED8; }
p { color: rgb(237,254,216); }
H1.HeaderClassName
{
color: #EDFED8;
}
.AnyTagClassName
{
color: #EDFED8;
}
</style>
background-color css
<style>
a { background-color: #EDFED8; }
a { background-color: rgb(237,254,216); }
div.DivClassName
{
background-color: #EDFED8;
}
.BgClassName
{
background-color: #EDFED8;
}
</style>
border-color css
<style>
span { border-color: #EDFED8; }
span { border-color: rgb(237,254,216); }
td.TdClassName
{
border-color: #EDFED8;
}
.TagClassName
{
border-color: #EDFED8;
}
</style>