Shades of Saltpan #EDF6DE
Tints of Saltpan #EDF6DE
RGB
CMYK
RGB Variations
Color information
#EDF6DE (or 0xEDF6DE) is known color: Saltpan. HEX triplet: ED, F6 and DE. RGB value is (237,246,222). Sum of RGB (Red+Green+Blue) = 237+246+222=705 (93% of max value = 765). Red value is 237 (92.97% from 255 or 33.62% from 705); Green value is 246 (96.48% from 255 or 34.89% from 705); Blue value is 222 (87.11% from 255 or 31.49% from 705); Max value from RGB is 246 - color contains mainly: green. Hex color #EDF6DE is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EDF6DE is #120921. Grayscale: #F0F0F0. Windows color (decimal): -1181986 or 14612205. OLE color: 14612205.
HSL color Cylindrical-coordinate representation of color #EDF6DE: hue angle of 82.5º degrees, saturation: 0.57, lightness: 0.92%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #EDF6DE is Cyan = 0.04, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 237 | 246 | 222 | - |
| CMYK | 0.04 | 0 | 0.10 | 0.04 |
| HSL | 82.5º | 0.57% | 0.92% | - |
| HSV(B) | 82.5º | 0.1% | 0.96% | - |
| XYZ | 81.07 | 89.19 | 82.05 | - |
| YUV | 240.57 | 117.52 | 125.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 246 | 222 | 0.04 | 0 | 0.10 | 0.04 | 82.5 | 0.57 | 0.92 |
| Hex | ED | F6 | DE | 4 | 0 | A | 4 | 52 | 39 | 5C |
| Octal | 355 | 366 | 336 | 4 | 0 | 12 | 4 | 122 | 71 | 134 |
| Binary | 11101101 | 11110110 | 11011110 | 100 | 0 | 1010 | 100 | 1010010 | 111001 | 1011100 |
Color Harmonies of #EDF6DE
Complementary color
Monochromatic Colors of #EDF6DE
Black with #EDF6DE
Text Example
Text Example
White with #EDF6DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDF6DE; }
p { color: rgb(237,246,222); }
H1.HeaderClassName
{
color: #EDF6DE;
}
.AnyTagClassName
{
color: #EDF6DE;
}
</style>
background-color css
<style>
a { background-color: #EDF6DE; }
a { background-color: rgb(237,246,222); }
div.DivClassName
{
background-color: #EDF6DE;
}
.BgClassName
{
background-color: #EDF6DE;
}
</style>
border-color css
<style>
span { border-color: #EDF6DE; }
span { border-color: rgb(237,246,222); }
td.TdClassName
{
border-color: #EDF6DE;
}
.TagClassName
{
border-color: #EDF6DE;
}
</style>