Shades of Cosmic Latte #CCFDDD
Tints of Cosmic Latte #CCFDDD
RGB
CMYK
RGB Variations
Color information
#CCFDDD (or 0xCCFDDD) is known color: Cosmic Latte. HEX triplet: CC, FD and DD. RGB value is (204,253,221). Sum of RGB (Red+Green+Blue) = 204+253+221=678 (89% of max value = 765). Red value is 204 (80.08% from 255 or 30.09% from 678); Green value is 253 (99.22% from 255 or 37.32% from 678); Blue value is 221 (86.72% from 255 or 32.60% from 678); Max value from RGB is 253 - color contains mainly: green. Hex color #CCFDDD is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CCFDDD is #330222. Grayscale: #EAEAEA. Windows color (decimal): -3342883 or 14548428. OLE color: 14548428.
HSL color Cylindrical-coordinate representation of color #CCFDDD: hue angle of 140.82º 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 #CCFDDD is Cyan = 0.19, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.01.
Color convert
RGB | 204 | 253 | 221 | - |
CMYK | 0.19 | 0 | 0.13 | 0.01 |
HSL | 140.82º | 0.92% | 0.9% | - |
HSV(B) | 140.82º | 0.19% | 0.99% | - |
XYZ | 73.08 | 88.31 | 81.6 | - |
YUV | 234.7 | 120.27 | 106.1 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 204 | 253 | 221 | 0.19 | 0 | 0.13 | 0.01 | 140.82 | 0.92 | 0.9 |
Hex | CC | FD | DD | 13 | 0 | D | 1 | 8D | 5C | 5A |
Octal | 314 | 375 | 335 | 23 | 0 | 15 | 1 | 215 | 134 | 132 |
Binary | 11001100 | 11111101 | 11011101 | 10011 | 0 | 1101 | 1 | 10001101 | 1011100 | 1011010 |
Color Harmonies of #CCFDDD
Complementary color
Monochromatic Colors of #CCFDDD
Black with #CCFDDD
Text Example
Text Example
White with #CCFDDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCFDDD; }
p { color: rgb(204,253,221); }
H1.HeaderClassName
{
color: #CCFDDD;
}
.AnyTagClassName
{
color: #CCFDDD;
}
</style>
background-color css
<style>
a { background-color: #CCFDDD; }
a { background-color: rgb(204,253,221); }
div.DivClassName
{
background-color: #CCFDDD;
}
.BgClassName
{
background-color: #CCFDDD;
}
</style>
border-color css
<style>
span { border-color: #CCFDDD; }
span { border-color: rgb(204,253,221); }
td.TdClassName
{
border-color: #CCFDDD;
}
.TagClassName
{
border-color: #CCFDDD;
}
</style>