Shades of Cosmic Latte #E0FEE5
Tints of Cosmic Latte #E0FEE5
RGB
CMYK
RGB Variations
Color information
#E0FEE5 (or 0xE0FEE5) is known color: Cosmic Latte. HEX triplet: E0, FE and E5. RGB value is (224,254,229). Sum of RGB (Red+Green+Blue) = 224+254+229=707 (93% of max value = 765). Red value is 224 (87.89% from 255 or 31.68% from 707); Green value is 254 (99.61% from 255 or 35.93% from 707); Blue value is 229 (89.84% from 255 or 32.39% from 707); Max value from RGB is 254 - color contains mainly: green. Hex color #E0FEE5 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #E0FEE5 is #1F011A. Grayscale: #F2F2F2. Windows color (decimal): -2031899 or 15072992. OLE color: 15072992.
HSL color Cylindrical-coordinate representation of color #E0FEE5: hue angle of 130º degrees, saturation: 0.94, lightness: 0.94%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #E0FEE5 is Cyan = 0.12, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 224 | 254 | 229 | - |
| CMYK | 0.12 | 0 | 0.10 | 0.00 |
| HSL | 130º | 0.94% | 0.94% | - |
| HSV(B) | 130º | 0.12% | 1% | - |
| XYZ | 80.33 | 92.39 | 87.73 | - |
| YUV | 242.18 | 120.56 | 115.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 254 | 229 | 0.12 | 0 | 0.10 | 0.00 | 130 | 0.94 | 0.94 |
| Hex | E0 | FE | E5 | C | 0 | A | 0 | 82 | 5E | 5E |
| Octal | 340 | 376 | 345 | 14 | 0 | 12 | 0 | 202 | 136 | 136 |
| Binary | 11100000 | 11111110 | 11100101 | 1100 | 0 | 1010 | 0 | 10000010 | 1011110 | 1011110 |
Color Harmonies of #E0FEE5
Complementary color
Monochromatic Colors of #E0FEE5
Black with #E0FEE5
Text Example
Text Example
White with #E0FEE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0FEE5; }
p { color: rgb(224,254,229); }
H1.HeaderClassName
{
color: #E0FEE5;
}
.AnyTagClassName
{
color: #E0FEE5;
}
</style>
background-color css
<style>
a { background-color: #E0FEE5; }
a { background-color: rgb(224,254,229); }
div.DivClassName
{
background-color: #E0FEE5;
}
.BgClassName
{
background-color: #E0FEE5;
}
</style>
border-color css
<style>
span { border-color: #E0FEE5; }
span { border-color: rgb(224,254,229); }
td.TdClassName
{
border-color: #E0FEE5;
}
.TagClassName
{
border-color: #E0FEE5;
}
</style>