Shades of Humming Bird #CEFDEC
Tints of Humming Bird #CEFDEC
RGB
CMYK
RGB Variations
Color information
#CEFDEC (or 0xCEFDEC) is known color: Humming Bird. HEX triplet: CE, FD and EC. RGB value is (206,253,236). Sum of RGB (Red+Green+Blue) = 206+253+236=695 (92% of max value = 765). Red value is 206 (80.86% from 255 or 29.64% from 695); Green value is 253 (99.22% from 255 or 36.40% from 695); Blue value is 236 (92.58% from 255 or 33.96% from 695); Max value from RGB is 253 - color contains mainly: green. Hex color #CEFDEC is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #CEFDEC is #310213. Grayscale: #EDEDED. Windows color (decimal): -3211796 or 15531470. OLE color: 15531470.
HSL color Cylindrical-coordinate representation of color #CEFDEC: hue angle of 158.3º degrees, saturation: 0.92, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #CEFDEC is Cyan = 0.19, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 206 | 253 | 236 | - |
| CMYK | 0.19 | 0 | 0.07 | 0.01 |
| HSL | 158.3º | 0.92% | 0.9% | - |
| HSV(B) | 158.3º | 0.19% | 0.99% | - |
| XYZ | 75.72 | 89.43 | 92.63 | - |
| YUV | 237.01 | 127.43 | 105.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 253 | 236 | 0.19 | 0 | 0.07 | 0.01 | 158.3 | 0.92 | 0.9 |
| Hex | CE | FD | EC | 13 | 0 | 7 | 1 | 9E | 5C | 5A |
| Octal | 316 | 375 | 354 | 23 | 0 | 7 | 1 | 236 | 134 | 132 |
| Binary | 11001110 | 11111101 | 11101100 | 10011 | 0 | 111 | 1 | 10011110 | 1011100 | 1011010 |
Color Harmonies of #CEFDEC
Complementary color
Monochromatic Colors of #CEFDEC
Black with #CEFDEC
Text Example
Text Example
White with #CEFDEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEFDEC; }
p { color: rgb(206,253,236); }
H1.HeaderClassName
{
color: #CEFDEC;
}
.AnyTagClassName
{
color: #CEFDEC;
}
</style>
background-color css
<style>
a { background-color: #CEFDEC; }
a { background-color: rgb(206,253,236); }
div.DivClassName
{
background-color: #CEFDEC;
}
.BgClassName
{
background-color: #CEFDEC;
}
</style>
border-color css
<style>
span { border-color: #CEFDEC; }
span { border-color: rgb(206,253,236); }
td.TdClassName
{
border-color: #CEFDEC;
}
.TagClassName
{
border-color: #CEFDEC;
}
</style>