Shades of Humming Bird #CCF2E9
Tints of Humming Bird #CCF2E9
RGB
CMYK
RGB Variations
Color information
#CCF2E9 (or 0xCCF2E9) is known color: Humming Bird. HEX triplet: CC, F2 and E9. RGB value is (204,242,233). Sum of RGB (Red+Green+Blue) = 204+242+233=679 (89% of max value = 765). Red value is 204 (80.08% from 255 or 30.04% from 679); Green value is 242 (94.92% from 255 or 35.64% from 679); Blue value is 233 (91.41% from 255 or 34.32% from 679); Max value from RGB is 242 - color contains mainly: green. Hex color #CCF2E9 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #CCF2E9 is #330D16. Grayscale: #E5E5E5. Windows color (decimal): -3345687 or 15332044. OLE color: 15332044.
HSL color Cylindrical-coordinate representation of color #CCF2E9: hue angle of 165.79º 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 #CCF2E9 is Cyan = 0.16, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 204 | 242 | 233 | - |
| CMYK | 0.16 | 0 | 0.04 | 0.05 |
| HSL | 165.79º | 0.59% | 0.87% | - |
| HSV(B) | 165.79º | 0.16% | 0.95% | - |
| XYZ | 71.36 | 82.22 | 89.2 | - |
| YUV | 229.61 | 129.91 | 109.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 242 | 233 | 0.16 | 0 | 0.04 | 0.05 | 165.79 | 0.59 | 0.87 |
| Hex | CC | F2 | E9 | 10 | 0 | 4 | 5 | A6 | 3B | 57 |
| Octal | 314 | 362 | 351 | 20 | 0 | 4 | 5 | 246 | 73 | 127 |
| Binary | 11001100 | 11110010 | 11101001 | 10000 | 0 | 100 | 101 | 10100110 | 111011 | 1010111 |
Color Harmonies of #CCF2E9
Complementary color
Monochromatic Colors of #CCF2E9
Black with #CCF2E9
Text Example
Text Example
White with #CCF2E9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCF2E9; }
p { color: rgb(204,242,233); }
H1.HeaderClassName
{
color: #CCF2E9;
}
.AnyTagClassName
{
color: #CCF2E9;
}
</style>
background-color css
<style>
a { background-color: #CCF2E9; }
a { background-color: rgb(204,242,233); }
div.DivClassName
{
background-color: #CCF2E9;
}
.BgClassName
{
background-color: #CCF2E9;
}
</style>
border-color css
<style>
span { border-color: #CCF2E9; }
span { border-color: rgb(204,242,233); }
td.TdClassName
{
border-color: #CCF2E9;
}
.TagClassName
{
border-color: #CCF2E9;
}
</style>