Shades of Cosmic Latte #CAFEDC
Tints of Cosmic Latte #CAFEDC
RGB
CMYK
RGB Variations
Color information
#CAFEDC (or 0xCAFEDC) is known color: Cosmic Latte. HEX triplet: CA, FE and DC. RGB value is (202,254,220). Sum of RGB (Red+Green+Blue) = 202+254+220=676 (89% of max value = 765). Red value is 202 (79.30% from 255 or 29.88% from 676); Green value is 254 (99.61% from 255 or 37.57% from 676); Blue value is 220 (86.33% from 255 or 32.54% from 676); Max value from RGB is 254 - color contains mainly: green. Hex color #CAFEDC is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CAFEDC is #350123. Grayscale: #EAEAEA. Windows color (decimal): -3473700 or 14483146. OLE color: 14483146.
HSL color Cylindrical-coordinate representation of color #CAFEDC: hue angle of 140.77º 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 #CAFEDC is Cyan = 0.20, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 202 | 254 | 220 | - |
| CMYK | 0.20 | 0 | 0.13 | 0.00 |
| HSL | 140.77º | 0.96% | 0.89% | - |
| HSV(B) | 140.77º | 0.2% | 1% | - |
| XYZ | 72.72 | 88.61 | 80.98 | - |
| YUV | 234.58 | 119.77 | 104.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 254 | 220 | 0.20 | 0 | 0.13 | 0.00 | 140.77 | 0.96 | 0.89 |
| Hex | CA | FE | DC | 14 | 0 | D | 0 | 8D | 60 | 59 |
| Octal | 312 | 376 | 334 | 24 | 0 | 15 | 0 | 215 | 140 | 131 |
| Binary | 11001010 | 11111110 | 11011100 | 10100 | 0 | 1101 | 0 | 10001101 | 1100000 | 1011001 |
Color Harmonies of #CAFEDC
Complementary color
Monochromatic Colors of #CAFEDC
Black with #CAFEDC
Text Example
Text Example
White with #CAFEDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAFEDC; }
p { color: rgb(202,254,220); }
H1.HeaderClassName
{
color: #CAFEDC;
}
.AnyTagClassName
{
color: #CAFEDC;
}
</style>
background-color css
<style>
a { background-color: #CAFEDC; }
a { background-color: rgb(202,254,220); }
div.DivClassName
{
background-color: #CAFEDC;
}
.BgClassName
{
background-color: #CAFEDC;
}
</style>
border-color css
<style>
span { border-color: #CAFEDC; }
span { border-color: rgb(202,254,220); }
td.TdClassName
{
border-color: #CAFEDC;
}
.TagClassName
{
border-color: #CAFEDC;
}
</style>