Shades of Cosmic Latte #E0FFE6
Tints of Cosmic Latte #E0FFE6
RGB
CMYK
RGB Variations
Color information
#E0FFE6 (or 0xE0FFE6) is known color: Cosmic Latte. HEX triplet: E0, FF and E6. RGB value is (224,255,230). Sum of RGB (Red+Green+Blue) = 224+255+230=709 (93% of max value = 765). Red value is 224 (87.89% from 255 or 31.59% from 709); Green value is 255 (100% from 255 or 35.97% from 709); Blue value is 230 (90.23% from 255 or 32.44% from 709); Max value from RGB is 255 - color contains mainly: green. Hex color #E0FFE6 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #E0FFE6 is #1F0019. Grayscale: #F2F2F2. Windows color (decimal): -2031642 or 15138784. OLE color: 15138784.
HSL color Cylindrical-coordinate representation of color #E0FFE6: hue angle of 131.61º degrees, saturation: 1, lightness: 0.94%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #E0FFE6 is Cyan = 0.12, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.
Color convert
| RGB | 224 | 255 | 230 | - |
| CMYK | 0.12 | 0 | 0.10 | 0 |
| HSL | 131.61º | 1% | 0.94% | - |
| HSV(B) | 131.61º | 0.12% | 1% | - |
| XYZ | 80.78 | 93.08 | 88.57 | - |
| YUV | 242.88 | 120.73 | 114.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 255 | 230 | 0.12 | 0 | 0.10 | 0 | 131.61 | 1 | 0.94 |
| Hex | E0 | FF | E6 | C | 0 | A | 0 | 84 | 64 | 5E |
| Octal | 340 | 377 | 346 | 14 | 0 | 12 | 0 | 204 | 144 | 136 |
| Binary | 11100000 | 11111111 | 11100110 | 1100 | 0 | 1010 | 0 | 10000100 | 1100100 | 1011110 |
Color Harmonies of #E0FFE6
Complementary color
Monochromatic Colors of #E0FFE6
Black with #E0FFE6
Text Example
Text Example
White with #E0FFE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0FFE6; }
p { color: rgb(224,255,230); }
H1.HeaderClassName
{
color: #E0FFE6;
}
.AnyTagClassName
{
color: #E0FFE6;
}
</style>
background-color css
<style>
a { background-color: #E0FFE6; }
a { background-color: rgb(224,255,230); }
div.DivClassName
{
background-color: #E0FFE6;
}
.BgClassName
{
background-color: #E0FFE6;
}
</style>
border-color css
<style>
span { border-color: #E0FFE6; }
span { border-color: rgb(224,255,230); }
td.TdClassName
{
border-color: #E0FFE6;
}
.TagClassName
{
border-color: #E0FFE6;
}
</style>