Shades of Humming Bird #CEF5E8
Tints of Humming Bird #CEF5E8
RGB
CMYK
RGB Variations
Color information
#CEF5E8 (or 0xCEF5E8) is known color: Humming Bird. HEX triplet: CE, F5 and E8. RGB value is (206,245,232). Sum of RGB (Red+Green+Blue) = 206+245+232=683 (90% of max value = 765). Red value is 206 (80.86% from 255 or 30.16% from 683); Green value is 245 (96.09% from 255 or 35.87% from 683); Blue value is 232 (91.02% from 255 or 33.97% from 683); Max value from RGB is 245 - color contains mainly: green. Hex color #CEF5E8 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #CEF5E8 is #310A17. Grayscale: #E7E7E7. Windows color (decimal): -3213848 or 15267278. OLE color: 15267278.
HSL color Cylindrical-coordinate representation of color #CEF5E8: hue angle of 160º degrees, saturation: 0.66, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #CEF5E8 is Cyan = 0.16, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 206 | 245 | 232 | - |
| CMYK | 0.16 | 0 | 0.05 | 0.04 |
| HSL | 160º | 0.66% | 0.88% | - |
| HSV(B) | 160º | 0.16% | 0.96% | - |
| XYZ | 72.67 | 84.25 | 88.78 | - |
| YUV | 231.86 | 128.08 | 109.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 245 | 232 | 0.16 | 0 | 0.05 | 0.04 | 160 | 0.66 | 0.88 |
| Hex | CE | F5 | E8 | 10 | 0 | 5 | 4 | A0 | 42 | 58 |
| Octal | 316 | 365 | 350 | 20 | 0 | 5 | 4 | 240 | 102 | 130 |
| Binary | 11001110 | 11110101 | 11101000 | 10000 | 0 | 101 | 100 | 10100000 | 1000010 | 1011000 |
Color Harmonies of #CEF5E8
Complementary color
Monochromatic Colors of #CEF5E8
Black with #CEF5E8
Text Example
Text Example
White with #CEF5E8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEF5E8; }
p { color: rgb(206,245,232); }
H1.HeaderClassName
{
color: #CEF5E8;
}
.AnyTagClassName
{
color: #CEF5E8;
}
</style>
background-color css
<style>
a { background-color: #CEF5E8; }
a { background-color: rgb(206,245,232); }
div.DivClassName
{
background-color: #CEF5E8;
}
.BgClassName
{
background-color: #CEF5E8;
}
</style>
border-color css
<style>
span { border-color: #CEF5E8; }
span { border-color: rgb(206,245,232); }
td.TdClassName
{
border-color: #CEF5E8;
}
.TagClassName
{
border-color: #CEF5E8;
}
</style>