Shades of Humming Bird #CCF8E8
Tints of Humming Bird #CCF8E8
RGB
CMYK
RGB Variations
Color information
#CCF8E8 (or 0xCCF8E8) is known color: Humming Bird. HEX triplet: CC, F8 and E8. RGB value is (204,248,232). Sum of RGB (Red+Green+Blue) = 204+248+232=684 (90% of max value = 765). Red value is 204 (80.08% from 255 or 29.82% from 684); Green value is 248 (97.27% from 255 or 36.26% from 684); Blue value is 232 (91.02% from 255 or 33.92% from 684); Max value from RGB is 248 - color contains mainly: green. Hex color #CCF8E8 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #CCF8E8 is #330717. Grayscale: #E9E9E9. Windows color (decimal): -3344152 or 15268044. OLE color: 15268044.
HSL color Cylindrical-coordinate representation of color #CCF8E8: hue angle of 158.18º degrees, saturation: 0.76, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #CCF8E8 is Cyan = 0.18, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 204 | 248 | 232 | - |
| CMYK | 0.18 | 0 | 0.06 | 0.03 |
| HSL | 158.18º | 0.76% | 0.89% | - |
| HSV(B) | 158.18º | 0.18% | 0.97% | - |
| XYZ | 73.03 | 85.8 | 89.06 | - |
| YUV | 233.02 | 127.42 | 107.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 248 | 232 | 0.18 | 0 | 0.06 | 0.03 | 158.18 | 0.76 | 0.89 |
| Hex | CC | F8 | E8 | 12 | 0 | 6 | 3 | 9E | 4C | 59 |
| Octal | 314 | 370 | 350 | 22 | 0 | 6 | 3 | 236 | 114 | 131 |
| Binary | 11001100 | 11111000 | 11101000 | 10010 | 0 | 110 | 11 | 10011110 | 1001100 | 1011001 |
Color Harmonies of #CCF8E8
Complementary color
Monochromatic Colors of #CCF8E8
Black with #CCF8E8
Text Example
Text Example
White with #CCF8E8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCF8E8; }
p { color: rgb(204,248,232); }
H1.HeaderClassName
{
color: #CCF8E8;
}
.AnyTagClassName
{
color: #CCF8E8;
}
</style>
background-color css
<style>
a { background-color: #CCF8E8; }
a { background-color: rgb(204,248,232); }
div.DivClassName
{
background-color: #CCF8E8;
}
.BgClassName
{
background-color: #CCF8E8;
}
</style>
border-color css
<style>
span { border-color: #CCF8E8; }
span { border-color: rgb(204,248,232); }
td.TdClassName
{
border-color: #CCF8E8;
}
.TagClassName
{
border-color: #CCF8E8;
}
</style>