Shades of Aqua Spring #EDEEED
Tints of Aqua Spring #EDEEED
RGB
CMYK
RGB Variations
Color information
#EDEEED (or 0xEDEEED) is known color: Aqua Spring. HEX triplet: ED, EE and ED. RGB value is (237,238,237). Sum of RGB (Red+Green+Blue) = 237+238+237=712 (94% of max value = 765). Red value is 237 (92.97% from 255 or 33.29% from 712); Green value is 238 (93.36% from 255 or 33.43% from 712); Blue value is 237 (92.97% from 255 or 33.29% from 712); Max value from RGB is 238 - color contains mainly: green. Hex color #EDEEED is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EDEEED is #121112. Grayscale: #EDEDED. Windows color (decimal): -1184019 or 15593197. OLE color: 15593197.
HSL color Cylindrical-coordinate representation of color #EDEEED: hue angle of 120º degrees, saturation: 0.03, lightness: 0.93%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0%. Process color model (Four color, CMYK) of #EDEEED is Cyan = 0.00, Magento = 0, Yellow = 0.00 and Black (K on CMYK) = 0.07.
Color convert
RGB | 237 | 238 | 237 | - |
CMYK | 0.00 | 0 | 0.00 | 0.07 |
HSL | 120º | 0.03% | 0.93% | - |
HSV(B) | 120º | 0% | 0.93% | - |
XYZ | 80.79 | 85.27 | 92.32 | - |
YUV | 237.59 | 127.67 | 127.58 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 237 | 238 | 237 | 0.00 | 0 | 0.00 | 0.07 | 120 | 0.03 | 0.93 |
Hex | ED | EE | ED | 0 | 0 | 0 | 7 | 78 | 3 | 5D |
Octal | 355 | 356 | 355 | 0 | 0 | 0 | 7 | 170 | 3 | 135 |
Binary | 11101101 | 11101110 | 11101101 | 0 | 0 | 0 | 111 | 1111000 | 11 | 1011101 |
Color Harmonies of #EDEEED
Complementary color
Monochromatic Colors of #EDEEED
Black with #EDEEED
Text Example
Text Example
White with #EDEEED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDEEED; }
p { color: rgb(237,238,237); }
H1.HeaderClassName
{
color: #EDEEED;
}
.AnyTagClassName
{
color: #EDEEED;
}
</style>
background-color css
<style>
a { background-color: #EDEEED; }
a { background-color: rgb(237,238,237); }
div.DivClassName
{
background-color: #EDEEED;
}
.BgClassName
{
background-color: #EDEEED;
}
</style>
border-color css
<style>
span { border-color: #EDEEED; }
span { border-color: rgb(237,238,237); }
td.TdClassName
{
border-color: #EDEEED;
}
.TagClassName
{
border-color: #EDEEED;
}
</style>