Shades of Cosmic Latte #CFFADB
Tints of Cosmic Latte #CFFADB
RGB
CMYK
RGB Variations
Color information
#CFFADB (or 0xCFFADB) is known color: Cosmic Latte. HEX triplet: CF, FA and DB. RGB value is (207,250,219). Sum of RGB (Red+Green+Blue) = 207+250+219=676 (89% of max value = 765). Red value is 207 (81.25% from 255 or 30.62% from 676); Green value is 250 (98.05% from 255 or 36.98% from 676); Blue value is 219 (85.94% from 255 or 32.40% from 676); Max value from RGB is 250 - color contains mainly: green. Hex color #CFFADB is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CFFADB is #300524. Grayscale: #E9E9E9. Windows color (decimal): -3147045 or 14416591. OLE color: 14416591.
HSL color Cylindrical-coordinate representation of color #CFFADB: hue angle of 136.74º degrees, saturation: 0.81, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #CFFADB is Cyan = 0.17, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 207 | 250 | 219 | - |
| CMYK | 0.17 | 0 | 0.12 | 0.02 |
| HSL | 136.74º | 0.81% | 0.9% | - |
| HSV(B) | 136.74º | 0.17% | 0.98% | - |
| XYZ | 72.7 | 86.75 | 79.93 | - |
| YUV | 233.61 | 119.75 | 109.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 250 | 219 | 0.17 | 0 | 0.12 | 0.02 | 136.74 | 0.81 | 0.9 |
| Hex | CF | FA | DB | 11 | 0 | C | 2 | 89 | 51 | 5A |
| Octal | 317 | 372 | 333 | 21 | 0 | 14 | 2 | 211 | 121 | 132 |
| Binary | 11001111 | 11111010 | 11011011 | 10001 | 0 | 1100 | 10 | 10001001 | 1010001 | 1011010 |
Color Harmonies of #CFFADB
Complementary color
Monochromatic Colors of #CFFADB
Black with #CFFADB
Text Example
Text Example
White with #CFFADB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFFADB; }
p { color: rgb(207,250,219); }
H1.HeaderClassName
{
color: #CFFADB;
}
.AnyTagClassName
{
color: #CFFADB;
}
</style>
background-color css
<style>
a { background-color: #CFFADB; }
a { background-color: rgb(207,250,219); }
div.DivClassName
{
background-color: #CFFADB;
}
.BgClassName
{
background-color: #CFFADB;
}
</style>
border-color css
<style>
span { border-color: #CFFADB; }
span { border-color: rgb(207,250,219); }
td.TdClassName
{
border-color: #CFFADB;
}
.TagClassName
{
border-color: #CFFADB;
}
</style>