Shades of Humming Bird #CCF3EA
Tints of Humming Bird #CCF3EA
RGB
CMYK
RGB Variations
Color information
#CCF3EA (or 0xCCF3EA) is known color: Humming Bird. HEX triplet: CC, F3 and EA. RGB value is (204,243,234). Sum of RGB (Red+Green+Blue) = 204+243+234=681 (90% of max value = 765). Red value is 204 (80.08% from 255 or 29.96% from 681); Green value is 243 (95.31% from 255 or 35.68% from 681); Blue value is 234 (91.80% from 255 or 34.36% from 681); Max value from RGB is 243 - color contains mainly: green. Hex color #CCF3EA is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #CCF3EA is #330C15. Grayscale: #E6E6E6. Windows color (decimal): -3345430 or 15397836. OLE color: 15397836.
HSL color Cylindrical-coordinate representation of color #CCF3EA: hue angle of 166.15º degrees, saturation: 0.62, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #CCF3EA is Cyan = 0.16, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 204 | 243 | 234 | - |
| CMYK | 0.16 | 0 | 0.04 | 0.05 |
| HSL | 166.15º | 0.62% | 0.88% | - |
| HSV(B) | 166.15º | 0.16% | 0.95% | - |
| XYZ | 71.8 | 82.88 | 90.05 | - |
| YUV | 230.31 | 130.08 | 109.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 243 | 234 | 0.16 | 0 | 0.04 | 0.05 | 166.15 | 0.62 | 0.88 |
| Hex | CC | F3 | EA | 10 | 0 | 4 | 5 | A6 | 3E | 58 |
| Octal | 314 | 363 | 352 | 20 | 0 | 4 | 5 | 246 | 76 | 130 |
| Binary | 11001100 | 11110011 | 11101010 | 10000 | 0 | 100 | 101 | 10100110 | 111110 | 1011000 |
Color Harmonies of #CCF3EA
Complementary color
Monochromatic Colors of #CCF3EA
Black with #CCF3EA
Text Example
Text Example
White with #CCF3EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCF3EA; }
p { color: rgb(204,243,234); }
H1.HeaderClassName
{
color: #CCF3EA;
}
.AnyTagClassName
{
color: #CCF3EA;
}
</style>
background-color css
<style>
a { background-color: #CCF3EA; }
a { background-color: rgb(204,243,234); }
div.DivClassName
{
background-color: #CCF3EA;
}
.BgClassName
{
background-color: #CCF3EA;
}
</style>
border-color css
<style>
span { border-color: #CCF3EA; }
span { border-color: rgb(204,243,234); }
td.TdClassName
{
border-color: #CCF3EA;
}
.TagClassName
{
border-color: #CCF3EA;
}
</style>