Shades of Saltpan #EDF8DE
Tints of Saltpan #EDF8DE
RGB
CMYK
RGB Variations
Color information
#EDF8DE (or 0xEDF8DE) is known color: Saltpan. HEX triplet: ED, F8 and DE. RGB value is (237,248,222). Sum of RGB (Red+Green+Blue) = 237+248+222=707 (93% of max value = 765). Red value is 237 (92.97% from 255 or 33.52% from 707); Green value is 248 (97.27% from 255 or 35.08% from 707); Blue value is 222 (87.11% from 255 or 31.40% from 707); Max value from RGB is 248 - color contains mainly: green. Hex color #EDF8DE is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EDF8DE is #120721. Grayscale: #F1F1F1. Windows color (decimal): -1181474 or 14612717. OLE color: 14612717.
HSL color Cylindrical-coordinate representation of color #EDF8DE: hue angle of 85.38º degrees, saturation: 0.65, lightness: 0.92%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #EDF8DE is Cyan = 0.04, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 237 | 248 | 222 | - |
| CMYK | 0.04 | 0 | 0.10 | 0.03 |
| HSL | 85.38º | 0.65% | 0.92% | - |
| HSV(B) | 85.38º | 0.1% | 0.97% | - |
| XYZ | 81.68 | 90.41 | 82.25 | - |
| YUV | 241.75 | 116.86 | 124.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 248 | 222 | 0.04 | 0 | 0.10 | 0.03 | 85.38 | 0.65 | 0.92 |
| Hex | ED | F8 | DE | 4 | 0 | A | 3 | 55 | 41 | 5C |
| Octal | 355 | 370 | 336 | 4 | 0 | 12 | 3 | 125 | 101 | 134 |
| Binary | 11101101 | 11111000 | 11011110 | 100 | 0 | 1010 | 11 | 1010101 | 1000001 | 1011100 |
Color Harmonies of #EDF8DE
Complementary color
Monochromatic Colors of #EDF8DE
Black with #EDF8DE
Text Example
Text Example
White with #EDF8DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDF8DE; }
p { color: rgb(237,248,222); }
H1.HeaderClassName
{
color: #EDF8DE;
}
.AnyTagClassName
{
color: #EDF8DE;
}
</style>
background-color css
<style>
a { background-color: #EDF8DE; }
a { background-color: rgb(237,248,222); }
div.DivClassName
{
background-color: #EDF8DE;
}
.BgClassName
{
background-color: #EDF8DE;
}
</style>
border-color css
<style>
span { border-color: #EDF8DE; }
span { border-color: rgb(237,248,222); }
td.TdClassName
{
border-color: #EDF8DE;
}
.TagClassName
{
border-color: #EDF8DE;
}
</style>