Shades of Aqua Spring #EDF1ED
Tints of Aqua Spring #EDF1ED
RGB
CMYK
RGB Variations
Color information
#EDF1ED (or 0xEDF1ED) is known color: Aqua Spring. HEX triplet: ED, F1 and ED. RGB value is (237,241,237). Sum of RGB (Red+Green+Blue) = 237+241+237=715 (94% of max value = 765). Red value is 237 (92.97% from 255 or 33.15% from 715); Green value is 241 (94.53% from 255 or 33.71% from 715); Blue value is 237 (92.97% from 255 or 33.15% from 715); Max value from RGB is 241 - color contains mainly: green. Hex color #EDF1ED is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EDF1ED is #120E12. Grayscale: #EFEFEF. Windows color (decimal): -1183251 or 15593965. OLE color: 15593965.
HSL color Cylindrical-coordinate representation of color #EDF1ED: hue angle of 120º degrees, saturation: 0.12, lightness: 0.94%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.02%. Process color model (Four color, CMYK) of #EDF1ED is Cyan = 0.02, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.05.
Color convert
RGB | 237 | 241 | 237 | - |
CMYK | 0.02 | 0 | 0.02 | 0.05 |
HSL | 120º | 0.13% | 0.94% | - |
HSV(B) | 120º | 0.02% | 0.95% | - |
XYZ | 81.67 | 87.03 | 92.61 | - |
YUV | 239.35 | 126.67 | 126.33 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 237 | 241 | 237 | 0.02 | 0 | 0.02 | 0.05 | 120 | 0.13 | 0.94 |
Hex | ED | F1 | ED | 2 | 0 | 2 | 5 | 78 | C | 5E |
Octal | 355 | 361 | 355 | 2 | 0 | 2 | 5 | 170 | 14 | 136 |
Binary | 11101101 | 11110001 | 11101101 | 10 | 0 | 10 | 101 | 1111000 | 1100 | 1011110 |
Color Harmonies of #EDF1ED
Complementary color
Monochromatic Colors of #EDF1ED
Black with #EDF1ED
Text Example
Text Example
White with #EDF1ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDF1ED; }
p { color: rgb(237,241,237); }
H1.HeaderClassName
{
color: #EDF1ED;
}
.AnyTagClassName
{
color: #EDF1ED;
}
</style>
background-color css
<style>
a { background-color: #EDF1ED; }
a { background-color: rgb(237,241,237); }
div.DivClassName
{
background-color: #EDF1ED;
}
.BgClassName
{
background-color: #EDF1ED;
}
</style>
border-color css
<style>
span { border-color: #EDF1ED; }
span { border-color: rgb(237,241,237); }
td.TdClassName
{
border-color: #EDF1ED;
}
.TagClassName
{
border-color: #EDF1ED;
}
</style>