Shades of Humming Bird #CFF6E8
Tints of Humming Bird #CFF6E8
RGB
CMYK
RGB Variations
Color information
#CFF6E8 (or 0xCFF6E8) is known color: Humming Bird. HEX triplet: CF, F6 and E8. RGB value is (207,246,232). Sum of RGB (Red+Green+Blue) = 207+246+232=685 (90% of max value = 765). Red value is 207 (81.25% from 255 or 30.22% from 685); Green value is 246 (96.48% from 255 or 35.91% from 685); Blue value is 232 (91.02% from 255 or 33.87% from 685); Max value from RGB is 246 - color contains mainly: green. Hex color #CFF6E8 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #CFF6E8 is #300917. Grayscale: #E8E8E8. Windows color (decimal): -3148056 or 15267535. OLE color: 15267535.
HSL color Cylindrical-coordinate representation of color #CFF6E8: hue angle of 158.46º 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 #CFF6E8 is Cyan = 0.16, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 207 | 246 | 232 | - |
| CMYK | 0.16 | 0 | 0.06 | 0.04 |
| HSL | 158.46º | 0.68% | 0.89% | - |
| HSV(B) | 158.46º | 0.16% | 0.96% | - |
| XYZ | 73.25 | 85 | 88.89 | - |
| YUV | 232.74 | 127.58 | 109.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 246 | 232 | 0.16 | 0 | 0.06 | 0.04 | 158.46 | 0.68 | 0.89 |
| Hex | CF | F6 | E8 | 10 | 0 | 6 | 4 | 9E | 44 | 59 |
| Octal | 317 | 366 | 350 | 20 | 0 | 6 | 4 | 236 | 104 | 131 |
| Binary | 11001111 | 11110110 | 11101000 | 10000 | 0 | 110 | 100 | 10011110 | 1000100 | 1011001 |
Color Harmonies of #CFF6E8
Complementary color
Monochromatic Colors of #CFF6E8
Black with #CFF6E8
Text Example
Text Example
White with #CFF6E8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFF6E8; }
p { color: rgb(207,246,232); }
H1.HeaderClassName
{
color: #CFF6E8;
}
.AnyTagClassName
{
color: #CFF6E8;
}
</style>
background-color css
<style>
a { background-color: #CFF6E8; }
a { background-color: rgb(207,246,232); }
div.DivClassName
{
background-color: #CFF6E8;
}
.BgClassName
{
background-color: #CFF6E8;
}
</style>
border-color css
<style>
span { border-color: #CFF6E8; }
span { border-color: rgb(207,246,232); }
td.TdClassName
{
border-color: #CFF6E8;
}
.TagClassName
{
border-color: #CFF6E8;
}
</style>