Shades of Humming Bird #CFEDE4
Tints of Humming Bird #CFEDE4
RGB
CMYK
RGB Variations
Color information
#CFEDE4 (or 0xCFEDE4) is known color: Humming Bird. HEX triplet: CF, ED and E4. RGB value is (207,237,228). Sum of RGB (Red+Green+Blue) = 207+237+228=672 (89% of max value = 765). Red value is 207 (81.25% from 255 or 30.80% from 672); Green value is 237 (92.97% from 255 or 35.27% from 672); Blue value is 228 (89.45% from 255 or 33.93% from 672); Max value from RGB is 237 - color contains mainly: green. Hex color #CFEDE4 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CFEDE4 is #30121B. Grayscale: #E3E3E3. Windows color (decimal): -3150364 or 15003087. OLE color: 15003087.
HSL color Cylindrical-coordinate representation of color #CFEDE4: hue angle of 162º 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 #CFEDE4 is Cyan = 0.13, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 207 | 237 | 228 | - |
| CMYK | 0.13 | 0 | 0.04 | 0.07 |
| HSL | 162º | 0.45% | 0.87% | - |
| HSV(B) | 162º | 0.13% | 0.93% | - |
| XYZ | 70.02 | 79.44 | 85.04 | - |
| YUV | 227 | 128.56 | 113.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 237 | 228 | 0.13 | 0 | 0.04 | 0.07 | 162 | 0.45 | 0.87 |
| Hex | CF | ED | E4 | D | 0 | 4 | 7 | A2 | 2D | 57 |
| Octal | 317 | 355 | 344 | 15 | 0 | 4 | 7 | 242 | 55 | 127 |
| Binary | 11001111 | 11101101 | 11100100 | 1101 | 0 | 100 | 111 | 10100010 | 101101 | 1010111 |
Color Harmonies of #CFEDE4
Complementary color
Monochromatic Colors of #CFEDE4
Black with #CFEDE4
Text Example
Text Example
White with #CFEDE4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFEDE4; }
p { color: rgb(207,237,228); }
H1.HeaderClassName
{
color: #CFEDE4;
}
.AnyTagClassName
{
color: #CFEDE4;
}
</style>
background-color css
<style>
a { background-color: #CFEDE4; }
a { background-color: rgb(207,237,228); }
div.DivClassName
{
background-color: #CFEDE4;
}
.BgClassName
{
background-color: #CFEDE4;
}
</style>
border-color css
<style>
span { border-color: #CFEDE4; }
span { border-color: rgb(207,237,228); }
td.TdClassName
{
border-color: #CFEDE4;
}
.TagClassName
{
border-color: #CFEDE4;
}
</style>