Shades of Humming Bird #CEF7EC
Tints of Humming Bird #CEF7EC
RGB
CMYK
RGB Variations
Color information
#CEF7EC (or 0xCEF7EC) is known color: Humming Bird. HEX triplet: CE, F7 and EC. RGB value is (206,247,236). Sum of RGB (Red+Green+Blue) = 206+247+236=689 (91% of max value = 765). Red value is 206 (80.86% from 255 or 29.90% from 689); Green value is 247 (96.88% from 255 or 35.85% from 689); Blue value is 236 (92.58% from 255 or 34.25% from 689); Max value from RGB is 247 - color contains mainly: green. Hex color #CEF7EC is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #CEF7EC is #310813. Grayscale: #E9E9E9. Windows color (decimal): -3213332 or 15529934. OLE color: 15529934.
HSL color Cylindrical-coordinate representation of color #CEF7EC: hue angle of 163.9º degrees, saturation: 0.72, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #CEF7EC is Cyan = 0.17, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 206 | 247 | 236 | - |
| CMYK | 0.17 | 0 | 0.04 | 0.03 |
| HSL | 163.9º | 0.72% | 0.89% | - |
| HSV(B) | 163.9º | 0.17% | 0.97% | - |
| XYZ | 73.85 | 85.7 | 92.01 | - |
| YUV | 233.49 | 129.42 | 108.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 247 | 236 | 0.17 | 0 | 0.04 | 0.03 | 163.9 | 0.72 | 0.89 |
| Hex | CE | F7 | EC | 11 | 0 | 4 | 3 | A4 | 48 | 59 |
| Octal | 316 | 367 | 354 | 21 | 0 | 4 | 3 | 244 | 110 | 131 |
| Binary | 11001110 | 11110111 | 11101100 | 10001 | 0 | 100 | 11 | 10100100 | 1001000 | 1011001 |
Color Harmonies of #CEF7EC
Complementary color
Monochromatic Colors of #CEF7EC
Black with #CEF7EC
Text Example
Text Example
White with #CEF7EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEF7EC; }
p { color: rgb(206,247,236); }
H1.HeaderClassName
{
color: #CEF7EC;
}
.AnyTagClassName
{
color: #CEF7EC;
}
</style>
background-color css
<style>
a { background-color: #CEF7EC; }
a { background-color: rgb(206,247,236); }
div.DivClassName
{
background-color: #CEF7EC;
}
.BgClassName
{
background-color: #CEF7EC;
}
</style>
border-color css
<style>
span { border-color: #CEF7EC; }
span { border-color: rgb(206,247,236); }
td.TdClassName
{
border-color: #CEF7EC;
}
.TagClassName
{
border-color: #CEF7EC;
}
</style>