Shades of Humming Bird #CCF1E0
Tints of Humming Bird #CCF1E0
RGB
CMYK
RGB Variations
Color information
#CCF1E0 (or 0xCCF1E0) is known color: Humming Bird. HEX triplet: CC, F1 and E0. RGB value is (204,241,224). Sum of RGB (Red+Green+Blue) = 204+241+224=669 (88% of max value = 765). Red value is 204 (80.08% from 255 or 30.49% from 669); Green value is 241 (94.53% from 255 or 36.02% from 669); Blue value is 224 (87.89% from 255 or 33.48% from 669); Max value from RGB is 241 - color contains mainly: green. Hex color #CCF1E0 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CCF1E0 is #330E1F. Grayscale: #E4E4E4. Windows color (decimal): -3345952 or 14741964. OLE color: 14741964.
HSL color Cylindrical-coordinate representation of color #CCF1E0: hue angle of 152.43º degrees, saturation: 0.57, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #CCF1E0 is Cyan = 0.15, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 204 | 241 | 224 | - |
| CMYK | 0.15 | 0 | 0.07 | 0.05 |
| HSL | 152.43º | 0.57% | 0.87% | - |
| HSV(B) | 152.43º | 0.15% | 0.95% | - |
| XYZ | 69.81 | 81.13 | 82.5 | - |
| YUV | 228 | 125.74 | 110.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 241 | 224 | 0.15 | 0 | 0.07 | 0.05 | 152.43 | 0.57 | 0.87 |
| Hex | CC | F1 | E0 | F | 0 | 7 | 5 | 98 | 39 | 57 |
| Octal | 314 | 361 | 340 | 17 | 0 | 7 | 5 | 230 | 71 | 127 |
| Binary | 11001100 | 11110001 | 11100000 | 1111 | 0 | 111 | 101 | 10011000 | 111001 | 1010111 |
Color Harmonies of #CCF1E0
Complementary color
Monochromatic Colors of #CCF1E0
Black with #CCF1E0
Text Example
Text Example
White with #CCF1E0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCF1E0; }
p { color: rgb(204,241,224); }
H1.HeaderClassName
{
color: #CCF1E0;
}
.AnyTagClassName
{
color: #CCF1E0;
}
</style>
background-color css
<style>
a { background-color: #CCF1E0; }
a { background-color: rgb(204,241,224); }
div.DivClassName
{
background-color: #CCF1E0;
}
.BgClassName
{
background-color: #CCF1E0;
}
</style>
border-color css
<style>
span { border-color: #CCF1E0; }
span { border-color: rgb(204,241,224); }
td.TdClassName
{
border-color: #CCF1E0;
}
.TagClassName
{
border-color: #CCF1E0;
}
</style>