Shades of Cosmic Latte #E2FFED
Tints of Cosmic Latte #E2FFED
RGB
CMYK
RGB Variations
Color information
#E2FFED (or 0xE2FFED) is known color: Cosmic Latte. HEX triplet: E2, FF and ED. RGB value is (226,255,237). Sum of RGB (Red+Green+Blue) = 226+255+237=718 (95% of max value = 765). Red value is 226 (88.67% from 255 or 31.48% from 718); Green value is 255 (100% from 255 or 35.52% from 718); Blue value is 237 (92.97% from 255 or 33.01% from 718); Max value from RGB is 255 - color contains mainly: green. Hex color #E2FFED is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #E2FFED is #1D0012. Grayscale: #F4F4F4. Windows color (decimal): -1900563 or 15597538. OLE color: 15597538.
HSL color Cylindrical-coordinate representation of color #E2FFED: hue angle of 142.76º degrees, saturation: 1, lightness: 0.94%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #E2FFED is Cyan = 0.11, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.
Color convert
RGB | 226 | 255 | 237 | - |
CMYK | 0.11 | 0 | 0.07 | 0 |
HSL | 142.76º | 1% | 0.94% | - |
HSV(B) | 142.76º | 0.11% | 1% | - |
XYZ | 82.41 | 93.8 | 93.88 | - |
YUV | 244.28 | 123.89 | 114.96 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 226 | 255 | 237 | 0.11 | 0 | 0.07 | 0 | 142.76 | 1 | 0.94 |
Hex | E2 | FF | ED | B | 0 | 7 | 0 | 8F | 64 | 5E |
Octal | 342 | 377 | 355 | 13 | 0 | 7 | 0 | 217 | 144 | 136 |
Binary | 11100010 | 11111111 | 11101101 | 1011 | 0 | 111 | 0 | 10001111 | 1100100 | 1011110 |
Color Harmonies of #E2FFED
Complementary color
Monochromatic Colors of #E2FFED
Black with #E2FFED
Text Example
Text Example
White with #E2FFED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2FFED; }
p { color: rgb(226,255,237); }
H1.HeaderClassName
{
color: #E2FFED;
}
.AnyTagClassName
{
color: #E2FFED;
}
</style>
background-color css
<style>
a { background-color: #E2FFED; }
a { background-color: rgb(226,255,237); }
div.DivClassName
{
background-color: #E2FFED;
}
.BgClassName
{
background-color: #E2FFED;
}
</style>
border-color css
<style>
span { border-color: #E2FFED; }
span { border-color: rgb(226,255,237); }
td.TdClassName
{
border-color: #E2FFED;
}
.TagClassName
{
border-color: #E2FFED;
}
</style>