Shades of Cosmic Latte #CCFEDD
Tints of Cosmic Latte #CCFEDD
RGB
CMYK
RGB Variations
Color information
#CCFEDD (or 0xCCFEDD) is known color: Cosmic Latte. HEX triplet: CC, FE and DD. RGB value is (204,254,221). Sum of RGB (Red+Green+Blue) = 204+254+221=679 (89% of max value = 765). Red value is 204 (80.08% from 255 or 30.04% from 679); Green value is 254 (99.61% from 255 or 37.41% from 679); Blue value is 221 (86.72% from 255 or 32.55% from 679); Max value from RGB is 254 - color contains mainly: green. Hex color #CCFEDD is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CCFEDD is #330122. Grayscale: #EBEBEB. Windows color (decimal): -3342627 or 14548684. OLE color: 14548684.
HSL color Cylindrical-coordinate representation of color #CCFEDD: hue angle of 140.4º degrees, saturation: 0.96, lightness: 0.9%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #CCFEDD is Cyan = 0.20, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 204 | 254 | 221 | - |
| CMYK | 0.20 | 0 | 0.13 | 0.00 |
| HSL | 140.4º | 0.96% | 0.9% | - |
| HSV(B) | 140.4º | 0.2% | 1% | - |
| XYZ | 73.39 | 88.94 | 81.71 | - |
| YUV | 235.29 | 119.94 | 105.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 254 | 221 | 0.20 | 0 | 0.13 | 0.00 | 140.4 | 0.96 | 0.9 |
| Hex | CC | FE | DD | 14 | 0 | D | 0 | 8C | 60 | 5A |
| Octal | 314 | 376 | 335 | 24 | 0 | 15 | 0 | 214 | 140 | 132 |
| Binary | 11001100 | 11111110 | 11011101 | 10100 | 0 | 1101 | 0 | 10001100 | 1100000 | 1011010 |
Color Harmonies of #CCFEDD
Complementary color
Monochromatic Colors of #CCFEDD
Black with #CCFEDD
Text Example
Text Example
White with #CCFEDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCFEDD; }
p { color: rgb(204,254,221); }
H1.HeaderClassName
{
color: #CCFEDD;
}
.AnyTagClassName
{
color: #CCFEDD;
}
</style>
background-color css
<style>
a { background-color: #CCFEDD; }
a { background-color: rgb(204,254,221); }
div.DivClassName
{
background-color: #CCFEDD;
}
.BgClassName
{
background-color: #CCFEDD;
}
</style>
border-color css
<style>
span { border-color: #CCFEDD; }
span { border-color: rgb(204,254,221); }
td.TdClassName
{
border-color: #CCFEDD;
}
.TagClassName
{
border-color: #CCFEDD;
}
</style>