Shades of Saltpan #EDFBD7
Tints of Saltpan #EDFBD7
RGB
CMYK
RGB Variations
Color information
#EDFBD7 (or 0xEDFBD7) is known color: Saltpan. HEX triplet: ED, FB and D7. RGB value is (237,251,215). Sum of RGB (Red+Green+Blue) = 237+251+215=703 (93% of max value = 765). Red value is 237 (92.97% from 255 or 33.71% from 703); Green value is 251 (98.44% from 255 or 35.70% from 703); Blue value is 215 (84.38% from 255 or 30.58% from 703); Max value from RGB is 251 - color contains mainly: green. Hex color #EDFBD7 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EDFBD7 is #120428. Grayscale: #F2F2F2. Windows color (decimal): -1180713 or 14154733. OLE color: 14154733.
HSL color Cylindrical-coordinate representation of color #EDFBD7: hue angle of 83.33º degrees, saturation: 0.82, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #EDFBD7 is Cyan = 0.06, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 237 | 251 | 215 | - |
| CMYK | 0.06 | 0 | 0.14 | 0.02 |
| HSL | 83.33º | 0.82% | 0.91% | - |
| HSV(B) | 83.33º | 0.14% | 0.98% | - |
| XYZ | 81.69 | 91.91 | 77.72 | - |
| YUV | 242.71 | 112.36 | 123.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 251 | 215 | 0.06 | 0 | 0.14 | 0.02 | 83.33 | 0.82 | 0.91 |
| Hex | ED | FB | D7 | 6 | 0 | E | 2 | 53 | 52 | 5B |
| Octal | 355 | 373 | 327 | 6 | 0 | 16 | 2 | 123 | 122 | 133 |
| Binary | 11101101 | 11111011 | 11010111 | 110 | 0 | 1110 | 10 | 1010011 | 1010010 | 1011011 |
Color Harmonies of #EDFBD7
Complementary color
Monochromatic Colors of #EDFBD7
Black with #EDFBD7
Text Example
Text Example
White with #EDFBD7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDFBD7; }
p { color: rgb(237,251,215); }
H1.HeaderClassName
{
color: #EDFBD7;
}
.AnyTagClassName
{
color: #EDFBD7;
}
</style>
background-color css
<style>
a { background-color: #EDFBD7; }
a { background-color: rgb(237,251,215); }
div.DivClassName
{
background-color: #EDFBD7;
}
.BgClassName
{
background-color: #EDFBD7;
}
</style>
border-color css
<style>
span { border-color: #EDFBD7; }
span { border-color: rgb(237,251,215); }
td.TdClassName
{
border-color: #EDFBD7;
}
.TagClassName
{
border-color: #EDFBD7;
}
</style>