Shades of Humming Bird #CFF5ED
Tints of Humming Bird #CFF5ED
RGB
CMYK
RGB Variations
Color information
#CFF5ED (or 0xCFF5ED) is known color: Humming Bird. HEX triplet: CF, F5 and ED. RGB value is (207,245,237). Sum of RGB (Red+Green+Blue) = 207+245+237=689 (91% of max value = 765). Red value is 207 (81.25% from 255 or 30.04% from 689); Green value is 245 (96.09% from 255 or 35.56% from 689); Blue value is 237 (92.97% from 255 or 34.40% from 689); Max value from RGB is 245 - color contains mainly: green. Hex color #CFF5ED is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #CFF5ED is #300A12. Grayscale: #E8E8E8. Windows color (decimal): -3148307 or 15594959. OLE color: 15594959.
HSL color Cylindrical-coordinate representation of color #CFF5ED: hue angle of 167.37º degrees, saturation: 0.66, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #CFF5ED is Cyan = 0.16, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.04.
Color convert
RGB | 207 | 245 | 237 | - |
CMYK | 0.16 | 0 | 0.03 | 0.04 |
HSL | 167.37º | 0.66% | 0.89% | - |
HSV(B) | 167.37º | 0.16% | 0.96% | - |
XYZ | 73.67 | 84.68 | 92.58 | - |
YUV | 232.73 | 130.41 | 109.65 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 207 | 245 | 237 | 0.16 | 0 | 0.03 | 0.04 | 167.37 | 0.66 | 0.89 |
Hex | CF | F5 | ED | 10 | 0 | 3 | 4 | A7 | 42 | 59 |
Octal | 317 | 365 | 355 | 20 | 0 | 3 | 4 | 247 | 102 | 131 |
Binary | 11001111 | 11110101 | 11101101 | 10000 | 0 | 11 | 100 | 10100111 | 1000010 | 1011001 |
Color Harmonies of #CFF5ED
Complementary color
Monochromatic Colors of #CFF5ED
Black with #CFF5ED
Text Example
Text Example
White with #CFF5ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFF5ED; }
p { color: rgb(207,245,237); }
H1.HeaderClassName
{
color: #CFF5ED;
}
.AnyTagClassName
{
color: #CFF5ED;
}
</style>
background-color css
<style>
a { background-color: #CFF5ED; }
a { background-color: rgb(207,245,237); }
div.DivClassName
{
background-color: #CFF5ED;
}
.BgClassName
{
background-color: #CFF5ED;
}
</style>
border-color css
<style>
span { border-color: #CFF5ED; }
span { border-color: rgb(207,245,237); }
td.TdClassName
{
border-color: #CFF5ED;
}
.TagClassName
{
border-color: #CFF5ED;
}
</style>