Shades of Humming Bird #CFEDE3
Tints of Humming Bird #CFEDE3
RGB
CMYK
RGB Variations
Color information
#CFEDE3 (or 0xCFEDE3) is known color: Humming Bird. HEX triplet: CF, ED and E3. RGB value is (207,237,227). Sum of RGB (Red+Green+Blue) = 207+237+227=671 (88% of max value = 765). Red value is 207 (81.25% from 255 or 30.85% from 671); Green value is 237 (92.97% from 255 or 35.32% from 671); Blue value is 227 (89.06% from 255 or 33.83% from 671); Max value from RGB is 237 - color contains mainly: green. Hex color #CFEDE3 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CFEDE3 is #30121C. Grayscale: #E2E2E2. Windows color (decimal): -3150365 or 14937551. OLE color: 14937551.
HSL color Cylindrical-coordinate representation of color #CFEDE3: hue angle of 160º degrees, saturation: 0.45, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #CFEDE3 is Cyan = 0.13, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 207 | 237 | 227 | - |
| CMYK | 0.13 | 0 | 0.04 | 0.07 |
| HSL | 160º | 0.45% | 0.87% | - |
| HSV(B) | 160º | 0.13% | 0.93% | - |
| XYZ | 69.88 | 79.38 | 84.31 | - |
| YUV | 226.89 | 128.06 | 113.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 237 | 227 | 0.13 | 0 | 0.04 | 0.07 | 160 | 0.45 | 0.87 |
| Hex | CF | ED | E3 | D | 0 | 4 | 7 | A0 | 2D | 57 |
| Octal | 317 | 355 | 343 | 15 | 0 | 4 | 7 | 240 | 55 | 127 |
| Binary | 11001111 | 11101101 | 11100011 | 1101 | 0 | 100 | 111 | 10100000 | 101101 | 1010111 |
Color Harmonies of #CFEDE3
Complementary color
Monochromatic Colors of #CFEDE3
Black with #CFEDE3
Text Example
Text Example
White with #CFEDE3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFEDE3; }
p { color: rgb(207,237,227); }
H1.HeaderClassName
{
color: #CFEDE3;
}
.AnyTagClassName
{
color: #CFEDE3;
}
</style>
background-color css
<style>
a { background-color: #CFEDE3; }
a { background-color: rgb(207,237,227); }
div.DivClassName
{
background-color: #CFEDE3;
}
.BgClassName
{
background-color: #CFEDE3;
}
</style>
border-color css
<style>
span { border-color: #CFEDE3; }
span { border-color: rgb(207,237,227); }
td.TdClassName
{
border-color: #CFEDE3;
}
.TagClassName
{
border-color: #CFEDE3;
}
</style>