Shades of Cosmic Latte #CCFFDD
Tints of Cosmic Latte #CCFFDD
RGB
CMYK
RGB Variations
Color information
#CCFFDD (or 0xCCFFDD) is known color: Cosmic Latte. HEX triplet: CC, FF and DD. RGB value is (204,255,221). Sum of RGB (Red+Green+Blue) = 204+255+221=680 (90% of max value = 765). Red value is 204 (80.08% from 255 or 30% from 680); Green value is 255 (100% from 255 or 37.5% from 680); Blue value is 221 (86.72% from 255 or 32.5% from 680); Max value from RGB is 255 - color contains mainly: green. Hex color #CCFFDD is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CCFFDD is #330022. Grayscale: #EBEBEB. Windows color (decimal): -3342371 or 14548940. OLE color: 14548940.
HSL color Cylindrical-coordinate representation of color #CCFFDD: hue angle of 140º degrees, saturation: 1, lightness: 0.9%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #CCFFDD is Cyan = 0.2, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.
Color convert
| RGB | 204 | 255 | 221 | - |
| CMYK | 0.2 | 0 | 0.13 | 0 |
| HSL | 140º | 1% | 0.9% | - |
| HSV(B) | 140º | 0.2% | 1% | - |
| XYZ | 73.71 | 89.58 | 81.81 | - |
| YUV | 235.88 | 119.6 | 105.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 255 | 221 | 0.2 | 0 | 0.13 | 0 | 140 | 1 | 0.9 |
| Hex | CC | FF | DD | 14 | 0 | D | 0 | 8C | 64 | 5A |
| Octal | 314 | 377 | 335 | 24 | 0 | 15 | 0 | 214 | 144 | 132 |
| Binary | 11001100 | 11111111 | 11011101 | 10100 | 0 | 1101 | 0 | 10001100 | 1100100 | 1011010 |
Color Harmonies of #CCFFDD
Complementary color
Monochromatic Colors of #CCFFDD
Black with #CCFFDD
Text Example
Text Example
White with #CCFFDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCFFDD; }
p { color: rgb(204,255,221); }
H1.HeaderClassName
{
color: #CCFFDD;
}
.AnyTagClassName
{
color: #CCFFDD;
}
</style>
background-color css
<style>
a { background-color: #CCFFDD; }
a { background-color: rgb(204,255,221); }
div.DivClassName
{
background-color: #CCFFDD;
}
.BgClassName
{
background-color: #CCFFDD;
}
</style>
border-color css
<style>
span { border-color: #CCFFDD; }
span { border-color: rgb(204,255,221); }
td.TdClassName
{
border-color: #CCFFDD;
}
.TagClassName
{
border-color: #CCFFDD;
}
</style>