Shades of Cosmic Latte #CCFBDA
Tints of Cosmic Latte #CCFBDA
RGB
CMYK
RGB Variations
Color information
#CCFBDA (or 0xCCFBDA) is known color: Cosmic Latte. HEX triplet: CC, FB and DA. RGB value is (204,251,218). Sum of RGB (Red+Green+Blue) = 204+251+218=673 (89% of max value = 765). Red value is 204 (80.08% from 255 or 30.31% from 673); Green value is 251 (98.44% from 255 or 37.30% from 673); Blue value is 218 (85.55% from 255 or 32.39% from 673); Max value from RGB is 251 - color contains mainly: green. Hex color #CCFBDA is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CCFBDA is #330425. Grayscale: #E9E9E9. Windows color (decimal): -3343398 or 14351308. OLE color: 14351308.
HSL color Cylindrical-coordinate representation of color #CCFBDA: hue angle of 137.87º degrees, saturation: 0.85, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #CCFBDA is Cyan = 0.19, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 204 | 251 | 218 | - |
| CMYK | 0.19 | 0 | 0.13 | 0.02 |
| HSL | 137.87º | 0.85% | 0.89% | - |
| HSV(B) | 137.87º | 0.19% | 0.98% | - |
| XYZ | 72.05 | 86.89 | 79.3 | - |
| YUV | 233.19 | 119.43 | 107.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 251 | 218 | 0.19 | 0 | 0.13 | 0.02 | 137.87 | 0.85 | 0.89 |
| Hex | CC | FB | DA | 13 | 0 | D | 2 | 8A | 55 | 59 |
| Octal | 314 | 373 | 332 | 23 | 0 | 15 | 2 | 212 | 125 | 131 |
| Binary | 11001100 | 11111011 | 11011010 | 10011 | 0 | 1101 | 10 | 10001010 | 1010101 | 1011001 |
Color Harmonies of #CCFBDA
Complementary color
Monochromatic Colors of #CCFBDA
Black with #CCFBDA
Text Example
Text Example
White with #CCFBDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCFBDA; }
p { color: rgb(204,251,218); }
H1.HeaderClassName
{
color: #CCFBDA;
}
.AnyTagClassName
{
color: #CCFBDA;
}
</style>
background-color css
<style>
a { background-color: #CCFBDA; }
a { background-color: rgb(204,251,218); }
div.DivClassName
{
background-color: #CCFBDA;
}
.BgClassName
{
background-color: #CCFBDA;
}
</style>
border-color css
<style>
span { border-color: #CCFBDA; }
span { border-color: rgb(204,251,218); }
td.TdClassName
{
border-color: #CCFBDA;
}
.TagClassName
{
border-color: #CCFBDA;
}
</style>