Shades of Saltpan #EDF0E8
Tints of Saltpan #EDF0E8
RGB
CMYK
RGB Variations
Color information
#EDF0E8 (or 0xEDF0E8) is known color: Saltpan. HEX triplet: ED, F0 and E8. RGB value is (237,240,232). Sum of RGB (Red+Green+Blue) = 237+240+232=709 (93% of max value = 765). Red value is 237 (92.97% from 255 or 33.43% from 709); Green value is 240 (94.14% from 255 or 33.85% from 709); Blue value is 232 (91.02% from 255 or 32.72% from 709); Max value from RGB is 240 - color contains mainly: green. Hex color #EDF0E8 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EDF0E8 is #120F17. Grayscale: #EEEEEE. Windows color (decimal): -1183512 or 15266029. OLE color: 15266029.
HSL color Cylindrical-coordinate representation of color #EDF0E8: hue angle of 82.5º degrees, saturation: 0.21, lightness: 0.93%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #EDF0E8 is Cyan = 0.01, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.06.
Color convert
RGB | 237 | 240 | 232 | - |
CMYK | 0.01 | 0 | 0.03 | 0.06 |
HSL | 82.5º | 0.21% | 0.93% | - |
HSV(B) | 82.5º | 0.03% | 0.94% | - |
XYZ | 80.65 | 86.15 | 88.72 | - |
YUV | 238.19 | 124.51 | 127.15 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 237 | 240 | 232 | 0.01 | 0 | 0.03 | 0.06 | 82.5 | 0.21 | 0.93 |
Hex | ED | F0 | E8 | 1 | 0 | 3 | 6 | 52 | 15 | 5D |
Octal | 355 | 360 | 350 | 1 | 0 | 3 | 6 | 122 | 25 | 135 |
Binary | 11101101 | 11110000 | 11101000 | 1 | 0 | 11 | 110 | 1010010 | 10101 | 1011101 |
Color Harmonies of #EDF0E8
Complementary color
Monochromatic Colors of #EDF0E8
Black with #EDF0E8
Text Example
Text Example
White with #EDF0E8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDF0E8; }
p { color: rgb(237,240,232); }
H1.HeaderClassName
{
color: #EDF0E8;
}
.AnyTagClassName
{
color: #EDF0E8;
}
</style>
background-color css
<style>
a { background-color: #EDF0E8; }
a { background-color: rgb(237,240,232); }
div.DivClassName
{
background-color: #EDF0E8;
}
.BgClassName
{
background-color: #EDF0E8;
}
</style>
border-color css
<style>
span { border-color: #EDF0E8; }
span { border-color: rgb(237,240,232); }
td.TdClassName
{
border-color: #EDF0E8;
}
.TagClassName
{
border-color: #EDF0E8;
}
</style>