Shades of Aqua Spring #EEF1EE
Tints of Aqua Spring #EEF1EE
RGB
CMYK
RGB Variations
Color information
#EEF1EE (or 0xEEF1EE) is known color: Aqua Spring. HEX triplet: EE, F1 and EE. RGB value is (238,241,238). Sum of RGB (Red+Green+Blue) = 238+241+238=717 (94% of max value = 765). Red value is 238 (93.36% from 255 or 33.19% from 717); Green value is 241 (94.53% from 255 or 33.61% from 717); Blue value is 238 (93.36% from 255 or 33.19% from 717); Max value from RGB is 241 - color contains mainly: green. Hex color #EEF1EE is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EEF1EE is #110E11. Grayscale: #EFEFEF. Windows color (decimal): -1117714 or 15659502. OLE color: 15659502.
HSL color Cylindrical-coordinate representation of color #EEF1EE: hue angle of 120º degrees, saturation: 0.1, lightness: 0.94%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.01%. Process color model (Four color, CMYK) of #EEF1EE is Cyan = 0.01, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.05.
Color convert
RGB | 238 | 241 | 238 | - |
CMYK | 0.01 | 0 | 0.01 | 0.05 |
HSL | 120º | 0.1% | 0.94% | - |
HSV(B) | 120º | 0.01% | 0.95% | - |
XYZ | 82.15 | 87.26 | 93.4 | - |
YUV | 239.76 | 127.01 | 126.74 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 238 | 241 | 238 | 0.01 | 0 | 0.01 | 0.05 | 120 | 0.1 | 0.94 |
Hex | EE | F1 | EE | 1 | 0 | 1 | 5 | 78 | A | 5E |
Octal | 356 | 361 | 356 | 1 | 0 | 1 | 5 | 170 | 12 | 136 |
Binary | 11101110 | 11110001 | 11101110 | 1 | 0 | 1 | 101 | 1111000 | 1010 | 1011110 |
Color Harmonies of #EEF1EE
Complementary color
Monochromatic Colors of #EEF1EE
Black with #EEF1EE
Text Example
Text Example
White with #EEF1EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEF1EE; }
p { color: rgb(238,241,238); }
H1.HeaderClassName
{
color: #EEF1EE;
}
.AnyTagClassName
{
color: #EEF1EE;
}
</style>
background-color css
<style>
a { background-color: #EEF1EE; }
a { background-color: rgb(238,241,238); }
div.DivClassName
{
background-color: #EEF1EE;
}
.BgClassName
{
background-color: #EEF1EE;
}
</style>
border-color css
<style>
span { border-color: #EEF1EE; }
span { border-color: rgb(238,241,238); }
td.TdClassName
{
border-color: #EEF1EE;
}
.TagClassName
{
border-color: #EEF1EE;
}
</style>