Shades of Humming Bird #CCFDF1
Tints of Humming Bird #CCFDF1
RGB
CMYK
RGB Variations
Color information
#CCFDF1 (or 0xCCFDF1) is known color: Humming Bird. HEX triplet: CC, FD and F1. RGB value is (204,253,241). Sum of RGB (Red+Green+Blue) = 204+253+241=698 (92% of max value = 765). Red value is 204 (80.08% from 255 or 29.23% from 698); Green value is 253 (99.22% from 255 or 36.25% from 698); Blue value is 241 (94.53% from 255 or 34.53% from 698); Max value from RGB is 253 - color contains mainly: green. Hex color #CCFDF1 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #CCFDF1 is #33020E. Grayscale: #ECECEC. Windows color (decimal): -3342863 or 15859148. OLE color: 15859148.
HSL color Cylindrical-coordinate representation of color #CCFDF1: hue angle of 165.31º 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 #CCFDF1 is Cyan = 0.19, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 204 | 253 | 241 | - |
| CMYK | 0.19 | 0 | 0.05 | 0.01 |
| HSL | 165.31º | 0.92% | 0.9% | - |
| HSV(B) | 165.31º | 0.19% | 0.99% | - |
| XYZ | 75.9 | 89.44 | 96.48 | - |
| YUV | 236.98 | 130.27 | 104.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 253 | 241 | 0.19 | 0 | 0.05 | 0.01 | 165.31 | 0.92 | 0.9 |
| Hex | CC | FD | F1 | 13 | 0 | 5 | 1 | A5 | 5C | 5A |
| Octal | 314 | 375 | 361 | 23 | 0 | 5 | 1 | 245 | 134 | 132 |
| Binary | 11001100 | 11111101 | 11110001 | 10011 | 0 | 101 | 1 | 10100101 | 1011100 | 1011010 |
Color Harmonies of #CCFDF1
Complementary color
Monochromatic Colors of #CCFDF1
Black with #CCFDF1
Text Example
Text Example
White with #CCFDF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCFDF1; }
p { color: rgb(204,253,241); }
H1.HeaderClassName
{
color: #CCFDF1;
}
.AnyTagClassName
{
color: #CCFDF1;
}
</style>
background-color css
<style>
a { background-color: #CCFDF1; }
a { background-color: rgb(204,253,241); }
div.DivClassName
{
background-color: #CCFDF1;
}
.BgClassName
{
background-color: #CCFDF1;
}
</style>
border-color css
<style>
span { border-color: #CCFDF1; }
span { border-color: rgb(204,253,241); }
td.TdClassName
{
border-color: #CCFDF1;
}
.TagClassName
{
border-color: #CCFDF1;
}
</style>