Shades of Humming Bird #CEF1E7
Tints of Humming Bird #CEF1E7
RGB
CMYK
RGB Variations
Color information
#CEF1E7 (or 0xCEF1E7) is known color: Humming Bird. HEX triplet: CE, F1 and E7. RGB value is (206,241,231). Sum of RGB (Red+Green+Blue) = 206+241+231=678 (89% of max value = 765). Red value is 206 (80.86% from 255 or 30.38% from 678); Green value is 241 (94.53% from 255 or 35.55% from 678); Blue value is 231 (90.62% from 255 or 34.07% from 678); Max value from RGB is 241 - color contains mainly: green. Hex color #CEF1E7 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #CEF1E7 is #310E18. Grayscale: #E5E5E5. Windows color (decimal): -3214873 or 15200718. OLE color: 15200718.
HSL color Cylindrical-coordinate representation of color #CEF1E7: hue angle of 162.86º 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 #CEF1E7 is Cyan = 0.15, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 206 | 241 | 231 | - |
| CMYK | 0.15 | 0 | 0.04 | 0.05 |
| HSL | 162.86º | 0.56% | 0.88% | - |
| HSV(B) | 162.86º | 0.15% | 0.95% | - |
| XYZ | 71.33 | 81.8 | 87.63 | - |
| YUV | 229.4 | 128.9 | 111.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 241 | 231 | 0.15 | 0 | 0.04 | 0.05 | 162.86 | 0.56 | 0.88 |
| Hex | CE | F1 | E7 | F | 0 | 4 | 5 | A3 | 38 | 58 |
| Octal | 316 | 361 | 347 | 17 | 0 | 4 | 5 | 243 | 70 | 130 |
| Binary | 11001110 | 11110001 | 11100111 | 1111 | 0 | 100 | 101 | 10100011 | 111000 | 1011000 |
Color Harmonies of #CEF1E7
Complementary color
Monochromatic Colors of #CEF1E7
Black with #CEF1E7
Text Example
Text Example
White with #CEF1E7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEF1E7; }
p { color: rgb(206,241,231); }
H1.HeaderClassName
{
color: #CEF1E7;
}
.AnyTagClassName
{
color: #CEF1E7;
}
</style>
background-color css
<style>
a { background-color: #CEF1E7; }
a { background-color: rgb(206,241,231); }
div.DivClassName
{
background-color: #CEF1E7;
}
.BgClassName
{
background-color: #CEF1E7;
}
</style>
border-color css
<style>
span { border-color: #CEF1E7; }
span { border-color: rgb(206,241,231); }
td.TdClassName
{
border-color: #CEF1E7;
}
.TagClassName
{
border-color: #CEF1E7;
}
</style>