Shades of Saltpan #EDF9DF
Tints of Saltpan #EDF9DF
RGB
CMYK
RGB Variations
Color information
#EDF9DF (or 0xEDF9DF) is known color: Saltpan. HEX triplet: ED, F9 and DF. RGB value is (237,249,223). Sum of RGB (Red+Green+Blue) = 237+249+223=709 (93% of max value = 765). Red value is 237 (92.97% from 255 or 33.43% from 709); Green value is 249 (97.66% from 255 or 35.12% from 709); Blue value is 223 (87.5% from 255 or 31.45% from 709); Max value from RGB is 249 - color contains mainly: green. Hex color #EDF9DF is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EDF9DF is #120620. Grayscale: #F2F2F2. Windows color (decimal): -1181217 or 14678509. OLE color: 14678509.
HSL color Cylindrical-coordinate representation of color #EDF9DF: hue angle of 87.69º degrees, saturation: 0.68, lightness: 0.93%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #EDF9DF is Cyan = 0.05, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.02.
Color convert
RGB | 237 | 249 | 223 | - |
CMYK | 0.05 | 0 | 0.10 | 0.02 |
HSL | 87.69º | 0.68% | 0.93% | - |
HSV(B) | 87.69º | 0.1% | 0.98% | - |
XYZ | 82.12 | 91.08 | 83.06 | - |
YUV | 242.45 | 117.02 | 124.11 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 237 | 249 | 223 | 0.05 | 0 | 0.10 | 0.02 | 87.69 | 0.68 | 0.93 |
Hex | ED | F9 | DF | 5 | 0 | A | 2 | 58 | 44 | 5D |
Octal | 355 | 371 | 337 | 5 | 0 | 12 | 2 | 130 | 104 | 135 |
Binary | 11101101 | 11111001 | 11011111 | 101 | 0 | 1010 | 10 | 1011000 | 1000100 | 1011101 |
Color Harmonies of #EDF9DF
Complementary color
Monochromatic Colors of #EDF9DF
Black with #EDF9DF
Text Example
Text Example
White with #EDF9DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDF9DF; }
p { color: rgb(237,249,223); }
H1.HeaderClassName
{
color: #EDF9DF;
}
.AnyTagClassName
{
color: #EDF9DF;
}
</style>
background-color css
<style>
a { background-color: #EDF9DF; }
a { background-color: rgb(237,249,223); }
div.DivClassName
{
background-color: #EDF9DF;
}
.BgClassName
{
background-color: #EDF9DF;
}
</style>
border-color css
<style>
span { border-color: #EDF9DF; }
span { border-color: rgb(237,249,223); }
td.TdClassName
{
border-color: #EDF9DF;
}
.TagClassName
{
border-color: #EDF9DF;
}
</style>