Shades of Saltpan #EDF4DD
Tints of Saltpan #EDF4DD
RGB
CMYK
RGB Variations
Color information
#EDF4DD (or 0xEDF4DD) is known color: Saltpan. HEX triplet: ED, F4 and DD. RGB value is (237,244,221). Sum of RGB (Red+Green+Blue) = 237+244+221=702 (92% of max value = 765). Red value is 237 (92.97% from 255 or 33.76% from 702); Green value is 244 (95.70% from 255 or 34.76% from 702); Blue value is 221 (86.72% from 255 or 31.48% from 702); Max value from RGB is 244 - color contains mainly: green. Hex color #EDF4DD is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EDF4DD is #120B22. Grayscale: #EFEFEF. Windows color (decimal): -1182499 or 14546157. OLE color: 14546157.
HSL color Cylindrical-coordinate representation of color #EDF4DD: hue angle of 78.26º degrees, saturation: 0.51, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #EDF4DD is Cyan = 0.03, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 237 | 244 | 221 | - |
| CMYK | 0.03 | 0 | 0.09 | 0.04 |
| HSL | 78.26º | 0.51% | 0.91% | - |
| HSV(B) | 78.26º | 0.09% | 0.96% | - |
| XYZ | 80.33 | 87.93 | 81.14 | - |
| YUV | 239.29 | 117.68 | 126.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 244 | 221 | 0.03 | 0 | 0.09 | 0.04 | 78.26 | 0.51 | 0.91 |
| Hex | ED | F4 | DD | 3 | 0 | 9 | 4 | 4E | 33 | 5B |
| Octal | 355 | 364 | 335 | 3 | 0 | 11 | 4 | 116 | 63 | 133 |
| Binary | 11101101 | 11110100 | 11011101 | 11 | 0 | 1001 | 100 | 1001110 | 110011 | 1011011 |
Color Harmonies of #EDF4DD
Complementary color
Monochromatic Colors of #EDF4DD
Black with #EDF4DD
Text Example
Text Example
White with #EDF4DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDF4DD; }
p { color: rgb(237,244,221); }
H1.HeaderClassName
{
color: #EDF4DD;
}
.AnyTagClassName
{
color: #EDF4DD;
}
</style>
background-color css
<style>
a { background-color: #EDF4DD; }
a { background-color: rgb(237,244,221); }
div.DivClassName
{
background-color: #EDF4DD;
}
.BgClassName
{
background-color: #EDF4DD;
}
</style>
border-color css
<style>
span { border-color: #EDF4DD; }
span { border-color: rgb(237,244,221); }
td.TdClassName
{
border-color: #EDF4DD;
}
.TagClassName
{
border-color: #EDF4DD;
}
</style>