Shades of Humming Bird #CEF3E9
Tints of Humming Bird #CEF3E9
RGB
CMYK
RGB Variations
Color information
#CEF3E9 (or 0xCEF3E9) is known color: Humming Bird. HEX triplet: CE, F3 and E9. RGB value is (206,243,233). Sum of RGB (Red+Green+Blue) = 206+243+233=682 (90% of max value = 765). Red value is 206 (80.86% from 255 or 30.21% from 682); Green value is 243 (95.31% from 255 or 35.63% from 682); Blue value is 233 (91.41% from 255 or 34.16% from 682); Max value from RGB is 243 - color contains mainly: green. Hex color #CEF3E9 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #CEF3E9 is #310C16. Grayscale: #E6E6E6. Windows color (decimal): -3214359 or 15332302. OLE color: 15332302.
HSL color Cylindrical-coordinate representation of color #CEF3E9: hue angle of 163.78º degrees, saturation: 0.61, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #CEF3E9 is Cyan = 0.15, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 206 | 243 | 233 | - |
| CMYK | 0.15 | 0 | 0.04 | 0.05 |
| HSL | 163.78º | 0.61% | 0.88% | - |
| HSV(B) | 163.78º | 0.15% | 0.95% | - |
| XYZ | 72.21 | 83.11 | 89.33 | - |
| YUV | 230.8 | 129.24 | 110.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 243 | 233 | 0.15 | 0 | 0.04 | 0.05 | 163.78 | 0.61 | 0.88 |
| Hex | CE | F3 | E9 | F | 0 | 4 | 5 | A4 | 3D | 58 |
| Octal | 316 | 363 | 351 | 17 | 0 | 4 | 5 | 244 | 75 | 130 |
| Binary | 11001110 | 11110011 | 11101001 | 1111 | 0 | 100 | 101 | 10100100 | 111101 | 1011000 |
Color Harmonies of #CEF3E9
Complementary color
Monochromatic Colors of #CEF3E9
Black with #CEF3E9
Text Example
Text Example
White with #CEF3E9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEF3E9; }
p { color: rgb(206,243,233); }
H1.HeaderClassName
{
color: #CEF3E9;
}
.AnyTagClassName
{
color: #CEF3E9;
}
</style>
background-color css
<style>
a { background-color: #CEF3E9; }
a { background-color: rgb(206,243,233); }
div.DivClassName
{
background-color: #CEF3E9;
}
.BgClassName
{
background-color: #CEF3E9;
}
</style>
border-color css
<style>
span { border-color: #CEF3E9; }
span { border-color: rgb(206,243,233); }
td.TdClassName
{
border-color: #CEF3E9;
}
.TagClassName
{
border-color: #CEF3E9;
}
</style>