Shades of Cosmic Latte #CAFEDD
Tints of Cosmic Latte #CAFEDD
RGB
CMYK
RGB Variations
Color information
#CAFEDD (or 0xCAFEDD) is known color: Cosmic Latte. HEX triplet: CA, FE and DD. RGB value is (202,254,221). Sum of RGB (Red+Green+Blue) = 202+254+221=677 (89% of max value = 765). Red value is 202 (79.30% from 255 or 29.84% from 677); Green value is 254 (99.61% from 255 or 37.52% from 677); Blue value is 221 (86.72% from 255 or 32.64% from 677); Max value from RGB is 254 - color contains mainly: green. Hex color #CAFEDD is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CAFEDD is #350122. Grayscale: #EAEAEA. Windows color (decimal): -3473699 or 14548682. OLE color: 14548682.
HSL color Cylindrical-coordinate representation of color #CAFEDD: hue angle of 141.92º 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 #CAFEDD is Cyan = 0.20, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 202 | 254 | 221 | - |
| CMYK | 0.20 | 0 | 0.13 | 0.00 |
| HSL | 141.92º | 0.96% | 0.89% | - |
| HSV(B) | 141.92º | 0.2% | 1% | - |
| XYZ | 72.85 | 88.66 | 81.68 | - |
| YUV | 234.69 | 120.27 | 104.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 254 | 221 | 0.20 | 0 | 0.13 | 0.00 | 141.92 | 0.96 | 0.89 |
| Hex | CA | FE | DD | 14 | 0 | D | 0 | 8E | 60 | 59 |
| Octal | 312 | 376 | 335 | 24 | 0 | 15 | 0 | 216 | 140 | 131 |
| Binary | 11001010 | 11111110 | 11011101 | 10100 | 0 | 1101 | 0 | 10001110 | 1100000 | 1011001 |
Color Harmonies of #CAFEDD
Complementary color
Monochromatic Colors of #CAFEDD
Black with #CAFEDD
Text Example
Text Example
White with #CAFEDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAFEDD; }
p { color: rgb(202,254,221); }
H1.HeaderClassName
{
color: #CAFEDD;
}
.AnyTagClassName
{
color: #CAFEDD;
}
</style>
background-color css
<style>
a { background-color: #CAFEDD; }
a { background-color: rgb(202,254,221); }
div.DivClassName
{
background-color: #CAFEDD;
}
.BgClassName
{
background-color: #CAFEDD;
}
</style>
border-color css
<style>
span { border-color: #CAFEDD; }
span { border-color: rgb(202,254,221); }
td.TdClassName
{
border-color: #CAFEDD;
}
.TagClassName
{
border-color: #CAFEDD;
}
</style>