Shades of Humming Bird #CFF1E5
Tints of Humming Bird #CFF1E5
RGB
CMYK
RGB Variations
Color information
#CFF1E5 (or 0xCFF1E5) is known color: Humming Bird. HEX triplet: CF, F1 and E5. RGB value is (207,241,229). Sum of RGB (Red+Green+Blue) = 207+241+229=677 (89% of max value = 765). Red value is 207 (81.25% from 255 or 30.58% from 677); Green value is 241 (94.53% from 255 or 35.60% from 677); Blue value is 229 (89.84% from 255 or 33.83% from 677); Max value from RGB is 241 - color contains mainly: green. Hex color #CFF1E5 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CFF1E5 is #300E1A. Grayscale: #E5E5E5. Windows color (decimal): -3149339 or 15069647. OLE color: 15069647.
HSL color Cylindrical-coordinate representation of color #CFF1E5: hue angle of 158.82º 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 #CFF1E5 is Cyan = 0.14, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 207 | 241 | 229 | - |
| CMYK | 0.14 | 0 | 0.05 | 0.05 |
| HSL | 158.82º | 0.55% | 0.88% | - |
| HSV(B) | 158.82º | 0.14% | 0.95% | - |
| XYZ | 71.33 | 81.83 | 86.16 | - |
| YUV | 229.47 | 127.74 | 111.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 241 | 229 | 0.14 | 0 | 0.05 | 0.05 | 158.82 | 0.55 | 0.88 |
| Hex | CF | F1 | E5 | E | 0 | 5 | 5 | 9F | 37 | 58 |
| Octal | 317 | 361 | 345 | 16 | 0 | 5 | 5 | 237 | 67 | 130 |
| Binary | 11001111 | 11110001 | 11100101 | 1110 | 0 | 101 | 101 | 10011111 | 110111 | 1011000 |
Color Harmonies of #CFF1E5
Complementary color
Monochromatic Colors of #CFF1E5
Black with #CFF1E5
Text Example
Text Example
White with #CFF1E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFF1E5; }
p { color: rgb(207,241,229); }
H1.HeaderClassName
{
color: #CFF1E5;
}
.AnyTagClassName
{
color: #CFF1E5;
}
</style>
background-color css
<style>
a { background-color: #CFF1E5; }
a { background-color: rgb(207,241,229); }
div.DivClassName
{
background-color: #CFF1E5;
}
.BgClassName
{
background-color: #CFF1E5;
}
</style>
border-color css
<style>
span { border-color: #CFF1E5; }
span { border-color: rgb(207,241,229); }
td.TdClassName
{
border-color: #CFF1E5;
}
.TagClassName
{
border-color: #CFF1E5;
}
</style>