Shades of Cosmic Latte #E0FAE5
Tints of Cosmic Latte #E0FAE5
RGB
CMYK
RGB Variations
Color information
#E0FAE5 (or 0xE0FAE5) is known color: Cosmic Latte. HEX triplet: E0, FA and E5. RGB value is (224,250,229). Sum of RGB (Red+Green+Blue) = 224+250+229=703 (93% of max value = 765). Red value is 224 (87.89% from 255 or 31.86% from 703); Green value is 250 (98.05% from 255 or 35.56% from 703); Blue value is 229 (89.84% from 255 or 32.57% from 703); Max value from RGB is 250 - color contains mainly: green. Hex color #E0FAE5 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #E0FAE5 is #1F051A. Grayscale: #EFEFEF. Windows color (decimal): -2032923 or 15071968. OLE color: 15071968.
HSL color Cylindrical-coordinate representation of color #E0FAE5: hue angle of 131.54º degrees, saturation: 0.72, 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 #E0FAE5 is Cyan = 0.10, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 224 | 250 | 229 | - |
| CMYK | 0.10 | 0 | 0.08 | 0.02 |
| HSL | 131.54º | 0.72% | 0.93% | - |
| HSV(B) | 131.54º | 0.1% | 0.98% | - |
| XYZ | 79.07 | 89.88 | 87.31 | - |
| YUV | 239.83 | 121.89 | 116.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 250 | 229 | 0.10 | 0 | 0.08 | 0.02 | 131.54 | 0.72 | 0.93 |
| Hex | E0 | FA | E5 | A | 0 | 8 | 2 | 84 | 48 | 5D |
| Octal | 340 | 372 | 345 | 12 | 0 | 10 | 2 | 204 | 110 | 135 |
| Binary | 11100000 | 11111010 | 11100101 | 1010 | 0 | 1000 | 10 | 10000100 | 1001000 | 1011101 |
Color Harmonies of #E0FAE5
Complementary color
Monochromatic Colors of #E0FAE5
Black with #E0FAE5
Text Example
Text Example
White with #E0FAE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0FAE5; }
p { color: rgb(224,250,229); }
H1.HeaderClassName
{
color: #E0FAE5;
}
.AnyTagClassName
{
color: #E0FAE5;
}
</style>
background-color css
<style>
a { background-color: #E0FAE5; }
a { background-color: rgb(224,250,229); }
div.DivClassName
{
background-color: #E0FAE5;
}
.BgClassName
{
background-color: #E0FAE5;
}
</style>
border-color css
<style>
span { border-color: #E0FAE5; }
span { border-color: rgb(224,250,229); }
td.TdClassName
{
border-color: #E0FAE5;
}
.TagClassName
{
border-color: #E0FAE5;
}
</style>