Shades of Humming Bird #CFF2E6
Tints of Humming Bird #CFF2E6
RGB
CMYK
RGB Variations
Color information
#CFF2E6 (or 0xCFF2E6) is known color: Humming Bird. HEX triplet: CF, F2 and E6. RGB value is (207,242,230). Sum of RGB (Red+Green+Blue) = 207+242+230=679 (89% of max value = 765). Red value is 207 (81.25% from 255 or 30.49% from 679); Green value is 242 (94.92% from 255 or 35.64% from 679); Blue value is 230 (90.23% from 255 or 33.87% from 679); Max value from RGB is 242 - color contains mainly: green. Hex color #CFF2E6 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #CFF2E6 is #300D19. Grayscale: #E6E6E6. Windows color (decimal): -3149082 or 15135439. OLE color: 15135439.
HSL color Cylindrical-coordinate representation of color #CFF2E6: hue angle of 159.43º degrees, saturation: 0.57, 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 #CFF2E6 is Cyan = 0.14, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 207 | 242 | 230 | - |
| CMYK | 0.14 | 0 | 0.05 | 0.05 |
| HSL | 159.43º | 0.57% | 0.88% | - |
| HSV(B) | 159.43º | 0.14% | 0.95% | - |
| XYZ | 71.77 | 82.48 | 87 | - |
| YUV | 230.17 | 127.9 | 111.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 242 | 230 | 0.14 | 0 | 0.05 | 0.05 | 159.43 | 0.57 | 0.88 |
| Hex | CF | F2 | E6 | E | 0 | 5 | 5 | 9F | 39 | 58 |
| Octal | 317 | 362 | 346 | 16 | 0 | 5 | 5 | 237 | 71 | 130 |
| Binary | 11001111 | 11110010 | 11100110 | 1110 | 0 | 101 | 101 | 10011111 | 111001 | 1011000 |
Color Harmonies of #CFF2E6
Complementary color
Monochromatic Colors of #CFF2E6
Black with #CFF2E6
Text Example
Text Example
White with #CFF2E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFF2E6; }
p { color: rgb(207,242,230); }
H1.HeaderClassName
{
color: #CFF2E6;
}
.AnyTagClassName
{
color: #CFF2E6;
}
</style>
background-color css
<style>
a { background-color: #CFF2E6; }
a { background-color: rgb(207,242,230); }
div.DivClassName
{
background-color: #CFF2E6;
}
.BgClassName
{
background-color: #CFF2E6;
}
</style>
border-color css
<style>
span { border-color: #CFF2E6; }
span { border-color: rgb(207,242,230); }
td.TdClassName
{
border-color: #CFF2E6;
}
.TagClassName
{
border-color: #CFF2E6;
}
</style>