Shades of Saltpan #EDF8DD
Tints of Saltpan #EDF8DD
RGB
CMYK
RGB Variations
Color information
#EDF8DD (or 0xEDF8DD) is known color: Saltpan. HEX triplet: ED, F8 and DD. RGB value is (237,248,221). Sum of RGB (Red+Green+Blue) = 237+248+221=706 (93% of max value = 765). Red value is 237 (92.97% from 255 or 33.57% from 706); Green value is 248 (97.27% from 255 or 35.13% from 706); Blue value is 221 (86.72% from 255 or 31.30% from 706); Max value from RGB is 248 - color contains mainly: green. Hex color #EDF8DD is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EDF8DD is #120722. Grayscale: #F1F1F1. Windows color (decimal): -1181475 or 14547181. OLE color: 14547181.
HSL color Cylindrical-coordinate representation of color #EDF8DD: hue angle of 84.44º degrees, saturation: 0.66, 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 #EDF8DD is Cyan = 0.04, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 237 | 248 | 221 | - |
| CMYK | 0.04 | 0 | 0.11 | 0.03 |
| HSL | 84.44º | 0.66% | 0.92% | - |
| HSV(B) | 84.44º | 0.11% | 0.97% | - |
| XYZ | 81.54 | 90.36 | 81.55 | - |
| YUV | 241.63 | 116.36 | 124.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 248 | 221 | 0.04 | 0 | 0.11 | 0.03 | 84.44 | 0.66 | 0.92 |
| Hex | ED | F8 | DD | 4 | 0 | B | 3 | 54 | 42 | 5C |
| Octal | 355 | 370 | 335 | 4 | 0 | 13 | 3 | 124 | 102 | 134 |
| Binary | 11101101 | 11111000 | 11011101 | 100 | 0 | 1011 | 11 | 1010100 | 1000010 | 1011100 |
Color Harmonies of #EDF8DD
Complementary color
Monochromatic Colors of #EDF8DD
Black with #EDF8DD
Text Example
Text Example
White with #EDF8DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDF8DD; }
p { color: rgb(237,248,221); }
H1.HeaderClassName
{
color: #EDF8DD;
}
.AnyTagClassName
{
color: #EDF8DD;
}
</style>
background-color css
<style>
a { background-color: #EDF8DD; }
a { background-color: rgb(237,248,221); }
div.DivClassName
{
background-color: #EDF8DD;
}
.BgClassName
{
background-color: #EDF8DD;
}
</style>
border-color css
<style>
span { border-color: #EDF8DD; }
span { border-color: rgb(237,248,221); }
td.TdClassName
{
border-color: #EDF8DD;
}
.TagClassName
{
border-color: #EDF8DD;
}
</style>