Shades of Humming Bird #CEF8ED
Tints of Humming Bird #CEF8ED
RGB
CMYK
RGB Variations
Color information
#CEF8ED (or 0xCEF8ED) is known color: Humming Bird. HEX triplet: CE, F8 and ED. RGB value is (206,248,237). Sum of RGB (Red+Green+Blue) = 206+248+237=691 (91% of max value = 765). Red value is 206 (80.86% from 255 or 29.81% from 691); Green value is 248 (97.27% from 255 or 35.89% from 691); Blue value is 237 (92.97% from 255 or 34.30% from 691); Max value from RGB is 248 - color contains mainly: green. Hex color #CEF8ED is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #CEF8ED is #310712. Grayscale: #EAEAEA. Windows color (decimal): -3213075 or 15595726. OLE color: 15595726.
HSL color Cylindrical-coordinate representation of color #CEF8ED: hue angle of 164.29º degrees, saturation: 0.75, 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 #CEF8ED is Cyan = 0.17, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 206 | 248 | 237 | - |
| CMYK | 0.17 | 0 | 0.04 | 0.03 |
| HSL | 164.29º | 0.75% | 0.89% | - |
| HSV(B) | 164.29º | 0.17% | 0.97% | - |
| XYZ | 74.31 | 86.37 | 92.88 | - |
| YUV | 234.19 | 129.59 | 107.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 248 | 237 | 0.17 | 0 | 0.04 | 0.03 | 164.29 | 0.75 | 0.89 |
| Hex | CE | F8 | ED | 11 | 0 | 4 | 3 | A4 | 4B | 59 |
| Octal | 316 | 370 | 355 | 21 | 0 | 4 | 3 | 244 | 113 | 131 |
| Binary | 11001110 | 11111000 | 11101101 | 10001 | 0 | 100 | 11 | 10100100 | 1001011 | 1011001 |
Color Harmonies of #CEF8ED
Complementary color
Monochromatic Colors of #CEF8ED
Black with #CEF8ED
Text Example
Text Example
White with #CEF8ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEF8ED; }
p { color: rgb(206,248,237); }
H1.HeaderClassName
{
color: #CEF8ED;
}
.AnyTagClassName
{
color: #CEF8ED;
}
</style>
background-color css
<style>
a { background-color: #CEF8ED; }
a { background-color: rgb(206,248,237); }
div.DivClassName
{
background-color: #CEF8ED;
}
.BgClassName
{
background-color: #CEF8ED;
}
</style>
border-color css
<style>
span { border-color: #CEF8ED; }
span { border-color: rgb(206,248,237); }
td.TdClassName
{
border-color: #CEF8ED;
}
.TagClassName
{
border-color: #CEF8ED;
}
</style>