Shades of Humming Bird #CEF1E5
Tints of Humming Bird #CEF1E5
RGB
CMYK
RGB Variations
Color information
#CEF1E5 (or 0xCEF1E5) is known color: Humming Bird. HEX triplet: CE, F1 and E5. RGB value is (206,241,229). Sum of RGB (Red+Green+Blue) = 206+241+229=676 (89% of max value = 765). Red value is 206 (80.86% from 255 or 30.47% from 676); Green value is 241 (94.53% from 255 or 35.65% from 676); Blue value is 229 (89.84% from 255 or 33.88% from 676); Max value from RGB is 241 - color contains mainly: green. Hex color #CEF1E5 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CEF1E5 is #310E1A. Grayscale: #E5E5E5. Windows color (decimal): -3214875 or 15069646. OLE color: 15069646.
HSL color Cylindrical-coordinate representation of color #CEF1E5: hue angle of 159.43º degrees, saturation: 0.56, 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 #CEF1E5 is Cyan = 0.15, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 206 | 241 | 229 | - |
| CMYK | 0.15 | 0 | 0.05 | 0.05 |
| HSL | 159.43º | 0.56% | 0.88% | - |
| HSV(B) | 159.43º | 0.15% | 0.95% | - |
| XYZ | 71.05 | 81.69 | 86.15 | - |
| YUV | 229.17 | 127.9 | 111.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 241 | 229 | 0.15 | 0 | 0.05 | 0.05 | 159.43 | 0.56 | 0.88 |
| Hex | CE | F1 | E5 | F | 0 | 5 | 5 | 9F | 38 | 58 |
| Octal | 316 | 361 | 345 | 17 | 0 | 5 | 5 | 237 | 70 | 130 |
| Binary | 11001110 | 11110001 | 11100101 | 1111 | 0 | 101 | 101 | 10011111 | 111000 | 1011000 |
Color Harmonies of #CEF1E5
Complementary color
Monochromatic Colors of #CEF1E5
Black with #CEF1E5
Text Example
Text Example
White with #CEF1E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEF1E5; }
p { color: rgb(206,241,229); }
H1.HeaderClassName
{
color: #CEF1E5;
}
.AnyTagClassName
{
color: #CEF1E5;
}
</style>
background-color css
<style>
a { background-color: #CEF1E5; }
a { background-color: rgb(206,241,229); }
div.DivClassName
{
background-color: #CEF1E5;
}
.BgClassName
{
background-color: #CEF1E5;
}
</style>
border-color css
<style>
span { border-color: #CEF1E5; }
span { border-color: rgb(206,241,229); }
td.TdClassName
{
border-color: #CEF1E5;
}
.TagClassName
{
border-color: #CEF1E5;
}
</style>