Shades of Cosmic Latte #CAFEDB
Tints of Cosmic Latte #CAFEDB
RGB
CMYK
RGB Variations
Color information
#CAFEDB (or 0xCAFEDB) is known color: Cosmic Latte. HEX triplet: CA, FE and DB. RGB value is (202,254,219). Sum of RGB (Red+Green+Blue) = 202+254+219=675 (89% of max value = 765). Red value is 202 (79.30% from 255 or 29.93% from 675); Green value is 254 (99.61% from 255 or 37.63% from 675); Blue value is 219 (85.94% from 255 or 32.44% from 675); Max value from RGB is 254 - color contains mainly: green. Hex color #CAFEDB is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CAFEDB is #350124. Grayscale: #EAEAEA. Windows color (decimal): -3473701 or 14417610. OLE color: 14417610.
HSL color Cylindrical-coordinate representation of color #CAFEDB: hue angle of 139.62º degrees, saturation: 0.96, lightness: 0.89%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #CAFEDB is Cyan = 0.20, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 202 | 254 | 219 | - |
| CMYK | 0.20 | 0 | 0.14 | 0.00 |
| HSL | 139.62º | 0.96% | 0.89% | - |
| HSV(B) | 139.62º | 0.2% | 1% | - |
| XYZ | 72.59 | 88.55 | 80.28 | - |
| YUV | 234.46 | 119.27 | 104.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 254 | 219 | 0.20 | 0 | 0.14 | 0.00 | 139.62 | 0.96 | 0.89 |
| Hex | CA | FE | DB | 14 | 0 | E | 0 | 8C | 60 | 59 |
| Octal | 312 | 376 | 333 | 24 | 0 | 16 | 0 | 214 | 140 | 131 |
| Binary | 11001010 | 11111110 | 11011011 | 10100 | 0 | 1110 | 0 | 10001100 | 1100000 | 1011001 |
Color Harmonies of #CAFEDB
Complementary color
Monochromatic Colors of #CAFEDB
Black with #CAFEDB
Text Example
Text Example
White with #CAFEDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAFEDB; }
p { color: rgb(202,254,219); }
H1.HeaderClassName
{
color: #CAFEDB;
}
.AnyTagClassName
{
color: #CAFEDB;
}
</style>
background-color css
<style>
a { background-color: #CAFEDB; }
a { background-color: rgb(202,254,219); }
div.DivClassName
{
background-color: #CAFEDB;
}
.BgClassName
{
background-color: #CAFEDB;
}
</style>
border-color css
<style>
span { border-color: #CAFEDB; }
span { border-color: rgb(202,254,219); }
td.TdClassName
{
border-color: #CAFEDB;
}
.TagClassName
{
border-color: #CAFEDB;
}
</style>