Shades of Humming Bird #CEFEEC
Tints of Humming Bird #CEFEEC
RGB
CMYK
RGB Variations
Color information
#CEFEEC (or 0xCEFEEC) is known color: Humming Bird. HEX triplet: CE, FE and EC. RGB value is (206,254,236). Sum of RGB (Red+Green+Blue) = 206+254+236=696 (92% of max value = 765). Red value is 206 (80.86% from 255 or 29.60% from 696); Green value is 254 (99.61% from 255 or 36.49% from 696); Blue value is 236 (92.58% from 255 or 33.91% from 696); Max value from RGB is 254 - color contains mainly: green. Hex color #CEFEEC is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #CEFEEC is #310113. Grayscale: #EDEDED. Windows color (decimal): -3211540 or 15531726. OLE color: 15531726.
HSL color Cylindrical-coordinate representation of color #CEFEEC: hue angle of 157.5º degrees, saturation: 0.96, lightness: 0.9%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #CEFEEC is Cyan = 0.19, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 206 | 254 | 236 | - |
| CMYK | 0.19 | 0 | 0.07 | 0.00 |
| HSL | 157.5º | 0.96% | 0.9% | - |
| HSV(B) | 157.5º | 0.19% | 1% | - |
| XYZ | 76.04 | 90.06 | 92.73 | - |
| YUV | 237.6 | 127.1 | 105.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 254 | 236 | 0.19 | 0 | 0.07 | 0.00 | 157.5 | 0.96 | 0.9 |
| Hex | CE | FE | EC | 13 | 0 | 7 | 0 | 9E | 60 | 5A |
| Octal | 316 | 376 | 354 | 23 | 0 | 7 | 0 | 236 | 140 | 132 |
| Binary | 11001110 | 11111110 | 11101100 | 10011 | 0 | 111 | 0 | 10011110 | 1100000 | 1011010 |
Color Harmonies of #CEFEEC
Complementary color
Monochromatic Colors of #CEFEEC
Black with #CEFEEC
Text Example
Text Example
White with #CEFEEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEFEEC; }
p { color: rgb(206,254,236); }
H1.HeaderClassName
{
color: #CEFEEC;
}
.AnyTagClassName
{
color: #CEFEEC;
}
</style>
background-color css
<style>
a { background-color: #CEFEEC; }
a { background-color: rgb(206,254,236); }
div.DivClassName
{
background-color: #CEFEEC;
}
.BgClassName
{
background-color: #CEFEEC;
}
</style>
border-color css
<style>
span { border-color: #CEFEEC; }
span { border-color: rgb(206,254,236); }
td.TdClassName
{
border-color: #CEFEEC;
}
.TagClassName
{
border-color: #CEFEEC;
}
</style>