Shades of Cosmic Latte #CCFEDC
Tints of Cosmic Latte #CCFEDC
RGB
CMYK
RGB Variations
Color information
#CCFEDC (or 0xCCFEDC) is known color: Cosmic Latte. HEX triplet: CC, FE and DC. RGB value is (204,254,220). Sum of RGB (Red+Green+Blue) = 204+254+220=678 (89% of max value = 765). Red value is 204 (80.08% from 255 or 30.09% from 678); Green value is 254 (99.61% from 255 or 37.46% from 678); Blue value is 220 (86.33% from 255 or 32.45% from 678); Max value from RGB is 254 - color contains mainly: green. Hex color #CCFEDC is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CCFEDC is #330123. Grayscale: #EBEBEB. Windows color (decimal): -3342628 or 14483148. OLE color: 14483148.
HSL color Cylindrical-coordinate representation of color #CCFEDC: hue angle of 139.2º 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 #CCFEDC is Cyan = 0.20, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 204 | 254 | 220 | - |
| CMYK | 0.20 | 0 | 0.13 | 0.00 |
| HSL | 139.2º | 0.96% | 0.9% | - |
| HSV(B) | 139.2º | 0.2% | 1% | - |
| XYZ | 73.26 | 88.89 | 81.01 | - |
| YUV | 235.17 | 119.44 | 105.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 254 | 220 | 0.20 | 0 | 0.13 | 0.00 | 139.2 | 0.96 | 0.9 |
| Hex | CC | FE | DC | 14 | 0 | D | 0 | 8B | 60 | 5A |
| Octal | 314 | 376 | 334 | 24 | 0 | 15 | 0 | 213 | 140 | 132 |
| Binary | 11001100 | 11111110 | 11011100 | 10100 | 0 | 1101 | 0 | 10001011 | 1100000 | 1011010 |
Color Harmonies of #CCFEDC
Complementary color
Monochromatic Colors of #CCFEDC
Black with #CCFEDC
Text Example
Text Example
White with #CCFEDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCFEDC; }
p { color: rgb(204,254,220); }
H1.HeaderClassName
{
color: #CCFEDC;
}
.AnyTagClassName
{
color: #CCFEDC;
}
</style>
background-color css
<style>
a { background-color: #CCFEDC; }
a { background-color: rgb(204,254,220); }
div.DivClassName
{
background-color: #CCFEDC;
}
.BgClassName
{
background-color: #CCFEDC;
}
</style>
border-color css
<style>
span { border-color: #CCFEDC; }
span { border-color: rgb(204,254,220); }
td.TdClassName
{
border-color: #CCFEDC;
}
.TagClassName
{
border-color: #CCFEDC;
}
</style>