Shades of Humming Bird #CCF6EC
Tints of Humming Bird #CCF6EC
RGB
CMYK
RGB Variations
Color information
#CCF6EC (or 0xCCF6EC) is known color: Humming Bird. HEX triplet: CC, F6 and EC. RGB value is (204,246,236). Sum of RGB (Red+Green+Blue) = 204+246+236=686 (90% of max value = 765). Red value is 204 (80.08% from 255 or 29.74% from 686); Green value is 246 (96.48% from 255 or 35.86% from 686); Blue value is 236 (92.58% from 255 or 34.40% from 686); Max value from RGB is 246 - color contains mainly: green. Hex color #CCF6EC is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #CCF6EC is #330913. Grayscale: #E8E8E8. Windows color (decimal): -3344660 or 15529676. OLE color: 15529676.
HSL color Cylindrical-coordinate representation of color #CCF6EC: hue angle of 165.71º degrees, saturation: 0.7, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #CCF6EC is Cyan = 0.17, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 204 | 246 | 236 | - |
| CMYK | 0.17 | 0 | 0.04 | 0.04 |
| HSL | 165.71º | 0.7% | 0.88% | - |
| HSV(B) | 165.71º | 0.17% | 0.96% | - |
| XYZ | 73 | 84.81 | 91.88 | - |
| YUV | 232.3 | 130.09 | 107.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 246 | 236 | 0.17 | 0 | 0.04 | 0.04 | 165.71 | 0.7 | 0.88 |
| Hex | CC | F6 | EC | 11 | 0 | 4 | 4 | A6 | 46 | 58 |
| Octal | 314 | 366 | 354 | 21 | 0 | 4 | 4 | 246 | 106 | 130 |
| Binary | 11001100 | 11110110 | 11101100 | 10001 | 0 | 100 | 100 | 10100110 | 1000110 | 1011000 |
Color Harmonies of #CCF6EC
Complementary color
Monochromatic Colors of #CCF6EC
Black with #CCF6EC
Text Example
Text Example
White with #CCF6EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCF6EC; }
p { color: rgb(204,246,236); }
H1.HeaderClassName
{
color: #CCF6EC;
}
.AnyTagClassName
{
color: #CCF6EC;
}
</style>
background-color css
<style>
a { background-color: #CCF6EC; }
a { background-color: rgb(204,246,236); }
div.DivClassName
{
background-color: #CCF6EC;
}
.BgClassName
{
background-color: #CCF6EC;
}
</style>
border-color css
<style>
span { border-color: #CCF6EC; }
span { border-color: rgb(204,246,236); }
td.TdClassName
{
border-color: #CCF6EC;
}
.TagClassName
{
border-color: #CCF6EC;
}
</style>