Shades of Saltpan #EDF7DD
Tints of Saltpan #EDF7DD
RGB
CMYK
RGB Variations
Color information
#EDF7DD (or 0xEDF7DD) is known color: Saltpan. HEX triplet: ED, F7 and DD. RGB value is (237,247,221). Sum of RGB (Red+Green+Blue) = 237+247+221=705 (93% of max value = 765). Red value is 237 (92.97% from 255 or 33.62% from 705); Green value is 247 (96.88% from 255 or 35.04% from 705); Blue value is 221 (86.72% from 255 or 31.35% from 705); Max value from RGB is 247 - color contains mainly: green. Hex color #EDF7DD is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EDF7DD is #120822. Grayscale: #F1F1F1. Windows color (decimal): -1181731 or 14546925. OLE color: 14546925.
HSL color Cylindrical-coordinate representation of color #EDF7DD: hue angle of 83.08º degrees, saturation: 0.62, lightness: 0.92%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #EDF7DD is Cyan = 0.04, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.03.
Color convert
RGB | 237 | 247 | 221 | - |
CMYK | 0.04 | 0 | 0.11 | 0.03 |
HSL | 83.08º | 0.62% | 0.92% | - |
HSV(B) | 83.08º | 0.11% | 0.97% | - |
XYZ | 81.24 | 89.75 | 81.45 | - |
YUV | 241.05 | 116.69 | 125.11 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 237 | 247 | 221 | 0.04 | 0 | 0.11 | 0.03 | 83.08 | 0.62 | 0.92 |
Hex | ED | F7 | DD | 4 | 0 | B | 3 | 53 | 3E | 5C |
Octal | 355 | 367 | 335 | 4 | 0 | 13 | 3 | 123 | 76 | 134 |
Binary | 11101101 | 11110111 | 11011101 | 100 | 0 | 1011 | 11 | 1010011 | 111110 | 1011100 |
Color Harmonies of #EDF7DD
Complementary color
Monochromatic Colors of #EDF7DD
Black with #EDF7DD
Text Example
Text Example
White with #EDF7DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDF7DD; }
p { color: rgb(237,247,221); }
H1.HeaderClassName
{
color: #EDF7DD;
}
.AnyTagClassName
{
color: #EDF7DD;
}
</style>
background-color css
<style>
a { background-color: #EDF7DD; }
a { background-color: rgb(237,247,221); }
div.DivClassName
{
background-color: #EDF7DD;
}
.BgClassName
{
background-color: #EDF7DD;
}
</style>
border-color css
<style>
span { border-color: #EDF7DD; }
span { border-color: rgb(237,247,221); }
td.TdClassName
{
border-color: #EDF7DD;
}
.TagClassName
{
border-color: #EDF7DD;
}
</style>