Shades of Humming Bird #CCFFE9
Tints of Humming Bird #CCFFE9
RGB
CMYK
RGB Variations
Color information
#CCFFE9 (or 0xCCFFE9) is known color: Humming Bird. HEX triplet: CC, FF and E9. RGB value is (204,255,233). Sum of RGB (Red+Green+Blue) = 204+255+233=692 (91% of max value = 765). Red value is 204 (80.08% from 255 or 29.48% from 692); Green value is 255 (100% from 255 or 36.85% from 692); Blue value is 233 (91.41% from 255 or 33.67% from 692); Max value from RGB is 255 - color contains mainly: green. Hex color #CCFFE9 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #CCFFE9 is #330016. Grayscale: #EDEDED. Windows color (decimal): -3342359 or 15335372. OLE color: 15335372.
HSL color Cylindrical-coordinate representation of color #CCFFE9: hue angle of 154.12º degrees, saturation: 1, lightness: 0.9%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #CCFFE9 is Cyan = 0.2, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.
Color convert
| RGB | 204 | 255 | 233 | - |
| CMYK | 0.2 | 0 | 0.09 | 0 |
| HSL | 154.12º | 1% | 0.9% | - |
| HSV(B) | 154.12º | 0.2% | 1% | - |
| XYZ | 75.37 | 90.24 | 90.54 | - |
| YUV | 237.24 | 125.6 | 104.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 255 | 233 | 0.2 | 0 | 0.09 | 0 | 154.12 | 1 | 0.9 |
| Hex | CC | FF | E9 | 14 | 0 | 9 | 0 | 9A | 64 | 5A |
| Octal | 314 | 377 | 351 | 24 | 0 | 11 | 0 | 232 | 144 | 132 |
| Binary | 11001100 | 11111111 | 11101001 | 10100 | 0 | 1001 | 0 | 10011010 | 1100100 | 1011010 |
Color Harmonies of #CCFFE9
Complementary color
Monochromatic Colors of #CCFFE9
Black with #CCFFE9
Text Example
Text Example
White with #CCFFE9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCFFE9; }
p { color: rgb(204,255,233); }
H1.HeaderClassName
{
color: #CCFFE9;
}
.AnyTagClassName
{
color: #CCFFE9;
}
</style>
background-color css
<style>
a { background-color: #CCFFE9; }
a { background-color: rgb(204,255,233); }
div.DivClassName
{
background-color: #CCFFE9;
}
.BgClassName
{
background-color: #CCFFE9;
}
</style>
border-color css
<style>
span { border-color: #CCFFE9; }
span { border-color: rgb(204,255,233); }
td.TdClassName
{
border-color: #CCFFE9;
}
.TagClassName
{
border-color: #CCFFE9;
}
</style>