Shades of Humming Bird #CFF1E8
Tints of Humming Bird #CFF1E8
RGB
CMYK
RGB Variations
Color information
#CFF1E8 (or 0xCFF1E8) is known color: Humming Bird. HEX triplet: CF, F1 and E8. RGB value is (207,241,232). Sum of RGB (Red+Green+Blue) = 207+241+232=680 (90% of max value = 765). Red value is 207 (81.25% from 255 or 30.44% from 680); Green value is 241 (94.53% from 255 or 35.44% from 680); Blue value is 232 (91.02% from 255 or 34.12% from 680); Max value from RGB is 241 - color contains mainly: green. Hex color #CFF1E8 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #CFF1E8 is #300E17. Grayscale: #E5E5E5. Windows color (decimal): -3149336 or 15266255. OLE color: 15266255.
HSL color Cylindrical-coordinate representation of color #CFF1E8: hue angle of 164.12º degrees, saturation: 0.55, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #CFF1E8 is Cyan = 0.14, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 207 | 241 | 232 | - |
| CMYK | 0.14 | 0 | 0.04 | 0.05 |
| HSL | 164.12º | 0.55% | 0.88% | - |
| HSV(B) | 164.12º | 0.14% | 0.95% | - |
| XYZ | 71.75 | 82 | 88.39 | - |
| YUV | 229.81 | 129.24 | 111.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 241 | 232 | 0.14 | 0 | 0.04 | 0.05 | 164.12 | 0.55 | 0.88 |
| Hex | CF | F1 | E8 | E | 0 | 4 | 5 | A4 | 37 | 58 |
| Octal | 317 | 361 | 350 | 16 | 0 | 4 | 5 | 244 | 67 | 130 |
| Binary | 11001111 | 11110001 | 11101000 | 1110 | 0 | 100 | 101 | 10100100 | 110111 | 1011000 |
Color Harmonies of #CFF1E8
Complementary color
Monochromatic Colors of #CFF1E8
Black with #CFF1E8
Text Example
Text Example
White with #CFF1E8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFF1E8; }
p { color: rgb(207,241,232); }
H1.HeaderClassName
{
color: #CFF1E8;
}
.AnyTagClassName
{
color: #CFF1E8;
}
</style>
background-color css
<style>
a { background-color: #CFF1E8; }
a { background-color: rgb(207,241,232); }
div.DivClassName
{
background-color: #CFF1E8;
}
.BgClassName
{
background-color: #CFF1E8;
}
</style>
border-color css
<style>
span { border-color: #CFF1E8; }
span { border-color: rgb(207,241,232); }
td.TdClassName
{
border-color: #CFF1E8;
}
.TagClassName
{
border-color: #CFF1E8;
}
</style>