Shades of Humming Bird #CCFDF0
Tints of Humming Bird #CCFDF0
RGB
CMYK
RGB Variations
Color information
#CCFDF0 (or 0xCCFDF0) is known color: Humming Bird. HEX triplet: CC, FD and F0. RGB value is (204,253,240). Sum of RGB (Red+Green+Blue) = 204+253+240=697 (92% of max value = 765). Red value is 204 (80.08% from 255 or 29.27% from 697); Green value is 253 (99.22% from 255 or 36.30% from 697); Blue value is 240 (94.14% from 255 or 34.43% from 697); Max value from RGB is 253 - color contains mainly: green. Hex color #CCFDF0 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #CCFDF0 is #33020F. Grayscale: #ECECEC. Windows color (decimal): -3342864 or 15793612. OLE color: 15793612.
HSL color Cylindrical-coordinate representation of color #CCFDF0: hue angle of 164.08º degrees, saturation: 0.92, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #CCFDF0 is Cyan = 0.19, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 204 | 253 | 240 | - |
| CMYK | 0.19 | 0 | 0.05 | 0.01 |
| HSL | 164.08º | 0.92% | 0.9% | - |
| HSV(B) | 164.08º | 0.19% | 0.99% | - |
| XYZ | 75.76 | 89.38 | 95.7 | - |
| YUV | 236.87 | 129.77 | 104.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 253 | 240 | 0.19 | 0 | 0.05 | 0.01 | 164.08 | 0.92 | 0.9 |
| Hex | CC | FD | F0 | 13 | 0 | 5 | 1 | A4 | 5C | 5A |
| Octal | 314 | 375 | 360 | 23 | 0 | 5 | 1 | 244 | 134 | 132 |
| Binary | 11001100 | 11111101 | 11110000 | 10011 | 0 | 101 | 1 | 10100100 | 1011100 | 1011010 |
Color Harmonies of #CCFDF0
Complementary color
Monochromatic Colors of #CCFDF0
Black with #CCFDF0
Text Example
Text Example
White with #CCFDF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCFDF0; }
p { color: rgb(204,253,240); }
H1.HeaderClassName
{
color: #CCFDF0;
}
.AnyTagClassName
{
color: #CCFDF0;
}
</style>
background-color css
<style>
a { background-color: #CCFDF0; }
a { background-color: rgb(204,253,240); }
div.DivClassName
{
background-color: #CCFDF0;
}
.BgClassName
{
background-color: #CCFDF0;
}
</style>
border-color css
<style>
span { border-color: #CCFDF0; }
span { border-color: rgb(204,253,240); }
td.TdClassName
{
border-color: #CCFDF0;
}
.TagClassName
{
border-color: #CCFDF0;
}
</style>