Shades of Humming Bird #CFEBE2
Tints of Humming Bird #CFEBE2
RGB
CMYK
RGB Variations
Color information
#CFEBE2 (or 0xCFEBE2) is known color: Humming Bird. HEX triplet: CF, EB and E2. RGB value is (207,235,226). Sum of RGB (Red+Green+Blue) = 207+235+226=668 (88% of max value = 765). Red value is 207 (81.25% from 255 or 30.99% from 668); Green value is 235 (92.19% from 255 or 35.18% from 668); Blue value is 226 (88.67% from 255 or 33.83% from 668); Max value from RGB is 235 - color contains mainly: green. Hex color #CFEBE2 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CFEBE2 is #30141D. Grayscale: #E1E1E1. Windows color (decimal): -3150878 or 14871503. OLE color: 14871503.
HSL color Cylindrical-coordinate representation of color #CFEBE2: hue angle of 160.71º 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 #CFEBE2 is Cyan = 0.12, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 207 | 235 | 226 | - |
| CMYK | 0.12 | 0 | 0.04 | 0.08 |
| HSL | 160.71º | 0.41% | 0.87% | - |
| HSV(B) | 160.71º | 0.12% | 0.92% | - |
| XYZ | 69.17 | 78.17 | 83.39 | - |
| YUV | 225.6 | 128.22 | 114.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 235 | 226 | 0.12 | 0 | 0.04 | 0.08 | 160.71 | 0.41 | 0.87 |
| Hex | CF | EB | E2 | C | 0 | 4 | 8 | A1 | 29 | 57 |
| Octal | 317 | 353 | 342 | 14 | 0 | 4 | 10 | 241 | 51 | 127 |
| Binary | 11001111 | 11101011 | 11100010 | 1100 | 0 | 100 | 1000 | 10100001 | 101001 | 1010111 |
Color Harmonies of #CFEBE2
Complementary color
Monochromatic Colors of #CFEBE2
Black with #CFEBE2
Text Example
Text Example
White with #CFEBE2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFEBE2; }
p { color: rgb(207,235,226); }
H1.HeaderClassName
{
color: #CFEBE2;
}
.AnyTagClassName
{
color: #CFEBE2;
}
</style>
background-color css
<style>
a { background-color: #CFEBE2; }
a { background-color: rgb(207,235,226); }
div.DivClassName
{
background-color: #CFEBE2;
}
.BgClassName
{
background-color: #CFEBE2;
}
</style>
border-color css
<style>
span { border-color: #CFEBE2; }
span { border-color: rgb(207,235,226); }
td.TdClassName
{
border-color: #CFEBE2;
}
.TagClassName
{
border-color: #CFEBE2;
}
</style>