Shades of Saltpan #EDF2DE
Tints of Saltpan #EDF2DE
RGB
CMYK
RGB Variations
Color information
#EDF2DE (or 0xEDF2DE) is known color: Saltpan. HEX triplet: ED, F2 and DE. RGB value is (237,242,222). Sum of RGB (Red+Green+Blue) = 237+242+222=701 (92% of max value = 765). Red value is 237 (92.97% from 255 or 33.81% from 701); Green value is 242 (94.92% from 255 or 34.52% from 701); Blue value is 222 (87.11% from 255 or 31.67% from 701); Max value from RGB is 242 - color contains mainly: green. Hex color #EDF2DE is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EDF2DE is #120D21. Grayscale: #EEEEEE. Windows color (decimal): -1183010 or 14611181. OLE color: 14611181.
HSL color Cylindrical-coordinate representation of color #EDF2DE: hue angle of 75º degrees, saturation: 0.43, 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 #EDF2DE is Cyan = 0.02, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 237 | 242 | 222 | - |
| CMYK | 0.02 | 0 | 0.08 | 0.05 |
| HSL | 75º | 0.43% | 0.91% | - |
| HSV(B) | 75º | 0.08% | 0.95% | - |
| XYZ | 79.86 | 86.78 | 81.65 | - |
| YUV | 238.23 | 118.84 | 127.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 242 | 222 | 0.02 | 0 | 0.08 | 0.05 | 75 | 0.43 | 0.91 |
| Hex | ED | F2 | DE | 2 | 0 | 8 | 5 | 4B | 2B | 5B |
| Octal | 355 | 362 | 336 | 2 | 0 | 10 | 5 | 113 | 53 | 133 |
| Binary | 11101101 | 11110010 | 11011110 | 10 | 0 | 1000 | 101 | 1001011 | 101011 | 1011011 |
Color Harmonies of #EDF2DE
Complementary color
Monochromatic Colors of #EDF2DE
Black with #EDF2DE
Text Example
Text Example
White with #EDF2DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDF2DE; }
p { color: rgb(237,242,222); }
H1.HeaderClassName
{
color: #EDF2DE;
}
.AnyTagClassName
{
color: #EDF2DE;
}
</style>
background-color css
<style>
a { background-color: #EDF2DE; }
a { background-color: rgb(237,242,222); }
div.DivClassName
{
background-color: #EDF2DE;
}
.BgClassName
{
background-color: #EDF2DE;
}
</style>
border-color css
<style>
span { border-color: #EDF2DE; }
span { border-color: rgb(237,242,222); }
td.TdClassName
{
border-color: #EDF2DE;
}
.TagClassName
{
border-color: #EDF2DE;
}
</style>