Shades of Cosmic Latte #CCFCDA
Tints of Cosmic Latte #CCFCDA
RGB
CMYK
RGB Variations
Color information
#CCFCDA (or 0xCCFCDA) is known color: Cosmic Latte. HEX triplet: CC, FC and DA. RGB value is (204,252,218). Sum of RGB (Red+Green+Blue) = 204+252+218=674 (89% of max value = 765). Red value is 204 (80.08% from 255 or 30.27% from 674); Green value is 252 (98.83% from 255 or 37.39% from 674); Blue value is 218 (85.55% from 255 or 32.34% from 674); Max value from RGB is 252 - color contains mainly: green. Hex color #CCFCDA is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CCFCDA is #330325. Grayscale: #E9E9E9. Windows color (decimal): -3343142 or 14351564. OLE color: 14351564.
HSL color Cylindrical-coordinate representation of color #CCFCDA: hue angle of 137.5º degrees, saturation: 0.89, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #CCFCDA is Cyan = 0.19, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 204 | 252 | 218 | - |
| CMYK | 0.19 | 0 | 0.13 | 0.01 |
| HSL | 137.5º | 0.89% | 0.89% | - |
| HSV(B) | 137.5º | 0.19% | 0.99% | - |
| XYZ | 72.37 | 87.52 | 79.41 | - |
| YUV | 233.77 | 119.1 | 106.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 252 | 218 | 0.19 | 0 | 0.13 | 0.01 | 137.5 | 0.89 | 0.89 |
| Hex | CC | FC | DA | 13 | 0 | D | 1 | 8A | 59 | 59 |
| Octal | 314 | 374 | 332 | 23 | 0 | 15 | 1 | 212 | 131 | 131 |
| Binary | 11001100 | 11111100 | 11011010 | 10011 | 0 | 1101 | 1 | 10001010 | 1011001 | 1011001 |
Color Harmonies of #CCFCDA
Complementary color
Monochromatic Colors of #CCFCDA
Black with #CCFCDA
Text Example
Text Example
White with #CCFCDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCFCDA; }
p { color: rgb(204,252,218); }
H1.HeaderClassName
{
color: #CCFCDA;
}
.AnyTagClassName
{
color: #CCFCDA;
}
</style>
background-color css
<style>
a { background-color: #CCFCDA; }
a { background-color: rgb(204,252,218); }
div.DivClassName
{
background-color: #CCFCDA;
}
.BgClassName
{
background-color: #CCFCDA;
}
</style>
border-color css
<style>
span { border-color: #CCFCDA; }
span { border-color: rgb(204,252,218); }
td.TdClassName
{
border-color: #CCFCDA;
}
.TagClassName
{
border-color: #CCFCDA;
}
</style>