Shades of Aqua Spring #EDF0ED
Tints of Aqua Spring #EDF0ED
RGB
CMYK
RGB Variations
Color information
#EDF0ED (or 0xEDF0ED) is known color: Aqua Spring. HEX triplet: ED, F0 and ED. RGB value is (237,240,237). Sum of RGB (Red+Green+Blue) = 237+240+237=714 (94% of max value = 765). Red value is 237 (92.97% from 255 or 33.19% from 714); Green value is 240 (94.14% from 255 or 33.61% from 714); Blue value is 237 (92.97% from 255 or 33.19% from 714); Max value from RGB is 240 - color contains mainly: green. Hex color #EDF0ED is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EDF0ED is #120F12. Grayscale: #EEEEEE. Windows color (decimal): -1183507 or 15593709. OLE color: 15593709.
HSL color Cylindrical-coordinate representation of color #EDF0ED: hue angle of 120º degrees, saturation: 0.09, lightness: 0.94%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.01%. Process color model (Four color, CMYK) of #EDF0ED is Cyan = 0.01, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.06.
Color convert
RGB | 237 | 240 | 237 | - |
CMYK | 0.01 | 0 | 0.01 | 0.06 |
HSL | 120º | 0.09% | 0.94% | - |
HSV(B) | 120º | 0.01% | 0.94% | - |
XYZ | 81.37 | 86.44 | 92.52 | - |
YUV | 238.76 | 127.01 | 126.74 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 237 | 240 | 237 | 0.01 | 0 | 0.01 | 0.06 | 120 | 0.09 | 0.94 |
Hex | ED | F0 | ED | 1 | 0 | 1 | 6 | 78 | 9 | 5E |
Octal | 355 | 360 | 355 | 1 | 0 | 1 | 6 | 170 | 11 | 136 |
Binary | 11101101 | 11110000 | 11101101 | 1 | 0 | 1 | 110 | 1111000 | 1001 | 1011110 |
Color Harmonies of #EDF0ED
Complementary color
Monochromatic Colors of #EDF0ED
Black with #EDF0ED
Text Example
Text Example
White with #EDF0ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDF0ED; }
p { color: rgb(237,240,237); }
H1.HeaderClassName
{
color: #EDF0ED;
}
.AnyTagClassName
{
color: #EDF0ED;
}
</style>
background-color css
<style>
a { background-color: #EDF0ED; }
a { background-color: rgb(237,240,237); }
div.DivClassName
{
background-color: #EDF0ED;
}
.BgClassName
{
background-color: #EDF0ED;
}
</style>
border-color css
<style>
span { border-color: #EDF0ED; }
span { border-color: rgb(237,240,237); }
td.TdClassName
{
border-color: #EDF0ED;
}
.TagClassName
{
border-color: #EDF0ED;
}
</style>