Shades of Humming Bird #CCEAE1
Tints of Humming Bird #CCEAE1
RGB
CMYK
RGB Variations
Color information
#CCEAE1 (or 0xCCEAE1) is known color: Humming Bird. HEX triplet: CC, EA and E1. RGB value is (204,234,225). Sum of RGB (Red+Green+Blue) = 204+234+225=663 (87% of max value = 765). Red value is 204 (80.08% from 255 or 30.77% from 663); Green value is 234 (91.80% from 255 or 35.29% from 663); Blue value is 225 (88.28% from 255 or 33.94% from 663); Max value from RGB is 234 - color contains mainly: green. Hex color #CCEAE1 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CCEAE1 is #33151E. Grayscale: #E0E0E0. Windows color (decimal): -3347743 or 14805708. OLE color: 14805708.
HSL color Cylindrical-coordinate representation of color #CCEAE1: hue angle of 162º 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 #CCEAE1 is Cyan = 0.13, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 204 | 234 | 225 | - |
| CMYK | 0.13 | 0 | 0.04 | 0.08 |
| HSL | 162º | 0.42% | 0.86% | - |
| HSV(B) | 162º | 0.13% | 0.92% | - |
| XYZ | 67.92 | 77.12 | 82.54 | - |
| YUV | 224 | 128.56 | 113.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 234 | 225 | 0.13 | 0 | 0.04 | 0.08 | 162 | 0.42 | 0.86 |
| Hex | CC | EA | E1 | D | 0 | 4 | 8 | A2 | 2A | 56 |
| Octal | 314 | 352 | 341 | 15 | 0 | 4 | 10 | 242 | 52 | 126 |
| Binary | 11001100 | 11101010 | 11100001 | 1101 | 0 | 100 | 1000 | 10100010 | 101010 | 1010110 |
Color Harmonies of #CCEAE1
Complementary color
Monochromatic Colors of #CCEAE1
Black with #CCEAE1
Text Example
Text Example
White with #CCEAE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCEAE1; }
p { color: rgb(204,234,225); }
H1.HeaderClassName
{
color: #CCEAE1;
}
.AnyTagClassName
{
color: #CCEAE1;
}
</style>
background-color css
<style>
a { background-color: #CCEAE1; }
a { background-color: rgb(204,234,225); }
div.DivClassName
{
background-color: #CCEAE1;
}
.BgClassName
{
background-color: #CCEAE1;
}
</style>
border-color css
<style>
span { border-color: #CCEAE1; }
span { border-color: rgb(204,234,225); }
td.TdClassName
{
border-color: #CCEAE1;
}
.TagClassName
{
border-color: #CCEAE1;
}
</style>