Shades of Cosmic Latte #E2FAEA
Tints of Cosmic Latte #E2FAEA
RGB
CMYK
RGB Variations
Color information
#E2FAEA (or 0xE2FAEA) is known color: Cosmic Latte. HEX triplet: E2, FA and EA. RGB value is (226,250,234). Sum of RGB (Red+Green+Blue) = 226+250+234=710 (94% of max value = 765). Red value is 226 (88.67% from 255 or 31.83% from 710); Green value is 250 (98.05% from 255 or 35.21% from 710); Blue value is 234 (91.80% from 255 or 32.96% from 710); Max value from RGB is 250 - color contains mainly: green. Hex color #E2FAEA is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #E2FAEA is #1D0515. Grayscale: #F1F1F1. Windows color (decimal): -1901846 or 15399650. OLE color: 15399650.
HSL color Cylindrical-coordinate representation of color #E2FAEA: hue angle of 140º degrees, saturation: 0.71, lightness: 0.93%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #E2FAEA is Cyan = 0.10, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 226 | 250 | 234 | - |
| CMYK | 0.10 | 0 | 0.06 | 0.02 |
| HSL | 140º | 0.71% | 0.93% | - |
| HSV(B) | 140º | 0.1% | 0.98% | - |
| XYZ | 80.4 | 90.48 | 91.07 | - |
| YUV | 241 | 124.05 | 117.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 250 | 234 | 0.10 | 0 | 0.06 | 0.02 | 140 | 0.71 | 0.93 |
| Hex | E2 | FA | EA | A | 0 | 6 | 2 | 8C | 47 | 5D |
| Octal | 342 | 372 | 352 | 12 | 0 | 6 | 2 | 214 | 107 | 135 |
| Binary | 11100010 | 11111010 | 11101010 | 1010 | 0 | 110 | 10 | 10001100 | 1000111 | 1011101 |
Color Harmonies of #E2FAEA
Complementary color
Monochromatic Colors of #E2FAEA
Black with #E2FAEA
Text Example
Text Example
White with #E2FAEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2FAEA; }
p { color: rgb(226,250,234); }
H1.HeaderClassName
{
color: #E2FAEA;
}
.AnyTagClassName
{
color: #E2FAEA;
}
</style>
background-color css
<style>
a { background-color: #E2FAEA; }
a { background-color: rgb(226,250,234); }
div.DivClassName
{
background-color: #E2FAEA;
}
.BgClassName
{
background-color: #E2FAEA;
}
</style>
border-color css
<style>
span { border-color: #E2FAEA; }
span { border-color: rgb(226,250,234); }
td.TdClassName
{
border-color: #E2FAEA;
}
.TagClassName
{
border-color: #E2FAEA;
}
</style>