Shades of Cosmic Latte #CFFCDB
Tints of Cosmic Latte #CFFCDB
RGB
CMYK
RGB Variations
Color information
#CFFCDB (or 0xCFFCDB) is known color: Cosmic Latte. HEX triplet: CF, FC and DB. RGB value is (207,252,219). Sum of RGB (Red+Green+Blue) = 207+252+219=678 (89% of max value = 765). Red value is 207 (81.25% from 255 or 30.53% from 678); Green value is 252 (98.83% from 255 or 37.17% from 678); Blue value is 219 (85.94% from 255 or 32.30% from 678); Max value from RGB is 252 - color contains mainly: green. Hex color #CFFCDB is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CFFCDB is #300324. Grayscale: #EAEAEA. Windows color (decimal): -3146533 or 14417103. OLE color: 14417103.
HSL color Cylindrical-coordinate representation of color #CFFCDB: hue angle of 136º 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 #CFFCDB is Cyan = 0.18, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 207 | 252 | 219 | - |
| CMYK | 0.18 | 0 | 0.13 | 0.01 |
| HSL | 136º | 0.88% | 0.9% | - |
| HSV(B) | 136º | 0.18% | 0.99% | - |
| XYZ | 73.33 | 88 | 80.14 | - |
| YUV | 234.78 | 119.09 | 108.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 252 | 219 | 0.18 | 0 | 0.13 | 0.01 | 136 | 0.88 | 0.9 |
| Hex | CF | FC | DB | 12 | 0 | D | 1 | 88 | 58 | 5A |
| Octal | 317 | 374 | 333 | 22 | 0 | 15 | 1 | 210 | 130 | 132 |
| Binary | 11001111 | 11111100 | 11011011 | 10010 | 0 | 1101 | 1 | 10001000 | 1011000 | 1011010 |
Color Harmonies of #CFFCDB
Complementary color
Monochromatic Colors of #CFFCDB
Black with #CFFCDB
Text Example
Text Example
White with #CFFCDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFFCDB; }
p { color: rgb(207,252,219); }
H1.HeaderClassName
{
color: #CFFCDB;
}
.AnyTagClassName
{
color: #CFFCDB;
}
</style>
background-color css
<style>
a { background-color: #CFFCDB; }
a { background-color: rgb(207,252,219); }
div.DivClassName
{
background-color: #CFFCDB;
}
.BgClassName
{
background-color: #CFFCDB;
}
</style>
border-color css
<style>
span { border-color: #CFFCDB; }
span { border-color: rgb(207,252,219); }
td.TdClassName
{
border-color: #CFFCDB;
}
.TagClassName
{
border-color: #CFFCDB;
}
</style>