Shades of Humming Bird #CFEBE1
Tints of Humming Bird #CFEBE1
RGB
CMYK
RGB Variations
Color information
#CFEBE1 (or 0xCFEBE1) is known color: Humming Bird. HEX triplet: CF, EB and E1. RGB value is (207,235,225). Sum of RGB (Red+Green+Blue) = 207+235+225=667 (88% of max value = 765). Red value is 207 (81.25% from 255 or 31.03% from 667); Green value is 235 (92.19% from 255 or 35.23% from 667); Blue value is 225 (88.28% from 255 or 33.73% from 667); Max value from RGB is 235 - color contains mainly: green. Hex color #CFEBE1 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CFEBE1 is #30141E. Grayscale: #E1E1E1. Windows color (decimal): -3150879 or 14805967. OLE color: 14805967.
HSL color Cylindrical-coordinate representation of color #CFEBE1: hue angle of 158.57º degrees, saturation: 0.41, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #CFEBE1 is Cyan = 0.12, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 207 | 235 | 225 | - |
| CMYK | 0.12 | 0 | 0.04 | 0.08 |
| HSL | 158.57º | 0.41% | 0.87% | - |
| HSV(B) | 158.57º | 0.12% | 0.92% | - |
| XYZ | 69.03 | 78.12 | 82.67 | - |
| YUV | 225.49 | 127.72 | 114.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 235 | 225 | 0.12 | 0 | 0.04 | 0.08 | 158.57 | 0.41 | 0.87 |
| Hex | CF | EB | E1 | C | 0 | 4 | 8 | 9F | 29 | 57 |
| Octal | 317 | 353 | 341 | 14 | 0 | 4 | 10 | 237 | 51 | 127 |
| Binary | 11001111 | 11101011 | 11100001 | 1100 | 0 | 100 | 1000 | 10011111 | 101001 | 1010111 |
Color Harmonies of #CFEBE1
Complementary color
Monochromatic Colors of #CFEBE1
Black with #CFEBE1
Text Example
Text Example
White with #CFEBE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFEBE1; }
p { color: rgb(207,235,225); }
H1.HeaderClassName
{
color: #CFEBE1;
}
.AnyTagClassName
{
color: #CFEBE1;
}
</style>
background-color css
<style>
a { background-color: #CFEBE1; }
a { background-color: rgb(207,235,225); }
div.DivClassName
{
background-color: #CFEBE1;
}
.BgClassName
{
background-color: #CFEBE1;
}
</style>
border-color css
<style>
span { border-color: #CFEBE1; }
span { border-color: rgb(207,235,225); }
td.TdClassName
{
border-color: #CFEBE1;
}
.TagClassName
{
border-color: #CFEBE1;
}
</style>