Shades of Humming Bird #CFECE0
Tints of Humming Bird #CFECE0
RGB
CMYK
RGB Variations
Color information
#CFECE0 (or 0xCFECE0) is known color: Humming Bird. HEX triplet: CF, EC and E0. RGB value is (207,236,224). Sum of RGB (Red+Green+Blue) = 207+236+224=667 (88% of max value = 765). Red value is 207 (81.25% from 255 or 31.03% from 667); Green value is 236 (92.58% from 255 or 35.38% from 667); Blue value is 224 (87.89% from 255 or 33.58% from 667); Max value from RGB is 236 - color contains mainly: green. Hex color #CFECE0 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CFECE0 is #30131F. Grayscale: #E1E1E1. Windows color (decimal): -3150624 or 14740687. OLE color: 14740687.
HSL color Cylindrical-coordinate representation of color #CFECE0: hue angle of 155.17º degrees, saturation: 0.43, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #CFECE0 is Cyan = 0.12, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 207 | 236 | 224 | - |
| CMYK | 0.12 | 0 | 0.05 | 0.07 |
| HSL | 155.17º | 0.43% | 0.87% | - |
| HSV(B) | 155.17º | 0.12% | 0.93% | - |
| XYZ | 69.18 | 78.64 | 82.05 | - |
| YUV | 225.96 | 126.89 | 114.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 236 | 224 | 0.12 | 0 | 0.05 | 0.07 | 155.17 | 0.43 | 0.87 |
| Hex | CF | EC | E0 | C | 0 | 5 | 7 | 9B | 2B | 57 |
| Octal | 317 | 354 | 340 | 14 | 0 | 5 | 7 | 233 | 53 | 127 |
| Binary | 11001111 | 11101100 | 11100000 | 1100 | 0 | 101 | 111 | 10011011 | 101011 | 1010111 |
Color Harmonies of #CFECE0
Complementary color
Monochromatic Colors of #CFECE0
Black with #CFECE0
Text Example
Text Example
White with #CFECE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFECE0; }
p { color: rgb(207,236,224); }
H1.HeaderClassName
{
color: #CFECE0;
}
.AnyTagClassName
{
color: #CFECE0;
}
</style>
background-color css
<style>
a { background-color: #CFECE0; }
a { background-color: rgb(207,236,224); }
div.DivClassName
{
background-color: #CFECE0;
}
.BgClassName
{
background-color: #CFECE0;
}
</style>
border-color css
<style>
span { border-color: #CFECE0; }
span { border-color: rgb(207,236,224); }
td.TdClassName
{
border-color: #CFECE0;
}
.TagClassName
{
border-color: #CFECE0;
}
</style>