Shades of Cosmic Latte #CCFEDA
Tints of Cosmic Latte #CCFEDA
RGB
CMYK
RGB Variations
Color information
#CCFEDA (or 0xCCFEDA) is known color: Cosmic Latte. HEX triplet: CC, FE and DA. RGB value is (204,254,218). Sum of RGB (Red+Green+Blue) = 204+254+218=676 (89% of max value = 765). Red value is 204 (80.08% from 255 or 30.18% from 676); Green value is 254 (99.61% from 255 or 37.57% from 676); Blue value is 218 (85.55% from 255 or 32.25% from 676); Max value from RGB is 254 - color contains mainly: green. Hex color #CCFEDA is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CCFEDA is #330125. Grayscale: #EBEBEB. Windows color (decimal): -3342630 or 14352076. OLE color: 14352076.
HSL color Cylindrical-coordinate representation of color #CCFEDA: hue angle of 136.8º 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 #CCFEDA is Cyan = 0.20, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 204 | 254 | 218 | - |
| CMYK | 0.20 | 0 | 0.14 | 0.00 |
| HSL | 136.8º | 0.96% | 0.9% | - |
| HSV(B) | 136.8º | 0.2% | 1% | - |
| XYZ | 73 | 88.78 | 79.62 | - |
| YUV | 234.95 | 118.44 | 105.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 254 | 218 | 0.20 | 0 | 0.14 | 0.00 | 136.8 | 0.96 | 0.9 |
| Hex | CC | FE | DA | 14 | 0 | E | 0 | 89 | 60 | 5A |
| Octal | 314 | 376 | 332 | 24 | 0 | 16 | 0 | 211 | 140 | 132 |
| Binary | 11001100 | 11111110 | 11011010 | 10100 | 0 | 1110 | 0 | 10001001 | 1100000 | 1011010 |
Color Harmonies of #CCFEDA
Complementary color
Monochromatic Colors of #CCFEDA
Black with #CCFEDA
Text Example
Text Example
White with #CCFEDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCFEDA; }
p { color: rgb(204,254,218); }
H1.HeaderClassName
{
color: #CCFEDA;
}
.AnyTagClassName
{
color: #CCFEDA;
}
</style>
background-color css
<style>
a { background-color: #CCFEDA; }
a { background-color: rgb(204,254,218); }
div.DivClassName
{
background-color: #CCFEDA;
}
.BgClassName
{
background-color: #CCFEDA;
}
</style>
border-color css
<style>
span { border-color: #CCFEDA; }
span { border-color: rgb(204,254,218); }
td.TdClassName
{
border-color: #CCFEDA;
}
.TagClassName
{
border-color: #CCFEDA;
}
</style>