Shades of Humming Bird #CCF5E4
Tints of Humming Bird #CCF5E4
RGB
CMYK
RGB Variations
Color information
#CCF5E4 (or 0xCCF5E4) is known color: Humming Bird. HEX triplet: CC, F5 and E4. RGB value is (204,245,228). Sum of RGB (Red+Green+Blue) = 204+245+228=677 (89% of max value = 765). Red value is 204 (80.08% from 255 or 30.13% from 677); Green value is 245 (96.09% from 255 or 36.19% from 677); Blue value is 228 (89.45% from 255 or 33.68% from 677); Max value from RGB is 245 - color contains mainly: green. Hex color #CCF5E4 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CCF5E4 is #330A1B. Grayscale: #E6E6E6. Windows color (decimal): -3344924 or 15005132. OLE color: 15005132.
HSL color Cylindrical-coordinate representation of color #CCF5E4: hue angle of 155.12º degrees, saturation: 0.67, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #CCF5E4 is Cyan = 0.17, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 204 | 245 | 228 | - |
| CMYK | 0.17 | 0 | 0.07 | 0.04 |
| HSL | 155.12º | 0.67% | 0.88% | - |
| HSV(B) | 155.12º | 0.17% | 0.96% | - |
| XYZ | 71.56 | 83.74 | 85.79 | - |
| YUV | 230.8 | 126.42 | 108.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 245 | 228 | 0.17 | 0 | 0.07 | 0.04 | 155.12 | 0.67 | 0.88 |
| Hex | CC | F5 | E4 | 11 | 0 | 7 | 4 | 9B | 43 | 58 |
| Octal | 314 | 365 | 344 | 21 | 0 | 7 | 4 | 233 | 103 | 130 |
| Binary | 11001100 | 11110101 | 11100100 | 10001 | 0 | 111 | 100 | 10011011 | 1000011 | 1011000 |
Color Harmonies of #CCF5E4
Complementary color
Monochromatic Colors of #CCF5E4
Black with #CCF5E4
Text Example
Text Example
White with #CCF5E4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCF5E4; }
p { color: rgb(204,245,228); }
H1.HeaderClassName
{
color: #CCF5E4;
}
.AnyTagClassName
{
color: #CCF5E4;
}
</style>
background-color css
<style>
a { background-color: #CCF5E4; }
a { background-color: rgb(204,245,228); }
div.DivClassName
{
background-color: #CCF5E4;
}
.BgClassName
{
background-color: #CCF5E4;
}
</style>
border-color css
<style>
span { border-color: #CCF5E4; }
span { border-color: rgb(204,245,228); }
td.TdClassName
{
border-color: #CCF5E4;
}
.TagClassName
{
border-color: #CCF5E4;
}
</style>