Shades of Humming Bird #CFF3E5
Tints of Humming Bird #CFF3E5
RGB
CMYK
RGB Variations
Color information
#CFF3E5 (or 0xCFF3E5) is known color: Humming Bird. HEX triplet: CF, F3 and E5. RGB value is (207,243,229). Sum of RGB (Red+Green+Blue) = 207+243+229=679 (89% of max value = 765). Red value is 207 (81.25% from 255 or 30.49% from 679); Green value is 243 (95.31% from 255 or 35.79% from 679); Blue value is 229 (89.84% from 255 or 33.73% from 679); Max value from RGB is 243 - color contains mainly: green. Hex color #CFF3E5 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CFF3E5 is #300C1A. Grayscale: #E6E6E6. Windows color (decimal): -3148827 or 15070159. OLE color: 15070159.
HSL color Cylindrical-coordinate representation of color #CFF3E5: hue angle of 156.67º degrees, saturation: 0.6, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #CFF3E5 is Cyan = 0.15, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 207 | 243 | 229 | - |
| CMYK | 0.15 | 0 | 0.06 | 0.05 |
| HSL | 156.67º | 0.6% | 0.88% | - |
| HSV(B) | 156.67º | 0.15% | 0.95% | - |
| XYZ | 71.93 | 83.02 | 86.36 | - |
| YUV | 230.64 | 127.07 | 111.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 243 | 229 | 0.15 | 0 | 0.06 | 0.05 | 156.67 | 0.6 | 0.88 |
| Hex | CF | F3 | E5 | F | 0 | 6 | 5 | 9D | 3C | 58 |
| Octal | 317 | 363 | 345 | 17 | 0 | 6 | 5 | 235 | 74 | 130 |
| Binary | 11001111 | 11110011 | 11100101 | 1111 | 0 | 110 | 101 | 10011101 | 111100 | 1011000 |
Color Harmonies of #CFF3E5
Complementary color
Monochromatic Colors of #CFF3E5
Black with #CFF3E5
Text Example
Text Example
White with #CFF3E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFF3E5; }
p { color: rgb(207,243,229); }
H1.HeaderClassName
{
color: #CFF3E5;
}
.AnyTagClassName
{
color: #CFF3E5;
}
</style>
background-color css
<style>
a { background-color: #CFF3E5; }
a { background-color: rgb(207,243,229); }
div.DivClassName
{
background-color: #CFF3E5;
}
.BgClassName
{
background-color: #CFF3E5;
}
</style>
border-color css
<style>
span { border-color: #CFF3E5; }
span { border-color: rgb(207,243,229); }
td.TdClassName
{
border-color: #CFF3E5;
}
.TagClassName
{
border-color: #CFF3E5;
}
</style>