Shades of Humming Bird #CCF4EC
Tints of Humming Bird #CCF4EC
RGB
CMYK
RGB Variations
Color information
#CCF4EC (or 0xCCF4EC) is known color: Humming Bird. HEX triplet: CC, F4 and EC. RGB value is (204,244,236). Sum of RGB (Red+Green+Blue) = 204+244+236=684 (90% of max value = 765). Red value is 204 (80.08% from 255 or 29.82% from 684); Green value is 244 (95.70% from 255 or 35.67% from 684); Blue value is 236 (92.58% from 255 or 34.50% from 684); Max value from RGB is 244 - color contains mainly: green. Hex color #CCF4EC is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #CCF4EC is #330B13. Grayscale: #E7E7E7. Windows color (decimal): -3345172 or 15529164. OLE color: 15529164.
HSL color Cylindrical-coordinate representation of color #CCF4EC: hue angle of 168º degrees, saturation: 0.65, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #CCF4EC is Cyan = 0.16, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 204 | 244 | 236 | - |
| CMYK | 0.16 | 0 | 0.03 | 0.04 |
| HSL | 168º | 0.65% | 0.88% | - |
| HSV(B) | 168º | 0.16% | 0.96% | - |
| XYZ | 72.39 | 83.59 | 91.68 | - |
| YUV | 231.13 | 130.75 | 108.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 244 | 236 | 0.16 | 0 | 0.03 | 0.04 | 168 | 0.65 | 0.88 |
| Hex | CC | F4 | EC | 10 | 0 | 3 | 4 | A8 | 41 | 58 |
| Octal | 314 | 364 | 354 | 20 | 0 | 3 | 4 | 250 | 101 | 130 |
| Binary | 11001100 | 11110100 | 11101100 | 10000 | 0 | 11 | 100 | 10101000 | 1000001 | 1011000 |
Color Harmonies of #CCF4EC
Complementary color
Monochromatic Colors of #CCF4EC
Black with #CCF4EC
Text Example
Text Example
White with #CCF4EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCF4EC; }
p { color: rgb(204,244,236); }
H1.HeaderClassName
{
color: #CCF4EC;
}
.AnyTagClassName
{
color: #CCF4EC;
}
</style>
background-color css
<style>
a { background-color: #CCF4EC; }
a { background-color: rgb(204,244,236); }
div.DivClassName
{
background-color: #CCF4EC;
}
.BgClassName
{
background-color: #CCF4EC;
}
</style>
border-color css
<style>
span { border-color: #CCF4EC; }
span { border-color: rgb(204,244,236); }
td.TdClassName
{
border-color: #CCF4EC;
}
.TagClassName
{
border-color: #CCF4EC;
}
</style>