Shades of Cosmic Latte #E5FAEA
Tints of Cosmic Latte #E5FAEA
RGB
CMYK
RGB Variations
Color information
#E5FAEA (or 0xE5FAEA) is known color: Cosmic Latte. HEX triplet: E5, FA and EA. RGB value is (229,250,234). Sum of RGB (Red+Green+Blue) = 229+250+234=713 (94% of max value = 765). Red value is 229 (89.84% from 255 or 32.12% from 713); Green value is 250 (98.05% from 255 or 35.06% from 713); Blue value is 234 (91.80% from 255 or 32.82% from 713); Max value from RGB is 250 - color contains mainly: green. Hex color #E5FAEA is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #E5FAEA is #1A0515. Grayscale: #F1F1F1. Windows color (decimal): -1705238 or 15399653. OLE color: 15399653.
HSL color Cylindrical-coordinate representation of color #E5FAEA: hue angle of 134.29º degrees, saturation: 0.68, lightness: 0.94%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #E5FAEA is Cyan = 0.08, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.02.
Color convert
RGB | 229 | 250 | 234 | - |
CMYK | 0.08 | 0 | 0.06 | 0.02 |
HSL | 134.29º | 0.68% | 0.94% | - |
HSV(B) | 134.29º | 0.08% | 0.98% | - |
XYZ | 81.35 | 90.97 | 91.11 | - |
YUV | 241.9 | 123.54 | 118.8 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 229 | 250 | 234 | 0.08 | 0 | 0.06 | 0.02 | 134.29 | 0.68 | 0.94 |
Hex | E5 | FA | EA | 8 | 0 | 6 | 2 | 86 | 44 | 5E |
Octal | 345 | 372 | 352 | 10 | 0 | 6 | 2 | 206 | 104 | 136 |
Binary | 11100101 | 11111010 | 11101010 | 1000 | 0 | 110 | 10 | 10000110 | 1000100 | 1011110 |
Color Harmonies of #E5FAEA
Complementary color
Monochromatic Colors of #E5FAEA
Black with #E5FAEA
Text Example
Text Example
White with #E5FAEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5FAEA; }
p { color: rgb(229,250,234); }
H1.HeaderClassName
{
color: #E5FAEA;
}
.AnyTagClassName
{
color: #E5FAEA;
}
</style>
background-color css
<style>
a { background-color: #E5FAEA; }
a { background-color: rgb(229,250,234); }
div.DivClassName
{
background-color: #E5FAEA;
}
.BgClassName
{
background-color: #E5FAEA;
}
</style>
border-color css
<style>
span { border-color: #E5FAEA; }
span { border-color: rgb(229,250,234); }
td.TdClassName
{
border-color: #E5FAEA;
}
.TagClassName
{
border-color: #E5FAEA;
}
</style>