Shades of Aqua Spring #EEF3ED
Tints of Aqua Spring #EEF3ED
RGB
CMYK
RGB Variations
Color information
#EEF3ED (or 0xEEF3ED) is known color: Aqua Spring. HEX triplet: EE, F3 and ED. RGB value is (238,243,237). Sum of RGB (Red+Green+Blue) = 238+243+237=718 (95% of max value = 765). Red value is 238 (93.36% from 255 or 33.15% from 718); Green value is 243 (95.31% from 255 or 33.84% from 718); Blue value is 237 (92.97% from 255 or 33.01% from 718); Max value from RGB is 243 - color contains mainly: green. Hex color #EEF3ED is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EEF3ED is #110C12. Grayscale: #F0F0F0. Windows color (decimal): -1117203 or 15594478. OLE color: 15594478.
HSL color Cylindrical-coordinate representation of color #EEF3ED: hue angle of 110º degrees, saturation: 0.2, 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 #EEF3ED is Cyan = 0.02, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 238 | 243 | 237 | - |
| CMYK | 0.02 | 0 | 0.02 | 0.05 |
| HSL | 110º | 0.2% | 0.94% | - |
| HSV(B) | 110º | 0.02% | 0.95% | - |
| XYZ | 82.6 | 88.39 | 92.83 | - |
| YUV | 240.82 | 125.84 | 125.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 243 | 237 | 0.02 | 0 | 0.02 | 0.05 | 110 | 0.2 | 0.94 |
| Hex | EE | F3 | ED | 2 | 0 | 2 | 5 | 6E | 14 | 5E |
| Octal | 356 | 363 | 355 | 2 | 0 | 2 | 5 | 156 | 24 | 136 |
| Binary | 11101110 | 11110011 | 11101101 | 10 | 0 | 10 | 101 | 1101110 | 10100 | 1011110 |
Color Harmonies of #EEF3ED
Complementary color
Monochromatic Colors of #EEF3ED
Black with #EEF3ED
Text Example
Text Example
White with #EEF3ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEF3ED; }
p { color: rgb(238,243,237); }
H1.HeaderClassName
{
color: #EEF3ED;
}
.AnyTagClassName
{
color: #EEF3ED;
}
</style>
background-color css
<style>
a { background-color: #EEF3ED; }
a { background-color: rgb(238,243,237); }
div.DivClassName
{
background-color: #EEF3ED;
}
.BgClassName
{
background-color: #EEF3ED;
}
</style>
border-color css
<style>
span { border-color: #EEF3ED; }
span { border-color: rgb(238,243,237); }
td.TdClassName
{
border-color: #EEF3ED;
}
.TagClassName
{
border-color: #EEF3ED;
}
</style>