Shades of Humming Bird #CEF2E7
Tints of Humming Bird #CEF2E7
RGB
CMYK
RGB Variations
Color information
#CEF2E7 (or 0xCEF2E7) is known color: Humming Bird. HEX triplet: CE, F2 and E7. RGB value is (206,242,231). Sum of RGB (Red+Green+Blue) = 206+242+231=679 (89% of max value = 765). Red value is 206 (80.86% from 255 or 30.34% from 679); Green value is 242 (94.92% from 255 or 35.64% from 679); Blue value is 231 (90.62% from 255 or 34.02% from 679); Max value from RGB is 242 - color contains mainly: green. Hex color #CEF2E7 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #CEF2E7 is #310D18. Grayscale: #E5E5E5. Windows color (decimal): -3214617 or 15200974. OLE color: 15200974.
HSL color Cylindrical-coordinate representation of color #CEF2E7: hue angle of 161.67º degrees, saturation: 0.58, 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 #CEF2E7 is Cyan = 0.15, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 206 | 242 | 231 | - |
| CMYK | 0.15 | 0 | 0.05 | 0.05 |
| HSL | 161.67º | 0.58% | 0.88% | - |
| HSV(B) | 161.67º | 0.15% | 0.95% | - |
| XYZ | 71.63 | 82.4 | 87.73 | - |
| YUV | 229.98 | 128.57 | 110.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 242 | 231 | 0.15 | 0 | 0.05 | 0.05 | 161.67 | 0.58 | 0.88 |
| Hex | CE | F2 | E7 | F | 0 | 5 | 5 | A2 | 3A | 58 |
| Octal | 316 | 362 | 347 | 17 | 0 | 5 | 5 | 242 | 72 | 130 |
| Binary | 11001110 | 11110010 | 11100111 | 1111 | 0 | 101 | 101 | 10100010 | 111010 | 1011000 |
Color Harmonies of #CEF2E7
Complementary color
Monochromatic Colors of #CEF2E7
Black with #CEF2E7
Text Example
Text Example
White with #CEF2E7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEF2E7; }
p { color: rgb(206,242,231); }
H1.HeaderClassName
{
color: #CEF2E7;
}
.AnyTagClassName
{
color: #CEF2E7;
}
</style>
background-color css
<style>
a { background-color: #CEF2E7; }
a { background-color: rgb(206,242,231); }
div.DivClassName
{
background-color: #CEF2E7;
}
.BgClassName
{
background-color: #CEF2E7;
}
</style>
border-color css
<style>
span { border-color: #CEF2E7; }
span { border-color: rgb(206,242,231); }
td.TdClassName
{
border-color: #CEF2E7;
}
.TagClassName
{
border-color: #CEF2E7;
}
</style>