Shades of Humming Bird #CCFCEC
Tints of Humming Bird #CCFCEC
RGB
CMYK
RGB Variations
Color information
#CCFCEC (or 0xCCFCEC) is known color: Humming Bird. HEX triplet: CC, FC and EC. RGB value is (204,252,236). Sum of RGB (Red+Green+Blue) = 204+252+236=692 (91% of max value = 765). Red value is 204 (80.08% from 255 or 29.48% from 692); Green value is 252 (98.83% from 255 or 36.42% from 692); Blue value is 236 (92.58% from 255 or 34.10% from 692); Max value from RGB is 252 - color contains mainly: green. Hex color #CCFCEC is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #CCFCEC is #330313. Grayscale: #EBEBEB. Windows color (decimal): -3343124 or 15531212. OLE color: 15531212.
HSL color Cylindrical-coordinate representation of color #CCFCEC: hue angle of 160º degrees, saturation: 0.89, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #CCFCEC is Cyan = 0.19, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.01.
Color convert
RGB | 204 | 252 | 236 | - |
CMYK | 0.19 | 0 | 0.06 | 0.01 |
HSL | 160º | 0.89% | 0.89% | - |
HSV(B) | 160º | 0.19% | 0.99% | - |
XYZ | 74.85 | 88.51 | 92.5 | - |
YUV | 235.82 | 128.1 | 105.3 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 204 | 252 | 236 | 0.19 | 0 | 0.06 | 0.01 | 160 | 0.89 | 0.89 |
Hex | CC | FC | EC | 13 | 0 | 6 | 1 | A0 | 59 | 59 |
Octal | 314 | 374 | 354 | 23 | 0 | 6 | 1 | 240 | 131 | 131 |
Binary | 11001100 | 11111100 | 11101100 | 10011 | 0 | 110 | 1 | 10100000 | 1011001 | 1011001 |
Color Harmonies of #CCFCEC
Complementary color
Monochromatic Colors of #CCFCEC
Black with #CCFCEC
Text Example
Text Example
White with #CCFCEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCFCEC; }
p { color: rgb(204,252,236); }
H1.HeaderClassName
{
color: #CCFCEC;
}
.AnyTagClassName
{
color: #CCFCEC;
}
</style>
background-color css
<style>
a { background-color: #CCFCEC; }
a { background-color: rgb(204,252,236); }
div.DivClassName
{
background-color: #CCFCEC;
}
.BgClassName
{
background-color: #CCFCEC;
}
</style>
border-color css
<style>
span { border-color: #CCFCEC; }
span { border-color: rgb(204,252,236); }
td.TdClassName
{
border-color: #CCFCEC;
}
.TagClassName
{
border-color: #CCFCEC;
}
</style>