Shades of Humming Bird #CCF2E7
Tints of Humming Bird #CCF2E7
RGB
CMYK
RGB Variations
Color information
#CCF2E7 (or 0xCCF2E7) is known color: Humming Bird. HEX triplet: CC, F2 and E7. RGB value is (204,242,231). Sum of RGB (Red+Green+Blue) = 204+242+231=677 (89% of max value = 765). Red value is 204 (80.08% from 255 or 30.13% from 677); Green value is 242 (94.92% from 255 or 35.75% from 677); Blue value is 231 (90.62% from 255 or 34.12% from 677); Max value from RGB is 242 - color contains mainly: green. Hex color #CCF2E7 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #CCF2E7 is #330D18. Grayscale: #E5E5E5. Windows color (decimal): -3345689 or 15200972. OLE color: 15200972.
HSL color Cylindrical-coordinate representation of color #CCF2E7: hue angle of 162.63º 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 #CCF2E7 is Cyan = 0.16, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 204 | 242 | 231 | - |
| CMYK | 0.16 | 0 | 0.05 | 0.05 |
| HSL | 162.63º | 0.59% | 0.87% | - |
| HSV(B) | 162.63º | 0.16% | 0.95% | - |
| XYZ | 71.08 | 82.11 | 87.7 | - |
| YUV | 229.38 | 128.91 | 109.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 242 | 231 | 0.16 | 0 | 0.05 | 0.05 | 162.63 | 0.59 | 0.87 |
| Hex | CC | F2 | E7 | 10 | 0 | 5 | 5 | A3 | 3B | 57 |
| Octal | 314 | 362 | 347 | 20 | 0 | 5 | 5 | 243 | 73 | 127 |
| Binary | 11001100 | 11110010 | 11100111 | 10000 | 0 | 101 | 101 | 10100011 | 111011 | 1010111 |
Color Harmonies of #CCF2E7
Complementary color
Monochromatic Colors of #CCF2E7
Black with #CCF2E7
Text Example
Text Example
White with #CCF2E7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCF2E7; }
p { color: rgb(204,242,231); }
H1.HeaderClassName
{
color: #CCF2E7;
}
.AnyTagClassName
{
color: #CCF2E7;
}
</style>
background-color css
<style>
a { background-color: #CCF2E7; }
a { background-color: rgb(204,242,231); }
div.DivClassName
{
background-color: #CCF2E7;
}
.BgClassName
{
background-color: #CCF2E7;
}
</style>
border-color css
<style>
span { border-color: #CCF2E7; }
span { border-color: rgb(204,242,231); }
td.TdClassName
{
border-color: #CCF2E7;
}
.TagClassName
{
border-color: #CCF2E7;
}
</style>