Shades of Humming Bird #CEF5ED
Tints of Humming Bird #CEF5ED
RGB
CMYK
RGB Variations
Color information
#CEF5ED (or 0xCEF5ED) is known color: Humming Bird. HEX triplet: CE, F5 and ED. RGB value is (206,245,237). Sum of RGB (Red+Green+Blue) = 206+245+237=688 (91% of max value = 765). Red value is 206 (80.86% from 255 or 29.94% from 688); Green value is 245 (96.09% from 255 or 35.61% from 688); Blue value is 237 (92.97% from 255 or 34.45% from 688); Max value from RGB is 245 - color contains mainly: green. Hex color #CEF5ED is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #CEF5ED is #310A12. Grayscale: #E8E8E8. Windows color (decimal): -3213843 or 15594958. OLE color: 15594958.
HSL color Cylindrical-coordinate representation of color #CEF5ED: hue angle of 167.69º 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 #CEF5ED is Cyan = 0.16, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 206 | 245 | 237 | - |
| CMYK | 0.16 | 0 | 0.03 | 0.04 |
| HSL | 167.69º | 0.66% | 0.88% | - |
| HSV(B) | 167.69º | 0.16% | 0.96% | - |
| XYZ | 73.39 | 84.54 | 92.57 | - |
| YUV | 232.43 | 130.58 | 109.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 245 | 237 | 0.16 | 0 | 0.03 | 0.04 | 167.69 | 0.66 | 0.88 |
| Hex | CE | F5 | ED | 10 | 0 | 3 | 4 | A8 | 42 | 58 |
| Octal | 316 | 365 | 355 | 20 | 0 | 3 | 4 | 250 | 102 | 130 |
| Binary | 11001110 | 11110101 | 11101101 | 10000 | 0 | 11 | 100 | 10101000 | 1000010 | 1011000 |
Color Harmonies of #CEF5ED
Complementary color
Monochromatic Colors of #CEF5ED
Black with #CEF5ED
Text Example
Text Example
White with #CEF5ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEF5ED; }
p { color: rgb(206,245,237); }
H1.HeaderClassName
{
color: #CEF5ED;
}
.AnyTagClassName
{
color: #CEF5ED;
}
</style>
background-color css
<style>
a { background-color: #CEF5ED; }
a { background-color: rgb(206,245,237); }
div.DivClassName
{
background-color: #CEF5ED;
}
.BgClassName
{
background-color: #CEF5ED;
}
</style>
border-color css
<style>
span { border-color: #CEF5ED; }
span { border-color: rgb(206,245,237); }
td.TdClassName
{
border-color: #CEF5ED;
}
.TagClassName
{
border-color: #CEF5ED;
}
</style>