Shades of Humming Bird #CFF0E4
Tints of Humming Bird #CFF0E4
RGB
CMYK
RGB Variations
Color information
#CFF0E4 (or 0xCFF0E4) is known color: Humming Bird. HEX triplet: CF, F0 and E4. RGB value is (207,240,228). Sum of RGB (Red+Green+Blue) = 207+240+228=675 (89% of max value = 765). Red value is 207 (81.25% from 255 or 30.67% from 675); Green value is 240 (94.14% from 255 or 35.56% from 675); Blue value is 228 (89.45% from 255 or 33.78% from 675); Max value from RGB is 240 - color contains mainly: green. Hex color #CFF0E4 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CFF0E4 is #300F1B. Grayscale: #E4E4E4. Windows color (decimal): -3149596 or 15003855. OLE color: 15003855.
HSL color Cylindrical-coordinate representation of color #CFF0E4: hue angle of 158.18º degrees, saturation: 0.52, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #CFF0E4 is Cyan = 0.14, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 207 | 240 | 228 | - |
| CMYK | 0.14 | 0 | 0.05 | 0.06 |
| HSL | 158.18º | 0.52% | 0.88% | - |
| HSV(B) | 158.18º | 0.14% | 0.94% | - |
| XYZ | 70.9 | 81.19 | 85.33 | - |
| YUV | 228.77 | 127.57 | 112.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 240 | 228 | 0.14 | 0 | 0.05 | 0.06 | 158.18 | 0.52 | 0.88 |
| Hex | CF | F0 | E4 | E | 0 | 5 | 6 | 9E | 34 | 58 |
| Octal | 317 | 360 | 344 | 16 | 0 | 5 | 6 | 236 | 64 | 130 |
| Binary | 11001111 | 11110000 | 11100100 | 1110 | 0 | 101 | 110 | 10011110 | 110100 | 1011000 |
Color Harmonies of #CFF0E4
Complementary color
Monochromatic Colors of #CFF0E4
Black with #CFF0E4
Text Example
Text Example
White with #CFF0E4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFF0E4; }
p { color: rgb(207,240,228); }
H1.HeaderClassName
{
color: #CFF0E4;
}
.AnyTagClassName
{
color: #CFF0E4;
}
</style>
background-color css
<style>
a { background-color: #CFF0E4; }
a { background-color: rgb(207,240,228); }
div.DivClassName
{
background-color: #CFF0E4;
}
.BgClassName
{
background-color: #CFF0E4;
}
</style>
border-color css
<style>
span { border-color: #CFF0E4; }
span { border-color: rgb(207,240,228); }
td.TdClassName
{
border-color: #CFF0E4;
}
.TagClassName
{
border-color: #CFF0E4;
}
</style>