Shades of Cosmic Latte #CAFEDA
Tints of Cosmic Latte #CAFEDA
RGB
CMYK
RGB Variations
Color information
#CAFEDA (or 0xCAFEDA) is known color: Cosmic Latte. HEX triplet: CA, FE and DA. RGB value is (202,254,218). Sum of RGB (Red+Green+Blue) = 202+254+218=674 (89% of max value = 765). Red value is 202 (79.30% from 255 or 29.97% from 674); Green value is 254 (99.61% from 255 or 37.69% from 674); Blue value is 218 (85.55% from 255 or 32.34% from 674); Max value from RGB is 254 - color contains mainly: green. Hex color #CAFEDA is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CAFEDA is #350125. Grayscale: #EAEAEA. Windows color (decimal): -3473702 or 14352074. OLE color: 14352074.
HSL color Cylindrical-coordinate representation of color #CAFEDA: hue angle of 138.46º 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 #CAFEDA is Cyan = 0.20, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 202 | 254 | 218 | - |
| CMYK | 0.20 | 0 | 0.14 | 0.00 |
| HSL | 138.46º | 0.96% | 0.89% | - |
| HSV(B) | 138.46º | 0.2% | 1% | - |
| XYZ | 72.45 | 88.5 | 79.59 | - |
| YUV | 234.35 | 118.77 | 104.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 254 | 218 | 0.20 | 0 | 0.14 | 0.00 | 138.46 | 0.96 | 0.89 |
| Hex | CA | FE | DA | 14 | 0 | E | 0 | 8A | 60 | 59 |
| Octal | 312 | 376 | 332 | 24 | 0 | 16 | 0 | 212 | 140 | 131 |
| Binary | 11001010 | 11111110 | 11011010 | 10100 | 0 | 1110 | 0 | 10001010 | 1100000 | 1011001 |
Color Harmonies of #CAFEDA
Complementary color
Monochromatic Colors of #CAFEDA
Black with #CAFEDA
Text Example
Text Example
White with #CAFEDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAFEDA; }
p { color: rgb(202,254,218); }
H1.HeaderClassName
{
color: #CAFEDA;
}
.AnyTagClassName
{
color: #CAFEDA;
}
</style>
background-color css
<style>
a { background-color: #CAFEDA; }
a { background-color: rgb(202,254,218); }
div.DivClassName
{
background-color: #CAFEDA;
}
.BgClassName
{
background-color: #CAFEDA;
}
</style>
border-color css
<style>
span { border-color: #CAFEDA; }
span { border-color: rgb(202,254,218); }
td.TdClassName
{
border-color: #CAFEDA;
}
.TagClassName
{
border-color: #CAFEDA;
}
</style>