Shades of Humming Bird #CEF6EC
Tints of Humming Bird #CEF6EC
RGB
CMYK
RGB Variations
Color information
#CEF6EC (or 0xCEF6EC) is known color: Humming Bird. HEX triplet: CE, F6 and EC. RGB value is (206,246,236). Sum of RGB (Red+Green+Blue) = 206+246+236=688 (91% of max value = 765). Red value is 206 (80.86% from 255 or 29.94% from 688); Green value is 246 (96.48% from 255 or 35.76% from 688); Blue value is 236 (92.58% from 255 or 34.30% from 688); Max value from RGB is 246 - color contains mainly: green. Hex color #CEF6EC is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #CEF6EC is #310913. Grayscale: #E8E8E8. Windows color (decimal): -3213588 or 15529678. OLE color: 15529678.
HSL color Cylindrical-coordinate representation of color #CEF6EC: hue angle of 165º degrees, saturation: 0.69, 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 #CEF6EC is Cyan = 0.16, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 206 | 246 | 236 | - |
| CMYK | 0.16 | 0 | 0.04 | 0.04 |
| HSL | 165º | 0.69% | 0.89% | - |
| HSV(B) | 165º | 0.16% | 0.96% | - |
| XYZ | 73.55 | 85.09 | 91.9 | - |
| YUV | 232.9 | 129.75 | 108.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 246 | 236 | 0.16 | 0 | 0.04 | 0.04 | 165 | 0.69 | 0.89 |
| Hex | CE | F6 | EC | 10 | 0 | 4 | 4 | A5 | 45 | 59 |
| Octal | 316 | 366 | 354 | 20 | 0 | 4 | 4 | 245 | 105 | 131 |
| Binary | 11001110 | 11110110 | 11101100 | 10000 | 0 | 100 | 100 | 10100101 | 1000101 | 1011001 |
Color Harmonies of #CEF6EC
Complementary color
Monochromatic Colors of #CEF6EC
Black with #CEF6EC
Text Example
Text Example
White with #CEF6EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEF6EC; }
p { color: rgb(206,246,236); }
H1.HeaderClassName
{
color: #CEF6EC;
}
.AnyTagClassName
{
color: #CEF6EC;
}
</style>
background-color css
<style>
a { background-color: #CEF6EC; }
a { background-color: rgb(206,246,236); }
div.DivClassName
{
background-color: #CEF6EC;
}
.BgClassName
{
background-color: #CEF6EC;
}
</style>
border-color css
<style>
span { border-color: #CEF6EC; }
span { border-color: rgb(206,246,236); }
td.TdClassName
{
border-color: #CEF6EC;
}
.TagClassName
{
border-color: #CEF6EC;
}
</style>