Shades of Saltpan #EDF1DF
Tints of Saltpan #EDF1DF
RGB
CMYK
RGB Variations
Color information
#EDF1DF (or 0xEDF1DF) is known color: Saltpan. HEX triplet: ED, F1 and DF. RGB value is (237,241,223). Sum of RGB (Red+Green+Blue) = 237+241+223=701 (92% of max value = 765). Red value is 237 (92.97% from 255 or 33.81% from 701); Green value is 241 (94.53% from 255 or 34.38% from 701); Blue value is 223 (87.5% from 255 or 31.81% from 701); Max value from RGB is 241 - color contains mainly: green. Hex color #EDF1DF is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EDF1DF is #120E20. Grayscale: #EDEDED. Windows color (decimal): -1183265 or 14676461. OLE color: 14676461.
HSL color Cylindrical-coordinate representation of color #EDF1DF: hue angle of 73.33º degrees, saturation: 0.39, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #EDF1DF is Cyan = 0.02, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 237 | 241 | 223 | - |
| CMYK | 0.02 | 0 | 0.07 | 0.05 |
| HSL | 73.33º | 0.39% | 0.91% | - |
| HSV(B) | 73.33º | 0.07% | 0.95% | - |
| XYZ | 79.7 | 86.24 | 82.26 | - |
| YUV | 237.75 | 119.67 | 127.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 241 | 223 | 0.02 | 0 | 0.07 | 0.05 | 73.33 | 0.39 | 0.91 |
| Hex | ED | F1 | DF | 2 | 0 | 7 | 5 | 49 | 27 | 5B |
| Octal | 355 | 361 | 337 | 2 | 0 | 7 | 5 | 111 | 47 | 133 |
| Binary | 11101101 | 11110001 | 11011111 | 10 | 0 | 111 | 101 | 1001001 | 100111 | 1011011 |
Color Harmonies of #EDF1DF
Complementary color
Monochromatic Colors of #EDF1DF
Black with #EDF1DF
Text Example
Text Example
White with #EDF1DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDF1DF; }
p { color: rgb(237,241,223); }
H1.HeaderClassName
{
color: #EDF1DF;
}
.AnyTagClassName
{
color: #EDF1DF;
}
</style>
background-color css
<style>
a { background-color: #EDF1DF; }
a { background-color: rgb(237,241,223); }
div.DivClassName
{
background-color: #EDF1DF;
}
.BgClassName
{
background-color: #EDF1DF;
}
</style>
border-color css
<style>
span { border-color: #EDF1DF; }
span { border-color: rgb(237,241,223); }
td.TdClassName
{
border-color: #EDF1DF;
}
.TagClassName
{
border-color: #EDF1DF;
}
</style>