Shades of Humming Bird #CCF7EC
Tints of Humming Bird #CCF7EC
RGB
CMYK
RGB Variations
Color information
#CCF7EC (or 0xCCF7EC) is known color: Humming Bird. HEX triplet: CC, F7 and EC. RGB value is (204,247,236). Sum of RGB (Red+Green+Blue) = 204+247+236=687 (90% of max value = 765). Red value is 204 (80.08% from 255 or 29.69% from 687); Green value is 247 (96.88% from 255 or 35.95% from 687); Blue value is 236 (92.58% from 255 or 34.35% from 687); Max value from RGB is 247 - color contains mainly: green. Hex color #CCF7EC is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #CCF7EC is #330813. Grayscale: #E8E8E8. Windows color (decimal): -3344404 or 15529932. OLE color: 15529932.
HSL color Cylindrical-coordinate representation of color #CCF7EC: hue angle of 164.65º degrees, saturation: 0.73, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #CCF7EC is Cyan = 0.17, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 204 | 247 | 236 | - |
| CMYK | 0.17 | 0 | 0.04 | 0.03 |
| HSL | 164.65º | 0.73% | 0.88% | - |
| HSV(B) | 164.65º | 0.17% | 0.97% | - |
| XYZ | 73.3 | 85.42 | 91.98 | - |
| YUV | 232.89 | 129.75 | 107.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 247 | 236 | 0.17 | 0 | 0.04 | 0.03 | 164.65 | 0.73 | 0.88 |
| Hex | CC | F7 | EC | 11 | 0 | 4 | 3 | A5 | 49 | 58 |
| Octal | 314 | 367 | 354 | 21 | 0 | 4 | 3 | 245 | 111 | 130 |
| Binary | 11001100 | 11110111 | 11101100 | 10001 | 0 | 100 | 11 | 10100101 | 1001001 | 1011000 |
Color Harmonies of #CCF7EC
Complementary color
Monochromatic Colors of #CCF7EC
Black with #CCF7EC
Text Example
Text Example
White with #CCF7EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCF7EC; }
p { color: rgb(204,247,236); }
H1.HeaderClassName
{
color: #CCF7EC;
}
.AnyTagClassName
{
color: #CCF7EC;
}
</style>
background-color css
<style>
a { background-color: #CCF7EC; }
a { background-color: rgb(204,247,236); }
div.DivClassName
{
background-color: #CCF7EC;
}
.BgClassName
{
background-color: #CCF7EC;
}
</style>
border-color css
<style>
span { border-color: #CCF7EC; }
span { border-color: rgb(204,247,236); }
td.TdClassName
{
border-color: #CCF7EC;
}
.TagClassName
{
border-color: #CCF7EC;
}
</style>