Shades of Humming Bird #CCF6E5
Tints of Humming Bird #CCF6E5
RGB
CMYK
RGB Variations
Color information
#CCF6E5 (or 0xCCF6E5) is known color: Humming Bird. HEX triplet: CC, F6 and E5. RGB value is (204,246,229). Sum of RGB (Red+Green+Blue) = 204+246+229=679 (89% of max value = 765). Red value is 204 (80.08% from 255 or 30.04% from 679); Green value is 246 (96.48% from 255 or 36.23% from 679); Blue value is 229 (89.84% from 255 or 33.73% from 679); Max value from RGB is 246 - color contains mainly: green. Hex color #CCF6E5 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CCF6E5 is #33091A. Grayscale: #E7E7E7. Windows color (decimal): -3344667 or 15070924. OLE color: 15070924.
HSL color Cylindrical-coordinate representation of color #CCF6E5: hue angle of 155.71º degrees, saturation: 0.7, 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 #CCF6E5 is Cyan = 0.17, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 204 | 246 | 229 | - |
| CMYK | 0.17 | 0 | 0.07 | 0.04 |
| HSL | 155.71º | 0.7% | 0.88% | - |
| HSV(B) | 155.71º | 0.17% | 0.96% | - |
| XYZ | 72 | 84.41 | 86.63 | - |
| YUV | 231.5 | 126.59 | 108.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 246 | 229 | 0.17 | 0 | 0.07 | 0.04 | 155.71 | 0.7 | 0.88 |
| Hex | CC | F6 | E5 | 11 | 0 | 7 | 4 | 9C | 46 | 58 |
| Octal | 314 | 366 | 345 | 21 | 0 | 7 | 4 | 234 | 106 | 130 |
| Binary | 11001100 | 11110110 | 11100101 | 10001 | 0 | 111 | 100 | 10011100 | 1000110 | 1011000 |
Color Harmonies of #CCF6E5
Complementary color
Monochromatic Colors of #CCF6E5
Black with #CCF6E5
Text Example
Text Example
White with #CCF6E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCF6E5; }
p { color: rgb(204,246,229); }
H1.HeaderClassName
{
color: #CCF6E5;
}
.AnyTagClassName
{
color: #CCF6E5;
}
</style>
background-color css
<style>
a { background-color: #CCF6E5; }
a { background-color: rgb(204,246,229); }
div.DivClassName
{
background-color: #CCF6E5;
}
.BgClassName
{
background-color: #CCF6E5;
}
</style>
border-color css
<style>
span { border-color: #CCF6E5; }
span { border-color: rgb(204,246,229); }
td.TdClassName
{
border-color: #CCF6E5;
}
.TagClassName
{
border-color: #CCF6E5;
}
</style>