Shades of Humming Bird #CFEBE4
Tints of Humming Bird #CFEBE4
RGB
CMYK
RGB Variations
Color information
#CFEBE4 (or 0xCFEBE4) is known color: Humming Bird. HEX triplet: CF, EB and E4. RGB value is (207,235,228). Sum of RGB (Red+Green+Blue) = 207+235+228=670 (88% of max value = 765). Red value is 207 (81.25% from 255 or 30.90% from 670); Green value is 235 (92.19% from 255 or 35.07% from 670); Blue value is 228 (89.45% from 255 or 34.03% from 670); Max value from RGB is 235 - color contains mainly: green. Hex color #CFEBE4 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CFEBE4 is #30141B. Grayscale: #E1E1E1. Windows color (decimal): -3150876 or 15002575. OLE color: 15002575.
HSL color Cylindrical-coordinate representation of color #CFEBE4: hue angle of 165º 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 #CFEBE4 is Cyan = 0.12, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 207 | 235 | 228 | - |
| CMYK | 0.12 | 0 | 0.03 | 0.08 |
| HSL | 165º | 0.41% | 0.87% | - |
| HSV(B) | 165º | 0.12% | 0.92% | - |
| XYZ | 69.44 | 78.28 | 84.85 | - |
| YUV | 225.83 | 129.22 | 114.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 235 | 228 | 0.12 | 0 | 0.03 | 0.08 | 165 | 0.41 | 0.87 |
| Hex | CF | EB | E4 | C | 0 | 3 | 8 | A5 | 29 | 57 |
| Octal | 317 | 353 | 344 | 14 | 0 | 3 | 10 | 245 | 51 | 127 |
| Binary | 11001111 | 11101011 | 11100100 | 1100 | 0 | 11 | 1000 | 10100101 | 101001 | 1010111 |
Color Harmonies of #CFEBE4
Complementary color
Monochromatic Colors of #CFEBE4
Black with #CFEBE4
Text Example
Text Example
White with #CFEBE4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFEBE4; }
p { color: rgb(207,235,228); }
H1.HeaderClassName
{
color: #CFEBE4;
}
.AnyTagClassName
{
color: #CFEBE4;
}
</style>
background-color css
<style>
a { background-color: #CFEBE4; }
a { background-color: rgb(207,235,228); }
div.DivClassName
{
background-color: #CFEBE4;
}
.BgClassName
{
background-color: #CFEBE4;
}
</style>
border-color css
<style>
span { border-color: #CFEBE4; }
span { border-color: rgb(207,235,228); }
td.TdClassName
{
border-color: #CFEBE4;
}
.TagClassName
{
border-color: #CFEBE4;
}
</style>