Shades of Aqua Spring #EDF3EC
Tints of Aqua Spring #EDF3EC
RGB
CMYK
RGB Variations
Color information
#EDF3EC (or 0xEDF3EC) is known color: Aqua Spring. HEX triplet: ED, F3 and EC. RGB value is (237,243,236). Sum of RGB (Red+Green+Blue) = 237+243+236=716 (94% of max value = 765). Red value is 237 (92.97% from 255 or 33.10% from 716); Green value is 243 (95.31% from 255 or 33.94% from 716); Blue value is 236 (92.58% from 255 or 32.96% from 716); Max value from RGB is 243 - color contains mainly: green. Hex color #EDF3EC is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EDF3EC is #120C13. Grayscale: #F0F0F0. Windows color (decimal): -1182740 or 15528941. OLE color: 15528941.
HSL color Cylindrical-coordinate representation of color #EDF3EC: hue angle of 111.43º degrees, saturation: 0.23, lightness: 0.94%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #EDF3EC is Cyan = 0.02, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.05.
Color convert
RGB | 237 | 243 | 236 | - |
CMYK | 0.02 | 0 | 0.03 | 0.05 |
HSL | 111.43º | 0.23% | 0.94% | - |
HSV(B) | 111.43º | 0.03% | 0.95% | - |
XYZ | 82.12 | 88.16 | 92.05 | - |
YUV | 240.41 | 125.51 | 125.57 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 237 | 243 | 236 | 0.02 | 0 | 0.03 | 0.05 | 111.43 | 0.23 | 0.94 |
Hex | ED | F3 | EC | 2 | 0 | 3 | 5 | 6F | 17 | 5E |
Octal | 355 | 363 | 354 | 2 | 0 | 3 | 5 | 157 | 27 | 136 |
Binary | 11101101 | 11110011 | 11101100 | 10 | 0 | 11 | 101 | 1101111 | 10111 | 1011110 |
Color Harmonies of #EDF3EC
Complementary color
Monochromatic Colors of #EDF3EC
Black with #EDF3EC
Text Example
Text Example
White with #EDF3EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDF3EC; }
p { color: rgb(237,243,236); }
H1.HeaderClassName
{
color: #EDF3EC;
}
.AnyTagClassName
{
color: #EDF3EC;
}
</style>
background-color css
<style>
a { background-color: #EDF3EC; }
a { background-color: rgb(237,243,236); }
div.DivClassName
{
background-color: #EDF3EC;
}
.BgClassName
{
background-color: #EDF3EC;
}
</style>
border-color css
<style>
span { border-color: #EDF3EC; }
span { border-color: rgb(237,243,236); }
td.TdClassName
{
border-color: #EDF3EC;
}
.TagClassName
{
border-color: #EDF3EC;
}
</style>