Shades of Saltpan #EDF3DC
Tints of Saltpan #EDF3DC
RGB
CMYK
RGB Variations
Color information
#EDF3DC (or 0xEDF3DC) is known color: Saltpan. HEX triplet: ED, F3 and DC. RGB value is (237,243,220). Sum of RGB (Red+Green+Blue) = 237+243+220=700 (92% of max value = 765). Red value is 237 (92.97% from 255 or 33.86% from 700); Green value is 243 (95.31% from 255 or 34.71% from 700); Blue value is 220 (86.33% from 255 or 31.43% from 700); Max value from RGB is 243 - color contains mainly: green. Hex color #EDF3DC is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EDF3DC is #120C23. Grayscale: #EEEEEE. Windows color (decimal): -1182756 or 14480365. OLE color: 14480365.
HSL color Cylindrical-coordinate representation of color #EDF3DC: hue angle of 75.65º degrees, saturation: 0.49, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #EDF3DC is Cyan = 0.02, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 237 | 243 | 220 | - |
| CMYK | 0.02 | 0 | 0.09 | 0.05 |
| HSL | 75.65º | 0.49% | 0.91% | - |
| HSV(B) | 75.65º | 0.09% | 0.95% | - |
| XYZ | 79.89 | 87.27 | 80.34 | - |
| YUV | 238.58 | 117.51 | 126.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 243 | 220 | 0.02 | 0 | 0.09 | 0.05 | 75.65 | 0.49 | 0.91 |
| Hex | ED | F3 | DC | 2 | 0 | 9 | 5 | 4C | 31 | 5B |
| Octal | 355 | 363 | 334 | 2 | 0 | 11 | 5 | 114 | 61 | 133 |
| Binary | 11101101 | 11110011 | 11011100 | 10 | 0 | 1001 | 101 | 1001100 | 110001 | 1011011 |
Color Harmonies of #EDF3DC
Complementary color
Monochromatic Colors of #EDF3DC
Black with #EDF3DC
Text Example
Text Example
White with #EDF3DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDF3DC; }
p { color: rgb(237,243,220); }
H1.HeaderClassName
{
color: #EDF3DC;
}
.AnyTagClassName
{
color: #EDF3DC;
}
</style>
background-color css
<style>
a { background-color: #EDF3DC; }
a { background-color: rgb(237,243,220); }
div.DivClassName
{
background-color: #EDF3DC;
}
.BgClassName
{
background-color: #EDF3DC;
}
</style>
border-color css
<style>
span { border-color: #EDF3DC; }
span { border-color: rgb(237,243,220); }
td.TdClassName
{
border-color: #EDF3DC;
}
.TagClassName
{
border-color: #EDF3DC;
}
</style>