Shades of Humming Bird #CFFEE9
Tints of Humming Bird #CFFEE9
RGB
CMYK
RGB Variations
Color information
#CFFEE9 (or 0xCFFEE9) is known color: Humming Bird. HEX triplet: CF, FE and E9. RGB value is (207,254,233). Sum of RGB (Red+Green+Blue) = 207+254+233=694 (91% of max value = 765). Red value is 207 (81.25% from 255 or 29.83% from 694); Green value is 254 (99.61% from 255 or 36.60% from 694); Blue value is 233 (91.41% from 255 or 33.57% from 694); Max value from RGB is 254 - color contains mainly: green. Hex color #CFFEE9 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #CFFEE9 is #300116. Grayscale: #EDEDED. Windows color (decimal): -3146007 or 15335119. OLE color: 15335119.
HSL color Cylindrical-coordinate representation of color #CFFEE9: hue angle of 153.19º degrees, saturation: 0.96, lightness: 0.9%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #CFFEE9 is Cyan = 0.19, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.00.
Color convert
RGB | 207 | 254 | 233 | - |
CMYK | 0.19 | 0 | 0.08 | 0.00 |
HSL | 153.19º | 0.96% | 0.9% | - |
HSV(B) | 153.19º | 0.19% | 1% | - |
XYZ | 75.88 | 90.03 | 90.47 | - |
YUV | 237.55 | 125.43 | 106.21 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 207 | 254 | 233 | 0.19 | 0 | 0.08 | 0.00 | 153.19 | 0.96 | 0.9 |
Hex | CF | FE | E9 | 13 | 0 | 8 | 0 | 99 | 60 | 5A |
Octal | 317 | 376 | 351 | 23 | 0 | 10 | 0 | 231 | 140 | 132 |
Binary | 11001111 | 11111110 | 11101001 | 10011 | 0 | 1000 | 0 | 10011001 | 1100000 | 1011010 |
Color Harmonies of #CFFEE9
Complementary color
Monochromatic Colors of #CFFEE9
Black with #CFFEE9
Text Example
Text Example
White with #CFFEE9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFFEE9; }
p { color: rgb(207,254,233); }
H1.HeaderClassName
{
color: #CFFEE9;
}
.AnyTagClassName
{
color: #CFFEE9;
}
</style>
background-color css
<style>
a { background-color: #CFFEE9; }
a { background-color: rgb(207,254,233); }
div.DivClassName
{
background-color: #CFFEE9;
}
.BgClassName
{
background-color: #CFFEE9;
}
</style>
border-color css
<style>
span { border-color: #CFFEE9; }
span { border-color: rgb(207,254,233); }
td.TdClassName
{
border-color: #CFFEE9;
}
.TagClassName
{
border-color: #CFFEE9;
}
</style>