Shades of Humming Bird #CCEAE0
Tints of Humming Bird #CCEAE0
RGB
CMYK
RGB Variations
Color information
#CCEAE0 (or 0xCCEAE0) is known color: Humming Bird. HEX triplet: CC, EA and E0. RGB value is (204,234,224). Sum of RGB (Red+Green+Blue) = 204+234+224=662 (87% of max value = 765). Red value is 204 (80.08% from 255 or 30.82% from 662); Green value is 234 (91.80% from 255 or 35.35% from 662); Blue value is 224 (87.89% from 255 or 33.84% from 662); Max value from RGB is 234 - color contains mainly: green. Hex color #CCEAE0 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CCEAE0 is #33151F. Grayscale: #DFDFDF. Windows color (decimal): -3347744 or 14740172. OLE color: 14740172.
HSL color Cylindrical-coordinate representation of color #CCEAE0: hue angle of 160º degrees, saturation: 0.42, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #CCEAE0 is Cyan = 0.13, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 204 | 234 | 224 | - |
| CMYK | 0.13 | 0 | 0.04 | 0.08 |
| HSL | 160º | 0.42% | 0.86% | - |
| HSV(B) | 160º | 0.13% | 0.92% | - |
| XYZ | 67.78 | 77.06 | 81.82 | - |
| YUV | 223.89 | 128.06 | 113.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 234 | 224 | 0.13 | 0 | 0.04 | 0.08 | 160 | 0.42 | 0.86 |
| Hex | CC | EA | E0 | D | 0 | 4 | 8 | A0 | 2A | 56 |
| Octal | 314 | 352 | 340 | 15 | 0 | 4 | 10 | 240 | 52 | 126 |
| Binary | 11001100 | 11101010 | 11100000 | 1101 | 0 | 100 | 1000 | 10100000 | 101010 | 1010110 |
Color Harmonies of #CCEAE0
Complementary color
Monochromatic Colors of #CCEAE0
Black with #CCEAE0
Text Example
Text Example
White with #CCEAE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCEAE0; }
p { color: rgb(204,234,224); }
H1.HeaderClassName
{
color: #CCEAE0;
}
.AnyTagClassName
{
color: #CCEAE0;
}
</style>
background-color css
<style>
a { background-color: #CCEAE0; }
a { background-color: rgb(204,234,224); }
div.DivClassName
{
background-color: #CCEAE0;
}
.BgClassName
{
background-color: #CCEAE0;
}
</style>
border-color css
<style>
span { border-color: #CCEAE0; }
span { border-color: rgb(204,234,224); }
td.TdClassName
{
border-color: #CCEAE0;
}
.TagClassName
{
border-color: #CCEAE0;
}
</style>