Shades of Cosmic Latte #E1FFE6
Tints of Cosmic Latte #E1FFE6
RGB
CMYK
RGB Variations
Color information
#E1FFE6 (or 0xE1FFE6) is known color: Cosmic Latte. HEX triplet: E1, FF and E6. RGB value is (225,255,230). Sum of RGB (Red+Green+Blue) = 225+255+230=710 (94% of max value = 765). Red value is 225 (88.28% from 255 or 31.69% from 710); Green value is 255 (100% from 255 or 35.92% from 710); Blue value is 230 (90.23% from 255 or 32.39% from 710); Max value from RGB is 255 - color contains mainly: green. Hex color #E1FFE6 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #E1FFE6 is #1E0019. Grayscale: #F3F3F3. Windows color (decimal): -1966106 or 15138785. OLE color: 15138785.
HSL color Cylindrical-coordinate representation of color #E1FFE6: hue angle of 130º 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 #E1FFE6 is Cyan = 0.12, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.
Color convert
| RGB | 225 | 255 | 230 | - |
| CMYK | 0.12 | 0 | 0.10 | 0 |
| HSL | 130º | 1% | 0.94% | - |
| HSV(B) | 130º | 0.12% | 1% | - |
| XYZ | 81.09 | 93.24 | 88.59 | - |
| YUV | 243.18 | 120.56 | 115.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 255 | 230 | 0.12 | 0 | 0.10 | 0 | 130 | 1 | 0.94 |
| Hex | E1 | FF | E6 | C | 0 | A | 0 | 82 | 64 | 5E |
| Octal | 341 | 377 | 346 | 14 | 0 | 12 | 0 | 202 | 144 | 136 |
| Binary | 11100001 | 11111111 | 11100110 | 1100 | 0 | 1010 | 0 | 10000010 | 1100100 | 1011110 |
Color Harmonies of #E1FFE6
Complementary color
Monochromatic Colors of #E1FFE6
Black with #E1FFE6
Text Example
Text Example
White with #E1FFE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1FFE6; }
p { color: rgb(225,255,230); }
H1.HeaderClassName
{
color: #E1FFE6;
}
.AnyTagClassName
{
color: #E1FFE6;
}
</style>
background-color css
<style>
a { background-color: #E1FFE6; }
a { background-color: rgb(225,255,230); }
div.DivClassName
{
background-color: #E1FFE6;
}
.BgClassName
{
background-color: #E1FFE6;
}
</style>
border-color css
<style>
span { border-color: #E1FFE6; }
span { border-color: rgb(225,255,230); }
td.TdClassName
{
border-color: #E1FFE6;
}
.TagClassName
{
border-color: #E1FFE6;
}
</style>