Shades of Cosmic Latte #E5FEED
Tints of Cosmic Latte #E5FEED
RGB
CMYK
RGB Variations
Color information
#E5FEED (or 0xE5FEED) is known color: Cosmic Latte. HEX triplet: E5, FE and ED. RGB value is (229,254,237). Sum of RGB (Red+Green+Blue) = 229+254+237=720 (95% of max value = 765). Red value is 229 (89.84% from 255 or 31.81% from 720); Green value is 254 (99.61% from 255 or 35.28% from 720); Blue value is 237 (92.97% from 255 or 32.92% from 720); Max value from RGB is 254 - color contains mainly: green. Hex color #E5FEED is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #E5FEED is #1A0112. Grayscale: #F4F4F4. Windows color (decimal): -1704211 or 15597285. OLE color: 15597285.
HSL color Cylindrical-coordinate representation of color #E5FEED: hue angle of 139.2º degrees, saturation: 0.93, lightness: 0.95%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #E5FEED is Cyan = 0.10, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.00.
Color convert
RGB | 229 | 254 | 237 | - |
CMYK | 0.10 | 0 | 0.07 | 0.00 |
HSL | 139.2º | 0.93% | 0.95% | - |
HSV(B) | 139.2º | 0.1% | 1% | - |
XYZ | 83.04 | 93.66 | 93.82 | - |
YUV | 244.59 | 123.72 | 116.88 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 229 | 254 | 237 | 0.10 | 0 | 0.07 | 0.00 | 139.2 | 0.93 | 0.95 |
Hex | E5 | FE | ED | A | 0 | 7 | 0 | 8B | 5D | 5F |
Octal | 345 | 376 | 355 | 12 | 0 | 7 | 0 | 213 | 135 | 137 |
Binary | 11100101 | 11111110 | 11101101 | 1010 | 0 | 111 | 0 | 10001011 | 1011101 | 1011111 |
Color Harmonies of #E5FEED
Complementary color
Monochromatic Colors of #E5FEED
Black with #E5FEED
Text Example
Text Example
White with #E5FEED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5FEED; }
p { color: rgb(229,254,237); }
H1.HeaderClassName
{
color: #E5FEED;
}
.AnyTagClassName
{
color: #E5FEED;
}
</style>
background-color css
<style>
a { background-color: #E5FEED; }
a { background-color: rgb(229,254,237); }
div.DivClassName
{
background-color: #E5FEED;
}
.BgClassName
{
background-color: #E5FEED;
}
</style>
border-color css
<style>
span { border-color: #E5FEED; }
span { border-color: rgb(229,254,237); }
td.TdClassName
{
border-color: #E5FEED;
}
.TagClassName
{
border-color: #E5FEED;
}
</style>