Shades of Saltpan #EDF2DD
Tints of Saltpan #EDF2DD
RGB
CMYK
RGB Variations
Color information
#EDF2DD (or 0xEDF2DD) is known color: Saltpan. HEX triplet: ED, F2 and DD. RGB value is (237,242,221). Sum of RGB (Red+Green+Blue) = 237+242+221=700 (92% of max value = 765). Red value is 237 (92.97% from 255 or 33.86% from 700); Green value is 242 (94.92% from 255 or 34.57% from 700); Blue value is 221 (86.72% from 255 or 31.57% from 700); Max value from RGB is 242 - color contains mainly: green. Hex color #EDF2DD is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EDF2DD is #120D22. Grayscale: #EEEEEE. Windows color (decimal): -1183011 or 14545645. OLE color: 14545645.
HSL color Cylindrical-coordinate representation of color #EDF2DD: hue angle of 74.29º degrees, saturation: 0.45, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #EDF2DD is Cyan = 0.02, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 237 | 242 | 221 | - |
| CMYK | 0.02 | 0 | 0.09 | 0.05 |
| HSL | 74.29º | 0.45% | 0.91% | - |
| HSV(B) | 74.29º | 0.09% | 0.95% | - |
| XYZ | 79.73 | 86.73 | 80.94 | - |
| YUV | 238.11 | 118.34 | 127.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 242 | 221 | 0.02 | 0 | 0.09 | 0.05 | 74.29 | 0.45 | 0.91 |
| Hex | ED | F2 | DD | 2 | 0 | 9 | 5 | 4A | 2D | 5B |
| Octal | 355 | 362 | 335 | 2 | 0 | 11 | 5 | 112 | 55 | 133 |
| Binary | 11101101 | 11110010 | 11011101 | 10 | 0 | 1001 | 101 | 1001010 | 101101 | 1011011 |
Color Harmonies of #EDF2DD
Complementary color
Monochromatic Colors of #EDF2DD
Black with #EDF2DD
Text Example
Text Example
White with #EDF2DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDF2DD; }
p { color: rgb(237,242,221); }
H1.HeaderClassName
{
color: #EDF2DD;
}
.AnyTagClassName
{
color: #EDF2DD;
}
</style>
background-color css
<style>
a { background-color: #EDF2DD; }
a { background-color: rgb(237,242,221); }
div.DivClassName
{
background-color: #EDF2DD;
}
.BgClassName
{
background-color: #EDF2DD;
}
</style>
border-color css
<style>
span { border-color: #EDF2DD; }
span { border-color: rgb(237,242,221); }
td.TdClassName
{
border-color: #EDF2DD;
}
.TagClassName
{
border-color: #EDF2DD;
}
</style>