Shades of Cosmic Latte #CCFDD9
Tints of Cosmic Latte #CCFDD9
RGB
CMYK
RGB Variations
Color information
#CCFDD9 (or 0xCCFDD9) is known color: Cosmic Latte. HEX triplet: CC, FD and D9. RGB value is (204,253,217). Sum of RGB (Red+Green+Blue) = 204+253+217=674 (89% of max value = 765). Red value is 204 (80.08% from 255 or 30.27% from 674); Green value is 253 (99.22% from 255 or 37.54% from 674); Blue value is 217 (85.16% from 255 or 32.20% from 674); Max value from RGB is 253 - color contains mainly: green. Hex color #CCFDD9 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CCFDD9 is #330226. Grayscale: #EAEAEA. Windows color (decimal): -3342887 or 14286284. OLE color: 14286284.
HSL color Cylindrical-coordinate representation of color #CCFDD9: hue angle of 135.92º 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 #CCFDD9 is Cyan = 0.19, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 204 | 253 | 217 | - |
| CMYK | 0.19 | 0 | 0.14 | 0.01 |
| HSL | 135.92º | 0.92% | 0.9% | - |
| HSV(B) | 135.92º | 0.19% | 0.99% | - |
| XYZ | 72.55 | 88.1 | 78.83 | - |
| YUV | 234.25 | 118.27 | 106.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 253 | 217 | 0.19 | 0 | 0.14 | 0.01 | 135.92 | 0.92 | 0.9 |
| Hex | CC | FD | D9 | 13 | 0 | E | 1 | 88 | 5C | 5A |
| Octal | 314 | 375 | 331 | 23 | 0 | 16 | 1 | 210 | 134 | 132 |
| Binary | 11001100 | 11111101 | 11011001 | 10011 | 0 | 1110 | 1 | 10001000 | 1011100 | 1011010 |
Color Harmonies of #CCFDD9
Complementary color
Monochromatic Colors of #CCFDD9
Black with #CCFDD9
Text Example
Text Example
White with #CCFDD9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCFDD9; }
p { color: rgb(204,253,217); }
H1.HeaderClassName
{
color: #CCFDD9;
}
.AnyTagClassName
{
color: #CCFDD9;
}
</style>
background-color css
<style>
a { background-color: #CCFDD9; }
a { background-color: rgb(204,253,217); }
div.DivClassName
{
background-color: #CCFDD9;
}
.BgClassName
{
background-color: #CCFDD9;
}
</style>
border-color css
<style>
span { border-color: #CCFDD9; }
span { border-color: rgb(204,253,217); }
td.TdClassName
{
border-color: #CCFDD9;
}
.TagClassName
{
border-color: #CCFDD9;
}
</style>