Shades of Humming Bird #CCFCE8
Tints of Humming Bird #CCFCE8
RGB
CMYK
RGB Variations
Color information
#CCFCE8 (or 0xCCFCE8) is known color: Humming Bird. HEX triplet: CC, FC and E8. RGB value is (204,252,232). Sum of RGB (Red+Green+Blue) = 204+252+232=688 (91% of max value = 765). Red value is 204 (80.08% from 255 or 29.65% from 688); Green value is 252 (98.83% from 255 or 36.63% from 688); Blue value is 232 (91.02% from 255 or 33.72% from 688); Max value from RGB is 252 - color contains mainly: green. Hex color #CCFCE8 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #CCFCE8 is #330317. Grayscale: #EBEBEB. Windows color (decimal): -3343128 or 15269068. OLE color: 15269068.
HSL color Cylindrical-coordinate representation of color #CCFCE8: hue angle of 155º degrees, saturation: 0.89, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #CCFCE8 is Cyan = 0.19, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 204 | 252 | 232 | - |
| CMYK | 0.19 | 0 | 0.08 | 0.01 |
| HSL | 155º | 0.89% | 0.89% | - |
| HSV(B) | 155º | 0.19% | 0.99% | - |
| XYZ | 74.28 | 88.28 | 89.47 | - |
| YUV | 235.37 | 126.1 | 105.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 252 | 232 | 0.19 | 0 | 0.08 | 0.01 | 155 | 0.89 | 0.89 |
| Hex | CC | FC | E8 | 13 | 0 | 8 | 1 | 9B | 59 | 59 |
| Octal | 314 | 374 | 350 | 23 | 0 | 10 | 1 | 233 | 131 | 131 |
| Binary | 11001100 | 11111100 | 11101000 | 10011 | 0 | 1000 | 1 | 10011011 | 1011001 | 1011001 |
Color Harmonies of #CCFCE8
Complementary color
Monochromatic Colors of #CCFCE8
Black with #CCFCE8
Text Example
Text Example
White with #CCFCE8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCFCE8; }
p { color: rgb(204,252,232); }
H1.HeaderClassName
{
color: #CCFCE8;
}
.AnyTagClassName
{
color: #CCFCE8;
}
</style>
background-color css
<style>
a { background-color: #CCFCE8; }
a { background-color: rgb(204,252,232); }
div.DivClassName
{
background-color: #CCFCE8;
}
.BgClassName
{
background-color: #CCFCE8;
}
</style>
border-color css
<style>
span { border-color: #CCFCE8; }
span { border-color: rgb(204,252,232); }
td.TdClassName
{
border-color: #CCFCE8;
}
.TagClassName
{
border-color: #CCFCE8;
}
</style>