Shades of Aqua Spring #EEF2EE
Tints of Aqua Spring #EEF2EE
RGB
CMYK
RGB Variations
Color information
#EEF2EE (or 0xEEF2EE) is known color: Aqua Spring. HEX triplet: EE, F2 and EE. RGB value is (238,242,238). Sum of RGB (Red+Green+Blue) = 238+242+238=718 (95% of max value = 765). Red value is 238 (93.36% from 255 or 33.15% from 718); Green value is 242 (94.92% from 255 or 33.70% from 718); Blue value is 238 (93.36% from 255 or 33.15% from 718); Max value from RGB is 242 - color contains mainly: green. Hex color #EEF2EE is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EEF2EE is #110D11. Grayscale: #F0F0F0. Windows color (decimal): -1117458 or 15659758. OLE color: 15659758.
HSL color Cylindrical-coordinate representation of color #EEF2EE: hue angle of 120º degrees, saturation: 0.13, 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 #EEF2EE is Cyan = 0.02, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.05.
Color convert
RGB | 238 | 242 | 238 | - |
CMYK | 0.02 | 0 | 0.02 | 0.05 |
HSL | 120º | 0.13% | 0.94% | - |
HSV(B) | 120º | 0.02% | 0.95% | - |
XYZ | 82.44 | 87.85 | 93.5 | - |
YUV | 240.35 | 126.67 | 126.33 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 238 | 242 | 238 | 0.02 | 0 | 0.02 | 0.05 | 120 | 0.13 | 0.94 |
Hex | EE | F2 | EE | 2 | 0 | 2 | 5 | 78 | D | 5E |
Octal | 356 | 362 | 356 | 2 | 0 | 2 | 5 | 170 | 15 | 136 |
Binary | 11101110 | 11110010 | 11101110 | 10 | 0 | 10 | 101 | 1111000 | 1101 | 1011110 |
Color Harmonies of #EEF2EE
Complementary color
Monochromatic Colors of #EEF2EE
Black with #EEF2EE
Text Example
Text Example
White with #EEF2EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEF2EE; }
p { color: rgb(238,242,238); }
H1.HeaderClassName
{
color: #EEF2EE;
}
.AnyTagClassName
{
color: #EEF2EE;
}
</style>
background-color css
<style>
a { background-color: #EEF2EE; }
a { background-color: rgb(238,242,238); }
div.DivClassName
{
background-color: #EEF2EE;
}
.BgClassName
{
background-color: #EEF2EE;
}
</style>
border-color css
<style>
span { border-color: #EEF2EE; }
span { border-color: rgb(238,242,238); }
td.TdClassName
{
border-color: #EEF2EE;
}
.TagClassName
{
border-color: #EEF2EE;
}
</style>