Shades of Cosmic Latte #E1FAEA
Tints of Cosmic Latte #E1FAEA
RGB
CMYK
RGB Variations
Color information
#E1FAEA (or 0xE1FAEA) is known color: Cosmic Latte. HEX triplet: E1, FA and EA. RGB value is (225,250,234). Sum of RGB (Red+Green+Blue) = 225+250+234=709 (93% of max value = 765). Red value is 225 (88.28% from 255 or 31.73% from 709); Green value is 250 (98.05% from 255 or 35.26% from 709); Blue value is 234 (91.80% from 255 or 33.00% from 709); Max value from RGB is 250 - color contains mainly: green. Hex color #E1FAEA is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #E1FAEA is #1E0515. Grayscale: #F0F0F0. Windows color (decimal): -1967382 or 15399649. OLE color: 15399649.
HSL color Cylindrical-coordinate representation of color #E1FAEA: hue angle of 141.6º 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 #E1FAEA is Cyan = 0.10, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 225 | 250 | 234 | - |
| CMYK | 0.10 | 0 | 0.06 | 0.02 |
| HSL | 141.6º | 0.71% | 0.93% | - |
| HSV(B) | 141.6º | 0.1% | 0.98% | - |
| XYZ | 80.09 | 90.32 | 91.05 | - |
| YUV | 240.7 | 124.22 | 116.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 250 | 234 | 0.10 | 0 | 0.06 | 0.02 | 141.6 | 0.71 | 0.93 |
| Hex | E1 | FA | EA | A | 0 | 6 | 2 | 8E | 47 | 5D |
| Octal | 341 | 372 | 352 | 12 | 0 | 6 | 2 | 216 | 107 | 135 |
| Binary | 11100001 | 11111010 | 11101010 | 1010 | 0 | 110 | 10 | 10001110 | 1000111 | 1011101 |
Color Harmonies of #E1FAEA
Complementary color
Monochromatic Colors of #E1FAEA
Black with #E1FAEA
Text Example
Text Example
White with #E1FAEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1FAEA; }
p { color: rgb(225,250,234); }
H1.HeaderClassName
{
color: #E1FAEA;
}
.AnyTagClassName
{
color: #E1FAEA;
}
</style>
background-color css
<style>
a { background-color: #E1FAEA; }
a { background-color: rgb(225,250,234); }
div.DivClassName
{
background-color: #E1FAEA;
}
.BgClassName
{
background-color: #E1FAEA;
}
</style>
border-color css
<style>
span { border-color: #E1FAEA; }
span { border-color: rgb(225,250,234); }
td.TdClassName
{
border-color: #E1FAEA;
}
.TagClassName
{
border-color: #E1FAEA;
}
</style>