Shades of Humming Bird #CFF6E5
Tints of Humming Bird #CFF6E5
RGB
CMYK
RGB Variations
Color information
#CFF6E5 (or 0xCFF6E5) is known color: Humming Bird. HEX triplet: CF, F6 and E5. RGB value is (207,246,229). Sum of RGB (Red+Green+Blue) = 207+246+229=682 (90% of max value = 765). Red value is 207 (81.25% from 255 or 30.35% from 682); Green value is 246 (96.48% from 255 or 36.07% from 682); Blue value is 229 (89.84% from 255 or 33.58% from 682); Max value from RGB is 246 - color contains mainly: green. Hex color #CFF6E5 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CFF6E5 is #30091A. Grayscale: #E8E8E8. Windows color (decimal): -3148059 or 15070927. OLE color: 15070927.
HSL color Cylindrical-coordinate representation of color #CFF6E5: hue angle of 153.85º degrees, saturation: 0.68, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #CFF6E5 is Cyan = 0.16, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 207 | 246 | 229 | - |
| CMYK | 0.16 | 0 | 0.07 | 0.04 |
| HSL | 153.85º | 0.68% | 0.89% | - |
| HSV(B) | 153.85º | 0.16% | 0.96% | - |
| XYZ | 72.83 | 84.83 | 86.66 | - |
| YUV | 232.4 | 126.08 | 109.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 246 | 229 | 0.16 | 0 | 0.07 | 0.04 | 153.85 | 0.68 | 0.89 |
| Hex | CF | F6 | E5 | 10 | 0 | 7 | 4 | 9A | 44 | 59 |
| Octal | 317 | 366 | 345 | 20 | 0 | 7 | 4 | 232 | 104 | 131 |
| Binary | 11001111 | 11110110 | 11100101 | 10000 | 0 | 111 | 100 | 10011010 | 1000100 | 1011001 |
Color Harmonies of #CFF6E5
Complementary color
Monochromatic Colors of #CFF6E5
Black with #CFF6E5
Text Example
Text Example
White with #CFF6E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFF6E5; }
p { color: rgb(207,246,229); }
H1.HeaderClassName
{
color: #CFF6E5;
}
.AnyTagClassName
{
color: #CFF6E5;
}
</style>
background-color css
<style>
a { background-color: #CFF6E5; }
a { background-color: rgb(207,246,229); }
div.DivClassName
{
background-color: #CFF6E5;
}
.BgClassName
{
background-color: #CFF6E5;
}
</style>
border-color css
<style>
span { border-color: #CFF6E5; }
span { border-color: rgb(207,246,229); }
td.TdClassName
{
border-color: #CFF6E5;
}
.TagClassName
{
border-color: #CFF6E5;
}
</style>