Shades of Humming Bird #C7EDE3
Tints of Humming Bird #C7EDE3
RGB
CMYK
RGB Variations
Color information
#C7EDE3 (or 0xC7EDE3) is known color: Humming Bird. HEX triplet: C7, ED and E3. RGB value is (199,237,227). Sum of RGB (Red+Green+Blue) = 199+237+227=663 (87% of max value = 765). Red value is 199 (78.12% from 255 or 30.02% from 663); Green value is 237 (92.97% from 255 or 35.75% from 663); Blue value is 227 (89.06% from 255 or 34.24% from 663); Max value from RGB is 237 - color contains mainly: green. Hex color #C7EDE3 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #C7EDE3 is #38121C. Grayscale: #E0E0E0. Windows color (decimal): -3674653 or 14937543. OLE color: 14937543.
HSL color Cylindrical-coordinate representation of color #C7EDE3: hue angle of 164.21º degrees, saturation: 0.51, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #C7EDE3 is Cyan = 0.16, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 199 | 237 | 227 | - |
| CMYK | 0.16 | 0 | 0.04 | 0.07 |
| HSL | 164.21º | 0.51% | 0.85% | - |
| HSV(B) | 164.21º | 0.16% | 0.93% | - |
| XYZ | 67.7 | 78.26 | 84.21 | - |
| YUV | 224.5 | 129.41 | 109.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 237 | 227 | 0.16 | 0 | 0.04 | 0.07 | 164.21 | 0.51 | 0.85 |
| Hex | C7 | ED | E3 | 10 | 0 | 4 | 7 | A4 | 33 | 55 |
| Octal | 307 | 355 | 343 | 20 | 0 | 4 | 7 | 244 | 63 | 125 |
| Binary | 11000111 | 11101101 | 11100011 | 10000 | 0 | 100 | 111 | 10100100 | 110011 | 1010101 |
Color Harmonies of #C7EDE3
Complementary color
Monochromatic Colors of #C7EDE3
Black with #C7EDE3
Text Example
Text Example
White with #C7EDE3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7EDE3; }
p { color: rgb(199,237,227); }
H1.HeaderClassName
{
color: #C7EDE3;
}
.AnyTagClassName
{
color: #C7EDE3;
}
</style>
background-color css
<style>
a { background-color: #C7EDE3; }
a { background-color: rgb(199,237,227); }
div.DivClassName
{
background-color: #C7EDE3;
}
.BgClassName
{
background-color: #C7EDE3;
}
</style>
border-color css
<style>
span { border-color: #C7EDE3; }
span { border-color: rgb(199,237,227); }
td.TdClassName
{
border-color: #C7EDE3;
}
.TagClassName
{
border-color: #C7EDE3;
}
</style>