Shades of Humming Bird #CCF9E5
Tints of Humming Bird #CCF9E5
RGB
CMYK
RGB Variations
Color information
#CCF9E5 (or 0xCCF9E5) is known color: Humming Bird. HEX triplet: CC, F9 and E5. RGB value is (204,249,229). Sum of RGB (Red+Green+Blue) = 204+249+229=682 (90% of max value = 765). Red value is 204 (80.08% from 255 or 29.91% from 682); Green value is 249 (97.66% from 255 or 36.51% from 682); Blue value is 229 (89.84% from 255 or 33.58% from 682); Max value from RGB is 249 - color contains mainly: green. Hex color #CCF9E5 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CCF9E5 is #33061A. Grayscale: #E9E9E9. Windows color (decimal): -3343899 or 15071692. OLE color: 15071692.
HSL color Cylindrical-coordinate representation of color #CCF9E5: hue angle of 153.33º degrees, saturation: 0.79, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #CCF9E5 is Cyan = 0.18, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 204 | 249 | 229 | - |
| CMYK | 0.18 | 0 | 0.08 | 0.02 |
| HSL | 153.33º | 0.79% | 0.89% | - |
| HSV(B) | 153.33º | 0.18% | 0.98% | - |
| XYZ | 72.92 | 86.25 | 86.93 | - |
| YUV | 233.27 | 125.59 | 107.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 249 | 229 | 0.18 | 0 | 0.08 | 0.02 | 153.33 | 0.79 | 0.89 |
| Hex | CC | F9 | E5 | 12 | 0 | 8 | 2 | 99 | 4F | 59 |
| Octal | 314 | 371 | 345 | 22 | 0 | 10 | 2 | 231 | 117 | 131 |
| Binary | 11001100 | 11111001 | 11100101 | 10010 | 0 | 1000 | 10 | 10011001 | 1001111 | 1011001 |
Color Harmonies of #CCF9E5
Complementary color
Monochromatic Colors of #CCF9E5
Black with #CCF9E5
Text Example
Text Example
White with #CCF9E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCF9E5; }
p { color: rgb(204,249,229); }
H1.HeaderClassName
{
color: #CCF9E5;
}
.AnyTagClassName
{
color: #CCF9E5;
}
</style>
background-color css
<style>
a { background-color: #CCF9E5; }
a { background-color: rgb(204,249,229); }
div.DivClassName
{
background-color: #CCF9E5;
}
.BgClassName
{
background-color: #CCF9E5;
}
</style>
border-color css
<style>
span { border-color: #CCF9E5; }
span { border-color: rgb(204,249,229); }
td.TdClassName
{
border-color: #CCF9E5;
}
.TagClassName
{
border-color: #CCF9E5;
}
</style>