Shades of Humming Bird #CEF6ED
Tints of Humming Bird #CEF6ED
RGB
CMYK
RGB Variations
Color information
#CEF6ED (or 0xCEF6ED) is known color: Humming Bird. HEX triplet: CE, F6 and ED. RGB value is (206,246,237). Sum of RGB (Red+Green+Blue) = 206+246+237=689 (91% of max value = 765). Red value is 206 (80.86% from 255 or 29.90% from 689); Green value is 246 (96.48% from 255 or 35.70% from 689); Blue value is 237 (92.97% from 255 or 34.40% from 689); Max value from RGB is 246 - color contains mainly: green. Hex color #CEF6ED is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #CEF6ED is #310912. Grayscale: #E9E9E9. Windows color (decimal): -3213587 or 15595214. OLE color: 15595214.
HSL color Cylindrical-coordinate representation of color #CEF6ED: hue angle of 166.5º 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 #CEF6ED is Cyan = 0.16, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 206 | 246 | 237 | - |
| CMYK | 0.16 | 0 | 0.04 | 0.04 |
| HSL | 166.5º | 0.69% | 0.89% | - |
| HSV(B) | 166.5º | 0.16% | 0.96% | - |
| XYZ | 73.7 | 85.15 | 92.67 | - |
| YUV | 233.01 | 130.25 | 108.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 246 | 237 | 0.16 | 0 | 0.04 | 0.04 | 166.5 | 0.69 | 0.89 |
| Hex | CE | F6 | ED | 10 | 0 | 4 | 4 | A6 | 45 | 59 |
| Octal | 316 | 366 | 355 | 20 | 0 | 4 | 4 | 246 | 105 | 131 |
| Binary | 11001110 | 11110110 | 11101101 | 10000 | 0 | 100 | 100 | 10100110 | 1000101 | 1011001 |
Color Harmonies of #CEF6ED
Complementary color
Monochromatic Colors of #CEF6ED
Black with #CEF6ED
Text Example
Text Example
White with #CEF6ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEF6ED; }
p { color: rgb(206,246,237); }
H1.HeaderClassName
{
color: #CEF6ED;
}
.AnyTagClassName
{
color: #CEF6ED;
}
</style>
background-color css
<style>
a { background-color: #CEF6ED; }
a { background-color: rgb(206,246,237); }
div.DivClassName
{
background-color: #CEF6ED;
}
.BgClassName
{
background-color: #CEF6ED;
}
</style>
border-color css
<style>
span { border-color: #CEF6ED; }
span { border-color: rgb(206,246,237); }
td.TdClassName
{
border-color: #CEF6ED;
}
.TagClassName
{
border-color: #CEF6ED;
}
</style>