Shades of Saltpan #EDF2DF
Tints of Saltpan #EDF2DF
RGB
CMYK
RGB Variations
Color information
#EDF2DF (or 0xEDF2DF) is known color: Saltpan. HEX triplet: ED, F2 and DF. RGB value is (237,242,223). Sum of RGB (Red+Green+Blue) = 237+242+223=702 (92% of max value = 765). Red value is 237 (92.97% from 255 or 33.76% from 702); Green value is 242 (94.92% from 255 or 34.47% from 702); Blue value is 223 (87.5% from 255 or 31.77% from 702); Max value from RGB is 242 - color contains mainly: green. Hex color #EDF2DF is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EDF2DF is #120D20. Grayscale: #EEEEEE. Windows color (decimal): -1183009 or 14676717. OLE color: 14676717.
HSL color Cylindrical-coordinate representation of color #EDF2DF: hue angle of 75.79º degrees, saturation: 0.42, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #EDF2DF is Cyan = 0.02, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 237 | 242 | 223 | - |
| CMYK | 0.02 | 0 | 0.08 | 0.05 |
| HSL | 75.79º | 0.42% | 0.91% | - |
| HSV(B) | 75.79º | 0.08% | 0.95% | - |
| XYZ | 80 | 86.84 | 82.36 | - |
| YUV | 238.34 | 119.34 | 127.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 242 | 223 | 0.02 | 0 | 0.08 | 0.05 | 75.79 | 0.42 | 0.91 |
| Hex | ED | F2 | DF | 2 | 0 | 8 | 5 | 4C | 2A | 5B |
| Octal | 355 | 362 | 337 | 2 | 0 | 10 | 5 | 114 | 52 | 133 |
| Binary | 11101101 | 11110010 | 11011111 | 10 | 0 | 1000 | 101 | 1001100 | 101010 | 1011011 |
Color Harmonies of #EDF2DF
Complementary color
Monochromatic Colors of #EDF2DF
Black with #EDF2DF
Text Example
Text Example
White with #EDF2DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDF2DF; }
p { color: rgb(237,242,223); }
H1.HeaderClassName
{
color: #EDF2DF;
}
.AnyTagClassName
{
color: #EDF2DF;
}
</style>
background-color css
<style>
a { background-color: #EDF2DF; }
a { background-color: rgb(237,242,223); }
div.DivClassName
{
background-color: #EDF2DF;
}
.BgClassName
{
background-color: #EDF2DF;
}
</style>
border-color css
<style>
span { border-color: #EDF2DF; }
span { border-color: rgb(237,242,223); }
td.TdClassName
{
border-color: #EDF2DF;
}
.TagClassName
{
border-color: #EDF2DF;
}
</style>