Shades of Saltpan #EDF5DC
Tints of Saltpan #EDF5DC
RGB
CMYK
RGB Variations
Color information
#EDF5DC (or 0xEDF5DC) is known color: Saltpan. HEX triplet: ED, F5 and DC. RGB value is (237,245,220). Sum of RGB (Red+Green+Blue) = 237+245+220=702 (92% of max value = 765). Red value is 237 (92.97% from 255 or 33.76% from 702); Green value is 245 (96.09% from 255 or 34.90% from 702); Blue value is 220 (86.33% from 255 or 31.34% from 702); Max value from RGB is 245 - color contains mainly: green. Hex color #EDF5DC is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EDF5DC is #120A23. Grayscale: #EFEFEF. Windows color (decimal): -1182244 or 14480877. OLE color: 14480877.
HSL color Cylindrical-coordinate representation of color #EDF5DC: hue angle of 79.2º degrees, saturation: 0.56, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #EDF5DC is Cyan = 0.03, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 237 | 245 | 220 | - |
| CMYK | 0.03 | 0 | 0.10 | 0.04 |
| HSL | 79.2º | 0.56% | 0.91% | - |
| HSV(B) | 79.2º | 0.1% | 0.96% | - |
| XYZ | 80.5 | 88.48 | 80.55 | - |
| YUV | 239.76 | 116.85 | 126.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 245 | 220 | 0.03 | 0 | 0.10 | 0.04 | 79.2 | 0.56 | 0.91 |
| Hex | ED | F5 | DC | 3 | 0 | A | 4 | 4F | 38 | 5B |
| Octal | 355 | 365 | 334 | 3 | 0 | 12 | 4 | 117 | 70 | 133 |
| Binary | 11101101 | 11110101 | 11011100 | 11 | 0 | 1010 | 100 | 1001111 | 111000 | 1011011 |
Color Harmonies of #EDF5DC
Complementary color
Monochromatic Colors of #EDF5DC
Black with #EDF5DC
Text Example
Text Example
White with #EDF5DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDF5DC; }
p { color: rgb(237,245,220); }
H1.HeaderClassName
{
color: #EDF5DC;
}
.AnyTagClassName
{
color: #EDF5DC;
}
</style>
background-color css
<style>
a { background-color: #EDF5DC; }
a { background-color: rgb(237,245,220); }
div.DivClassName
{
background-color: #EDF5DC;
}
.BgClassName
{
background-color: #EDF5DC;
}
</style>
border-color css
<style>
span { border-color: #EDF5DC; }
span { border-color: rgb(237,245,220); }
td.TdClassName
{
border-color: #EDF5DC;
}
.TagClassName
{
border-color: #EDF5DC;
}
</style>