Shades of Cosmic Latte #CFFEDB
Tints of Cosmic Latte #CFFEDB
RGB
CMYK
RGB Variations
Color information
#CFFEDB (or 0xCFFEDB) is known color: Cosmic Latte. HEX triplet: CF, FE and DB. RGB value is (207,254,219). Sum of RGB (Red+Green+Blue) = 207+254+219=680 (90% of max value = 765). Red value is 207 (81.25% from 255 or 30.44% from 680); Green value is 254 (99.61% from 255 or 37.35% from 680); Blue value is 219 (85.94% from 255 or 32.21% from 680); Max value from RGB is 254 - color contains mainly: green. Hex color #CFFEDB is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CFFEDB is #300124. Grayscale: #ECECEC. Windows color (decimal): -3146021 or 14417615. OLE color: 14417615.
HSL color Cylindrical-coordinate representation of color #CFFEDB: hue angle of 135.32º 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 #CFFEDB is Cyan = 0.19, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 207 | 254 | 219 | - |
| CMYK | 0.19 | 0 | 0.14 | 0.00 |
| HSL | 135.32º | 0.96% | 0.9% | - |
| HSV(B) | 135.32º | 0.19% | 1% | - |
| XYZ | 73.96 | 89.26 | 80.35 | - |
| YUV | 235.96 | 118.43 | 107.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 254 | 219 | 0.19 | 0 | 0.14 | 0.00 | 135.32 | 0.96 | 0.9 |
| Hex | CF | FE | DB | 13 | 0 | E | 0 | 87 | 60 | 5A |
| Octal | 317 | 376 | 333 | 23 | 0 | 16 | 0 | 207 | 140 | 132 |
| Binary | 11001111 | 11111110 | 11011011 | 10011 | 0 | 1110 | 0 | 10000111 | 1100000 | 1011010 |
Color Harmonies of #CFFEDB
Complementary color
Monochromatic Colors of #CFFEDB
Black with #CFFEDB
Text Example
Text Example
White with #CFFEDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFFEDB; }
p { color: rgb(207,254,219); }
H1.HeaderClassName
{
color: #CFFEDB;
}
.AnyTagClassName
{
color: #CFFEDB;
}
</style>
background-color css
<style>
a { background-color: #CFFEDB; }
a { background-color: rgb(207,254,219); }
div.DivClassName
{
background-color: #CFFEDB;
}
.BgClassName
{
background-color: #CFFEDB;
}
</style>
border-color css
<style>
span { border-color: #CFFEDB; }
span { border-color: rgb(207,254,219); }
td.TdClassName
{
border-color: #CFFEDB;
}
.TagClassName
{
border-color: #CFFEDB;
}
</style>