Shades of Humming Bird #CCF5ED
Tints of Humming Bird #CCF5ED
RGB
CMYK
RGB Variations
Color information
#CCF5ED (or 0xCCF5ED) is known color: Humming Bird. HEX triplet: CC, F5 and ED. RGB value is (204,245,237). Sum of RGB (Red+Green+Blue) = 204+245+237=686 (90% of max value = 765). Red value is 204 (80.08% from 255 or 29.74% from 686); Green value is 245 (96.09% from 255 or 35.71% from 686); Blue value is 237 (92.97% from 255 or 34.55% from 686); Max value from RGB is 245 - color contains mainly: green. Hex color #CCF5ED is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #CCF5ED is #330A12. Grayscale: #E7E7E7. Windows color (decimal): -3344915 or 15594956. OLE color: 15594956.
HSL color Cylindrical-coordinate representation of color #CCF5ED: hue angle of 168.29º 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 #CCF5ED is Cyan = 0.17, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 204 | 245 | 237 | - |
| CMYK | 0.17 | 0 | 0.03 | 0.04 |
| HSL | 168.29º | 0.67% | 0.88% | - |
| HSV(B) | 168.29º | 0.17% | 0.96% | - |
| XYZ | 72.84 | 84.26 | 92.54 | - |
| YUV | 231.83 | 130.92 | 108.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 245 | 237 | 0.17 | 0 | 0.03 | 0.04 | 168.29 | 0.67 | 0.88 |
| Hex | CC | F5 | ED | 11 | 0 | 3 | 4 | A8 | 43 | 58 |
| Octal | 314 | 365 | 355 | 21 | 0 | 3 | 4 | 250 | 103 | 130 |
| Binary | 11001100 | 11110101 | 11101101 | 10001 | 0 | 11 | 100 | 10101000 | 1000011 | 1011000 |
Color Harmonies of #CCF5ED
Complementary color
Monochromatic Colors of #CCF5ED
Black with #CCF5ED
Text Example
Text Example
White with #CCF5ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCF5ED; }
p { color: rgb(204,245,237); }
H1.HeaderClassName
{
color: #CCF5ED;
}
.AnyTagClassName
{
color: #CCF5ED;
}
</style>
background-color css
<style>
a { background-color: #CCF5ED; }
a { background-color: rgb(204,245,237); }
div.DivClassName
{
background-color: #CCF5ED;
}
.BgClassName
{
background-color: #CCF5ED;
}
</style>
border-color css
<style>
span { border-color: #CCF5ED; }
span { border-color: rgb(204,245,237); }
td.TdClassName
{
border-color: #CCF5ED;
}
.TagClassName
{
border-color: #CCF5ED;
}
</style>