Shades of Cosmic Latte #E0F2E5
Tints of Cosmic Latte #E0F2E5
RGB
CMYK
RGB Variations
Color information
#E0F2E5 (or 0xE0F2E5) is known color: Cosmic Latte. HEX triplet: E0, F2 and E5. RGB value is (224,242,229). Sum of RGB (Red+Green+Blue) = 224+242+229=695 (92% of max value = 765). Red value is 224 (87.89% from 255 or 32.23% from 695); Green value is 242 (94.92% from 255 or 34.82% from 695); Blue value is 229 (89.84% from 255 or 32.95% from 695); Max value from RGB is 242 - color contains mainly: green. Hex color #E0F2E5 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #E0F2E5 is #1F0D1A. Grayscale: #EBEBEB. Windows color (decimal): -2034971 or 15069920. OLE color: 15069920.
HSL color Cylindrical-coordinate representation of color #E0F2E5: hue angle of 136.67º degrees, saturation: 0.41, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #E0F2E5 is Cyan = 0.07, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 224 | 242 | 229 | - |
| CMYK | 0.07 | 0 | 0.05 | 0.05 |
| HSL | 136.67º | 0.41% | 0.91% | - |
| HSV(B) | 136.67º | 0.07% | 0.95% | - |
| XYZ | 76.64 | 85.01 | 86.5 | - |
| YUV | 235.14 | 124.54 | 120.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 242 | 229 | 0.07 | 0 | 0.05 | 0.05 | 136.67 | 0.41 | 0.91 |
| Hex | E0 | F2 | E5 | 7 | 0 | 5 | 5 | 89 | 29 | 5B |
| Octal | 340 | 362 | 345 | 7 | 0 | 5 | 5 | 211 | 51 | 133 |
| Binary | 11100000 | 11110010 | 11100101 | 111 | 0 | 101 | 101 | 10001001 | 101001 | 1011011 |
Color Harmonies of #E0F2E5
Complementary color
Monochromatic Colors of #E0F2E5
Black with #E0F2E5
Text Example
Text Example
White with #E0F2E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0F2E5; }
p { color: rgb(224,242,229); }
H1.HeaderClassName
{
color: #E0F2E5;
}
.AnyTagClassName
{
color: #E0F2E5;
}
</style>
background-color css
<style>
a { background-color: #E0F2E5; }
a { background-color: rgb(224,242,229); }
div.DivClassName
{
background-color: #E0F2E5;
}
.BgClassName
{
background-color: #E0F2E5;
}
</style>
border-color css
<style>
span { border-color: #E0F2E5; }
span { border-color: rgb(224,242,229); }
td.TdClassName
{
border-color: #E0F2E5;
}
.TagClassName
{
border-color: #E0F2E5;
}
</style>