Shades of Humming Bird #CEFDEA
Tints of Humming Bird #CEFDEA
RGB
CMYK
RGB Variations
Color information
#CEFDEA (or 0xCEFDEA) is known color: Humming Bird. HEX triplet: CE, FD and EA. RGB value is (206,253,234). Sum of RGB (Red+Green+Blue) = 206+253+234=693 (91% of max value = 765). Red value is 206 (80.86% from 255 or 29.73% from 693); Green value is 253 (99.22% from 255 or 36.51% from 693); Blue value is 234 (91.80% from 255 or 33.77% from 693); Max value from RGB is 253 - color contains mainly: green. Hex color #CEFDEA is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #CEFDEA is #310215. Grayscale: #ECECEC. Windows color (decimal): -3211798 or 15400398. OLE color: 15400398.
HSL color Cylindrical-coordinate representation of color #CEFDEA: hue angle of 155.74º 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 #CEFDEA is Cyan = 0.19, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 206 | 253 | 234 | - |
| CMYK | 0.19 | 0 | 0.08 | 0.01 |
| HSL | 155.74º | 0.92% | 0.9% | - |
| HSV(B) | 155.74º | 0.19% | 0.99% | - |
| XYZ | 75.43 | 89.31 | 91.11 | - |
| YUV | 236.78 | 126.43 | 106.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 253 | 234 | 0.19 | 0 | 0.08 | 0.01 | 155.74 | 0.92 | 0.9 |
| Hex | CE | FD | EA | 13 | 0 | 8 | 1 | 9C | 5C | 5A |
| Octal | 316 | 375 | 352 | 23 | 0 | 10 | 1 | 234 | 134 | 132 |
| Binary | 11001110 | 11111101 | 11101010 | 10011 | 0 | 1000 | 1 | 10011100 | 1011100 | 1011010 |
Color Harmonies of #CEFDEA
Complementary color
Monochromatic Colors of #CEFDEA
Black with #CEFDEA
Text Example
Text Example
White with #CEFDEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEFDEA; }
p { color: rgb(206,253,234); }
H1.HeaderClassName
{
color: #CEFDEA;
}
.AnyTagClassName
{
color: #CEFDEA;
}
</style>
background-color css
<style>
a { background-color: #CEFDEA; }
a { background-color: rgb(206,253,234); }
div.DivClassName
{
background-color: #CEFDEA;
}
.BgClassName
{
background-color: #CEFDEA;
}
</style>
border-color css
<style>
span { border-color: #CEFDEA; }
span { border-color: rgb(206,253,234); }
td.TdClassName
{
border-color: #CEFDEA;
}
.TagClassName
{
border-color: #CEFDEA;
}
</style>