Shades of Cosmic Latte #E5FFED
Tints of Cosmic Latte #E5FFED
RGB
CMYK
RGB Variations
Color information
#E5FFED (or 0xE5FFED) is known color: Cosmic Latte. HEX triplet: E5, FF and ED. RGB value is (229,255,237). Sum of RGB (Red+Green+Blue) = 229+255+237=721 (95% of max value = 765). Red value is 229 (89.84% from 255 or 31.76% from 721); Green value is 255 (100% from 255 or 35.37% from 721); Blue value is 237 (92.97% from 255 or 32.87% from 721); Max value from RGB is 255 - color contains mainly: green. Hex color #E5FFED is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #E5FFED is #1A0012. Grayscale: #F5F5F5. Windows color (decimal): -1703955 or 15597541. OLE color: 15597541.
HSL color Cylindrical-coordinate representation of color #E5FFED: hue angle of 138.46º 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 #E5FFED is Cyan = 0.10, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.
Color convert
RGB | 229 | 255 | 237 | - |
CMYK | 0.10 | 0 | 0.07 | 0 |
HSL | 138.46º | 1% | 0.95% | - |
HSV(B) | 138.46º | 0.1% | 1% | - |
XYZ | 83.36 | 94.29 | 93.93 | - |
YUV | 245.17 | 123.39 | 116.46 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 229 | 255 | 237 | 0.10 | 0 | 0.07 | 0 | 138.46 | 1 | 0.95 |
Hex | E5 | FF | ED | A | 0 | 7 | 0 | 8A | 64 | 5F |
Octal | 345 | 377 | 355 | 12 | 0 | 7 | 0 | 212 | 144 | 137 |
Binary | 11100101 | 11111111 | 11101101 | 1010 | 0 | 111 | 0 | 10001010 | 1100100 | 1011111 |
Color Harmonies of #E5FFED
Complementary color
Monochromatic Colors of #E5FFED
Black with #E5FFED
Text Example
Text Example
White with #E5FFED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5FFED; }
p { color: rgb(229,255,237); }
H1.HeaderClassName
{
color: #E5FFED;
}
.AnyTagClassName
{
color: #E5FFED;
}
</style>
background-color css
<style>
a { background-color: #E5FFED; }
a { background-color: rgb(229,255,237); }
div.DivClassName
{
background-color: #E5FFED;
}
.BgClassName
{
background-color: #E5FFED;
}
</style>
border-color css
<style>
span { border-color: #E5FFED; }
span { border-color: rgb(229,255,237); }
td.TdClassName
{
border-color: #E5FFED;
}
.TagClassName
{
border-color: #E5FFED;
}
</style>