Shades of Cosmic Latte #E2FFEA
Tints of Cosmic Latte #E2FFEA
RGB
CMYK
RGB Variations
Color information
#E2FFEA (or 0xE2FFEA) is known color: Cosmic Latte. HEX triplet: E2, FF and EA. RGB value is (226,255,234). Sum of RGB (Red+Green+Blue) = 226+255+234=715 (94% of max value = 765). Red value is 226 (88.67% from 255 or 31.61% from 715); Green value is 255 (100% from 255 or 35.66% from 715); Blue value is 234 (91.80% from 255 or 32.73% from 715); Max value from RGB is 255 - color contains mainly: green. Hex color #E2FFEA is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #E2FFEA is #1D0015. Grayscale: #F3F3F3. Windows color (decimal): -1900566 or 15400930. OLE color: 15400930.
HSL color Cylindrical-coordinate representation of color #E2FFEA: hue angle of 136.55º degrees, saturation: 1, lightness: 0.94%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #E2FFEA is Cyan = 0.11, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.
Color convert
RGB | 226 | 255 | 234 | - |
CMYK | 0.11 | 0 | 0.08 | 0 |
HSL | 136.55º | 1% | 0.94% | - |
HSV(B) | 136.55º | 0.11% | 1% | - |
XYZ | 81.98 | 93.63 | 91.59 | - |
YUV | 243.94 | 122.39 | 115.21 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 226 | 255 | 234 | 0.11 | 0 | 0.08 | 0 | 136.55 | 1 | 0.94 |
Hex | E2 | FF | EA | B | 0 | 8 | 0 | 89 | 64 | 5E |
Octal | 342 | 377 | 352 | 13 | 0 | 10 | 0 | 211 | 144 | 136 |
Binary | 11100010 | 11111111 | 11101010 | 1011 | 0 | 1000 | 0 | 10001001 | 1100100 | 1011110 |
Color Harmonies of #E2FFEA
Complementary color
Monochromatic Colors of #E2FFEA
Black with #E2FFEA
Text Example
Text Example
White with #E2FFEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2FFEA; }
p { color: rgb(226,255,234); }
H1.HeaderClassName
{
color: #E2FFEA;
}
.AnyTagClassName
{
color: #E2FFEA;
}
</style>
background-color css
<style>
a { background-color: #E2FFEA; }
a { background-color: rgb(226,255,234); }
div.DivClassName
{
background-color: #E2FFEA;
}
.BgClassName
{
background-color: #E2FFEA;
}
</style>
border-color css
<style>
span { border-color: #E2FFEA; }
span { border-color: rgb(226,255,234); }
td.TdClassName
{
border-color: #E2FFEA;
}
.TagClassName
{
border-color: #E2FFEA;
}
</style>