Shades of Cosmic Latte #E5FFEE
Tints of Cosmic Latte #E5FFEE
RGB
CMYK
RGB Variations
Color information
#E5FFEE (or 0xE5FFEE) is known color: Cosmic Latte. HEX triplet: E5, FF and EE. RGB value is (229,255,238). Sum of RGB (Red+Green+Blue) = 229+255+238=722 (95% of max value = 765). Red value is 229 (89.84% from 255 or 31.72% from 722); Green value is 255 (100% from 255 or 35.32% from 722); Blue value is 238 (93.36% from 255 or 32.96% from 722); Max value from RGB is 255 - color contains mainly: green. Hex color #E5FFEE is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #E5FFEE is #1A0011. Grayscale: #F5F5F5. Windows color (decimal): -1703954 or 15663077. OLE color: 15663077.
HSL color Cylindrical-coordinate representation of color #E5FFEE: hue angle of 140.77º degrees, saturation: 1, lightness: 0.95%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #E5FFEE is Cyan = 0.10, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.
Color convert
| RGB | 229 | 255 | 238 | - |
| CMYK | 0.10 | 0 | 0.07 | 0 |
| HSL | 140.77º | 1% | 0.95% | - |
| HSV(B) | 140.77º | 0.1% | 1% | - |
| XYZ | 83.51 | 94.35 | 94.7 | - |
| YUV | 245.29 | 123.89 | 116.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 255 | 238 | 0.10 | 0 | 0.07 | 0 | 140.77 | 1 | 0.95 |
| Hex | E5 | FF | EE | A | 0 | 7 | 0 | 8D | 64 | 5F |
| Octal | 345 | 377 | 356 | 12 | 0 | 7 | 0 | 215 | 144 | 137 |
| Binary | 11100101 | 11111111 | 11101110 | 1010 | 0 | 111 | 0 | 10001101 | 1100100 | 1011111 |
Color Harmonies of #E5FFEE
Complementary color
Monochromatic Colors of #E5FFEE
Black with #E5FFEE
Text Example
Text Example
White with #E5FFEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5FFEE; }
p { color: rgb(229,255,238); }
H1.HeaderClassName
{
color: #E5FFEE;
}
.AnyTagClassName
{
color: #E5FFEE;
}
</style>
background-color css
<style>
a { background-color: #E5FFEE; }
a { background-color: rgb(229,255,238); }
div.DivClassName
{
background-color: #E5FFEE;
}
.BgClassName
{
background-color: #E5FFEE;
}
</style>
border-color css
<style>
span { border-color: #E5FFEE; }
span { border-color: rgb(229,255,238); }
td.TdClassName
{
border-color: #E5FFEE;
}
.TagClassName
{
border-color: #E5FFEE;
}
</style>