Shades of Cosmic Latte #CEFEDB
Tints of Cosmic Latte #CEFEDB
RGB
CMYK
RGB Variations
Color information
#CEFEDB (or 0xCEFEDB) is known color: Cosmic Latte. HEX triplet: CE, FE and DB. RGB value is (206,254,219). Sum of RGB (Red+Green+Blue) = 206+254+219=679 (89% of max value = 765). Red value is 206 (80.86% from 255 or 30.34% from 679); Green value is 254 (99.61% from 255 or 37.41% from 679); Blue value is 219 (85.94% from 255 or 32.25% from 679); Max value from RGB is 254 - color contains mainly: green. Hex color #CEFEDB is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CEFEDB is #310124. Grayscale: #EBEBEB. Windows color (decimal): -3211557 or 14417614. OLE color: 14417614.
HSL color Cylindrical-coordinate representation of color #CEFEDB: hue angle of 136.25º degrees, saturation: 0.96, lightness: 0.9%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #CEFEDB is Cyan = 0.19, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 206 | 254 | 219 | - |
| CMYK | 0.19 | 0 | 0.14 | 0.00 |
| HSL | 136.25º | 0.96% | 0.9% | - |
| HSV(B) | 136.25º | 0.19% | 1% | - |
| XYZ | 73.68 | 89.12 | 80.34 | - |
| YUV | 235.66 | 118.6 | 106.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 254 | 219 | 0.19 | 0 | 0.14 | 0.00 | 136.25 | 0.96 | 0.9 |
| Hex | CE | FE | DB | 13 | 0 | E | 0 | 88 | 60 | 5A |
| Octal | 316 | 376 | 333 | 23 | 0 | 16 | 0 | 210 | 140 | 132 |
| Binary | 11001110 | 11111110 | 11011011 | 10011 | 0 | 1110 | 0 | 10001000 | 1100000 | 1011010 |
Color Harmonies of #CEFEDB
Complementary color
Monochromatic Colors of #CEFEDB
Black with #CEFEDB
Text Example
Text Example
White with #CEFEDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEFEDB; }
p { color: rgb(206,254,219); }
H1.HeaderClassName
{
color: #CEFEDB;
}
.AnyTagClassName
{
color: #CEFEDB;
}
</style>
background-color css
<style>
a { background-color: #CEFEDB; }
a { background-color: rgb(206,254,219); }
div.DivClassName
{
background-color: #CEFEDB;
}
.BgClassName
{
background-color: #CEFEDB;
}
</style>
border-color css
<style>
span { border-color: #CEFEDB; }
span { border-color: rgb(206,254,219); }
td.TdClassName
{
border-color: #CEFEDB;
}
.TagClassName
{
border-color: #CEFEDB;
}
</style>