Shades of Humming Bird #CCFFEC
Tints of Humming Bird #CCFFEC
RGB
CMYK
RGB Variations
Color information
#CCFFEC (or 0xCCFFEC) is known color: Humming Bird. HEX triplet: CC, FF and EC. RGB value is (204,255,236). Sum of RGB (Red+Green+Blue) = 204+255+236=695 (92% of max value = 765). Red value is 204 (80.08% from 255 or 29.35% from 695); Green value is 255 (100% from 255 or 36.69% from 695); Blue value is 236 (92.58% from 255 or 33.96% from 695); Max value from RGB is 255 - color contains mainly: green. Hex color #CCFFEC is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #CCFFEC is #330013. Grayscale: #EDEDED. Windows color (decimal): -3342356 or 15531980. OLE color: 15531980.
HSL color Cylindrical-coordinate representation of color #CCFFEC: hue angle of 157.65º 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 #CCFFEC is Cyan = 0.2, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.
Color convert
| RGB | 204 | 255 | 236 | - |
| CMYK | 0.2 | 0 | 0.07 | 0 |
| HSL | 157.65º | 1% | 0.9% | - |
| HSV(B) | 157.65º | 0.2% | 1% | - |
| XYZ | 75.8 | 90.41 | 92.81 | - |
| YUV | 237.59 | 127.1 | 104.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 255 | 236 | 0.2 | 0 | 0.07 | 0 | 157.65 | 1 | 0.9 |
| Hex | CC | FF | EC | 14 | 0 | 7 | 0 | 9E | 64 | 5A |
| Octal | 314 | 377 | 354 | 24 | 0 | 7 | 0 | 236 | 144 | 132 |
| Binary | 11001100 | 11111111 | 11101100 | 10100 | 0 | 111 | 0 | 10011110 | 1100100 | 1011010 |
Color Harmonies of #CCFFEC
Complementary color
Monochromatic Colors of #CCFFEC
Black with #CCFFEC
Text Example
Text Example
White with #CCFFEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCFFEC; }
p { color: rgb(204,255,236); }
H1.HeaderClassName
{
color: #CCFFEC;
}
.AnyTagClassName
{
color: #CCFFEC;
}
</style>
background-color css
<style>
a { background-color: #CCFFEC; }
a { background-color: rgb(204,255,236); }
div.DivClassName
{
background-color: #CCFFEC;
}
.BgClassName
{
background-color: #CCFFEC;
}
</style>
border-color css
<style>
span { border-color: #CCFFEC; }
span { border-color: rgb(204,255,236); }
td.TdClassName
{
border-color: #CCFFEC;
}
.TagClassName
{
border-color: #CCFFEC;
}
</style>