Shades of Cosmic Latte #CCFDDA
Tints of Cosmic Latte #CCFDDA
RGB
CMYK
RGB Variations
Color information
#CCFDDA (or 0xCCFDDA) is known color: Cosmic Latte. HEX triplet: CC, FD and DA. RGB value is (204,253,218). Sum of RGB (Red+Green+Blue) = 204+253+218=675 (89% of max value = 765). Red value is 204 (80.08% from 255 or 30.22% from 675); Green value is 253 (99.22% from 255 or 37.48% from 675); Blue value is 218 (85.55% from 255 or 32.30% from 675); Max value from RGB is 253 - color contains mainly: green. Hex color #CCFDDA is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CCFDDA is #330225. Grayscale: #EAEAEA. Windows color (decimal): -3342886 or 14351820. OLE color: 14351820.
HSL color Cylindrical-coordinate representation of color #CCFDDA: hue angle of 137.14º degrees, saturation: 0.92, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #CCFDDA is Cyan = 0.19, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 204 | 253 | 218 | - |
| CMYK | 0.19 | 0 | 0.14 | 0.01 |
| HSL | 137.14º | 0.92% | 0.9% | - |
| HSV(B) | 137.14º | 0.19% | 0.99% | - |
| XYZ | 72.68 | 88.15 | 79.51 | - |
| YUV | 234.36 | 118.77 | 106.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 253 | 218 | 0.19 | 0 | 0.14 | 0.01 | 137.14 | 0.92 | 0.9 |
| Hex | CC | FD | DA | 13 | 0 | E | 1 | 89 | 5C | 5A |
| Octal | 314 | 375 | 332 | 23 | 0 | 16 | 1 | 211 | 134 | 132 |
| Binary | 11001100 | 11111101 | 11011010 | 10011 | 0 | 1110 | 1 | 10001001 | 1011100 | 1011010 |
Color Harmonies of #CCFDDA
Complementary color
Monochromatic Colors of #CCFDDA
Black with #CCFDDA
Text Example
Text Example
White with #CCFDDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCFDDA; }
p { color: rgb(204,253,218); }
H1.HeaderClassName
{
color: #CCFDDA;
}
.AnyTagClassName
{
color: #CCFDDA;
}
</style>
background-color css
<style>
a { background-color: #CCFDDA; }
a { background-color: rgb(204,253,218); }
div.DivClassName
{
background-color: #CCFDDA;
}
.BgClassName
{
background-color: #CCFDDA;
}
</style>
border-color css
<style>
span { border-color: #CCFDDA; }
span { border-color: rgb(204,253,218); }
td.TdClassName
{
border-color: #CCFDDA;
}
.TagClassName
{
border-color: #CCFDDA;
}
</style>