Shades of Cosmic Latte #CEFFE1
Tints of Cosmic Latte #CEFFE1
RGB
CMYK
RGB Variations
Color information
#CEFFE1 (or 0xCEFFE1) is known color: Cosmic Latte. HEX triplet: CE, FF and E1. RGB value is (206,255,225). Sum of RGB (Red+Green+Blue) = 206+255+225=686 (90% of max value = 765). Red value is 206 (80.86% from 255 or 30.03% from 686); Green value is 255 (100% from 255 or 37.17% from 686); Blue value is 225 (88.28% from 255 or 32.80% from 686); Max value from RGB is 255 - color contains mainly: green. Hex color #CEFFE1 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CEFFE1 is #31001E. Grayscale: #EDEDED. Windows color (decimal): -3211295 or 14811086. OLE color: 14811086.
HSL color Cylindrical-coordinate representation of color #CEFFE1: hue angle of 143.27º degrees, saturation: 1, lightness: 0.9%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #CEFFE1 is Cyan = 0.19, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.
Color convert
| RGB | 206 | 255 | 225 | - |
| CMYK | 0.19 | 0 | 0.12 | 0 |
| HSL | 143.27º | 1% | 0.9% | - |
| HSV(B) | 143.27º | 0.19% | 1% | - |
| XYZ | 74.8 | 90.08 | 84.68 | - |
| YUV | 236.93 | 121.27 | 105.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 255 | 225 | 0.19 | 0 | 0.12 | 0 | 143.27 | 1 | 0.9 |
| Hex | CE | FF | E1 | 13 | 0 | C | 0 | 8F | 64 | 5A |
| Octal | 316 | 377 | 341 | 23 | 0 | 14 | 0 | 217 | 144 | 132 |
| Binary | 11001110 | 11111111 | 11100001 | 10011 | 0 | 1100 | 0 | 10001111 | 1100100 | 1011010 |
Color Harmonies of #CEFFE1
Complementary color
Monochromatic Colors of #CEFFE1
Black with #CEFFE1
Text Example
Text Example
White with #CEFFE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEFFE1; }
p { color: rgb(206,255,225); }
H1.HeaderClassName
{
color: #CEFFE1;
}
.AnyTagClassName
{
color: #CEFFE1;
}
</style>
background-color css
<style>
a { background-color: #CEFFE1; }
a { background-color: rgb(206,255,225); }
div.DivClassName
{
background-color: #CEFFE1;
}
.BgClassName
{
background-color: #CEFFE1;
}
</style>
border-color css
<style>
span { border-color: #CEFFE1; }
span { border-color: rgb(206,255,225); }
td.TdClassName
{
border-color: #CEFFE1;
}
.TagClassName
{
border-color: #CEFFE1;
}
</style>