Shades of Cosmic Latte #CEFFDE
Tints of Cosmic Latte #CEFFDE
RGB
CMYK
RGB Variations
Color information
#CEFFDE (or 0xCEFFDE) is known color: Cosmic Latte. HEX triplet: CE, FF and DE. RGB value is (206,255,222). Sum of RGB (Red+Green+Blue) = 206+255+222=683 (90% of max value = 765). Red value is 206 (80.86% from 255 or 30.16% from 683); Green value is 255 (100% from 255 or 37.34% from 683); Blue value is 222 (87.11% from 255 or 32.50% from 683); Max value from RGB is 255 - color contains mainly: green. Hex color #CEFFDE is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CEFFDE is #310021. Grayscale: #ECECEC. Windows color (decimal): -3211298 or 14614478. OLE color: 14614478.
HSL color Cylindrical-coordinate representation of color #CEFFDE: hue angle of 139.59º 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 #CEFFDE is Cyan = 0.19, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.
Color convert
| RGB | 206 | 255 | 222 | - |
| CMYK | 0.19 | 0 | 0.13 | 0 |
| HSL | 139.59º | 1% | 0.9% | - |
| HSV(B) | 139.59º | 0.19% | 1% | - |
| XYZ | 74.4 | 89.92 | 82.54 | - |
| YUV | 236.59 | 119.77 | 106.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 255 | 222 | 0.19 | 0 | 0.13 | 0 | 139.59 | 1 | 0.9 |
| Hex | CE | FF | DE | 13 | 0 | D | 0 | 8C | 64 | 5A |
| Octal | 316 | 377 | 336 | 23 | 0 | 15 | 0 | 214 | 144 | 132 |
| Binary | 11001110 | 11111111 | 11011110 | 10011 | 0 | 1101 | 0 | 10001100 | 1100100 | 1011010 |
Color Harmonies of #CEFFDE
Complementary color
Monochromatic Colors of #CEFFDE
Black with #CEFFDE
Text Example
Text Example
White with #CEFFDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEFFDE; }
p { color: rgb(206,255,222); }
H1.HeaderClassName
{
color: #CEFFDE;
}
.AnyTagClassName
{
color: #CEFFDE;
}
</style>
background-color css
<style>
a { background-color: #CEFFDE; }
a { background-color: rgb(206,255,222); }
div.DivClassName
{
background-color: #CEFFDE;
}
.BgClassName
{
background-color: #CEFFDE;
}
</style>
border-color css
<style>
span { border-color: #CEFFDE; }
span { border-color: rgb(206,255,222); }
td.TdClassName
{
border-color: #CEFFDE;
}
.TagClassName
{
border-color: #CEFFDE;
}
</style>