Shades of Humming Bird #CCFFF1
Tints of Humming Bird #CCFFF1
RGB
CMYK
RGB Variations
Color information
#CCFFF1 (or 0xCCFFF1) is known color: Humming Bird. HEX triplet: CC, FF and F1. RGB value is (204,255,241). Sum of RGB (Red+Green+Blue) = 204+255+241=700 (92% of max value = 765). Red value is 204 (80.08% from 255 or 29.14% from 700); Green value is 255 (100% from 255 or 36.43% from 700); Blue value is 241 (94.53% from 255 or 34.43% from 700); Max value from RGB is 255 - color contains mainly: green. Hex color #CCFFF1 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #CCFFF1 is #33000E. Grayscale: #EEEEEE. Windows color (decimal): -3342351 or 15859660. OLE color: 15859660.
HSL color Cylindrical-coordinate representation of color #CCFFF1: hue angle of 163.53º 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 #CCFFF1 is Cyan = 0.2, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.
Color convert
| RGB | 204 | 255 | 241 | - |
| CMYK | 0.2 | 0 | 0.05 | 0 |
| HSL | 163.53º | 1% | 0.9% | - |
| HSV(B) | 163.53º | 0.2% | 1% | - |
| XYZ | 76.54 | 90.71 | 96.69 | - |
| YUV | 238.16 | 129.6 | 103.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 255 | 241 | 0.2 | 0 | 0.05 | 0 | 163.53 | 1 | 0.9 |
| Hex | CC | FF | F1 | 14 | 0 | 5 | 0 | A4 | 64 | 5A |
| Octal | 314 | 377 | 361 | 24 | 0 | 5 | 0 | 244 | 144 | 132 |
| Binary | 11001100 | 11111111 | 11110001 | 10100 | 0 | 101 | 0 | 10100100 | 1100100 | 1011010 |
Color Harmonies of #CCFFF1
Complementary color
Monochromatic Colors of #CCFFF1
Black with #CCFFF1
Text Example
Text Example
White with #CCFFF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCFFF1; }
p { color: rgb(204,255,241); }
H1.HeaderClassName
{
color: #CCFFF1;
}
.AnyTagClassName
{
color: #CCFFF1;
}
</style>
background-color css
<style>
a { background-color: #CCFFF1; }
a { background-color: rgb(204,255,241); }
div.DivClassName
{
background-color: #CCFFF1;
}
.BgClassName
{
background-color: #CCFFF1;
}
</style>
border-color css
<style>
span { border-color: #CCFFF1; }
span { border-color: rgb(204,255,241); }
td.TdClassName
{
border-color: #CCFFF1;
}
.TagClassName
{
border-color: #CCFFF1;
}
</style>