Shades of Cosmic Latte #CEFCDB
Tints of Cosmic Latte #CEFCDB
RGB
CMYK
RGB Variations
Color information
#CEFCDB (or 0xCEFCDB) is known color: Cosmic Latte. HEX triplet: CE, FC and DB. RGB value is (206,252,219). Sum of RGB (Red+Green+Blue) = 206+252+219=677 (89% of max value = 765). Red value is 206 (80.86% from 255 or 30.43% from 677); Green value is 252 (98.83% from 255 or 37.22% from 677); Blue value is 219 (85.94% from 255 or 32.35% from 677); Max value from RGB is 252 - color contains mainly: green. Hex color #CEFCDB is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CEFCDB is #310324. Grayscale: #EAEAEA. Windows color (decimal): -3212069 or 14417102. OLE color: 14417102.
HSL color Cylindrical-coordinate representation of color #CEFCDB: hue angle of 136.96º degrees, saturation: 0.88, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #CEFCDB is Cyan = 0.18, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 206 | 252 | 219 | - |
| CMYK | 0.18 | 0 | 0.13 | 0.01 |
| HSL | 136.96º | 0.88% | 0.9% | - |
| HSV(B) | 136.96º | 0.18% | 0.99% | - |
| XYZ | 73.05 | 87.86 | 80.13 | - |
| YUV | 234.48 | 119.26 | 107.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 252 | 219 | 0.18 | 0 | 0.13 | 0.01 | 136.96 | 0.88 | 0.9 |
| Hex | CE | FC | DB | 12 | 0 | D | 1 | 89 | 58 | 5A |
| Octal | 316 | 374 | 333 | 22 | 0 | 15 | 1 | 211 | 130 | 132 |
| Binary | 11001110 | 11111100 | 11011011 | 10010 | 0 | 1101 | 1 | 10001001 | 1011000 | 1011010 |
Color Harmonies of #CEFCDB
Complementary color
Monochromatic Colors of #CEFCDB
Black with #CEFCDB
Text Example
Text Example
White with #CEFCDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEFCDB; }
p { color: rgb(206,252,219); }
H1.HeaderClassName
{
color: #CEFCDB;
}
.AnyTagClassName
{
color: #CEFCDB;
}
</style>
background-color css
<style>
a { background-color: #CEFCDB; }
a { background-color: rgb(206,252,219); }
div.DivClassName
{
background-color: #CEFCDB;
}
.BgClassName
{
background-color: #CEFCDB;
}
</style>
border-color css
<style>
span { border-color: #CEFCDB; }
span { border-color: rgb(206,252,219); }
td.TdClassName
{
border-color: #CEFCDB;
}
.TagClassName
{
border-color: #CEFCDB;
}
</style>