Shades of Humming Bird #CCF2E1
Tints of Humming Bird #CCF2E1
RGB
CMYK
RGB Variations
Color information
#CCF2E1 (or 0xCCF2E1) is known color: Humming Bird. HEX triplet: CC, F2 and E1. RGB value is (204,242,225). Sum of RGB (Red+Green+Blue) = 204+242+225=671 (88% of max value = 765). Red value is 204 (80.08% from 255 or 30.40% from 671); Green value is 242 (94.92% from 255 or 36.07% from 671); Blue value is 225 (88.28% from 255 or 33.53% from 671); Max value from RGB is 242 - color contains mainly: green. Hex color #CCF2E1 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CCF2E1 is #330D1E. Grayscale: #E4E4E4. Windows color (decimal): -3345695 or 14807756. OLE color: 14807756.
HSL color Cylindrical-coordinate representation of color #CCF2E1: hue angle of 153.16º degrees, saturation: 0.59, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #CCF2E1 is Cyan = 0.16, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 204 | 242 | 225 | - |
| CMYK | 0.16 | 0 | 0.07 | 0.05 |
| HSL | 153.16º | 0.59% | 0.87% | - |
| HSV(B) | 153.16º | 0.16% | 0.95% | - |
| XYZ | 70.24 | 81.78 | 83.32 | - |
| YUV | 228.7 | 125.91 | 110.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 242 | 225 | 0.16 | 0 | 0.07 | 0.05 | 153.16 | 0.59 | 0.87 |
| Hex | CC | F2 | E1 | 10 | 0 | 7 | 5 | 99 | 3B | 57 |
| Octal | 314 | 362 | 341 | 20 | 0 | 7 | 5 | 231 | 73 | 127 |
| Binary | 11001100 | 11110010 | 11100001 | 10000 | 0 | 111 | 101 | 10011001 | 111011 | 1010111 |
Color Harmonies of #CCF2E1
Complementary color
Monochromatic Colors of #CCF2E1
Black with #CCF2E1
Text Example
Text Example
White with #CCF2E1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCF2E1; }
p { color: rgb(204,242,225); }
H1.HeaderClassName
{
color: #CCF2E1;
}
.AnyTagClassName
{
color: #CCF2E1;
}
</style>
background-color css
<style>
a { background-color: #CCF2E1; }
a { background-color: rgb(204,242,225); }
div.DivClassName
{
background-color: #CCF2E1;
}
.BgClassName
{
background-color: #CCF2E1;
}
</style>
border-color css
<style>
span { border-color: #CCF2E1; }
span { border-color: rgb(204,242,225); }
td.TdClassName
{
border-color: #CCF2E1;
}
.TagClassName
{
border-color: #CCF2E1;
}
</style>