Shades of Humming Bird #CCFCE7
Tints of Humming Bird #CCFCE7
RGB
CMYK
RGB Variations
Color information
#CCFCE7 (or 0xCCFCE7) is known color: Humming Bird. HEX triplet: CC, FC and E7. RGB value is (204,252,231). Sum of RGB (Red+Green+Blue) = 204+252+231=687 (90% of max value = 765). Red value is 204 (80.08% from 255 or 29.69% from 687); Green value is 252 (98.83% from 255 or 36.68% from 687); Blue value is 231 (90.62% from 255 or 33.62% from 687); Max value from RGB is 252 - color contains mainly: green. Hex color #CCFCE7 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #CCFCE7 is #330318. Grayscale: #EBEBEB. Windows color (decimal): -3343129 or 15203532. OLE color: 15203532.
HSL color Cylindrical-coordinate representation of color #CCFCE7: hue angle of 153.75º 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 #CCFCE7 is Cyan = 0.19, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.01.
Color convert
RGB | 204 | 252 | 231 | - |
CMYK | 0.19 | 0 | 0.08 | 0.01 |
HSL | 153.75º | 0.89% | 0.89% | - |
HSV(B) | 153.75º | 0.19% | 0.99% | - |
XYZ | 74.14 | 88.23 | 88.72 | - |
YUV | 235.25 | 125.6 | 105.71 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 204 | 252 | 231 | 0.19 | 0 | 0.08 | 0.01 | 153.75 | 0.89 | 0.89 |
Hex | CC | FC | E7 | 13 | 0 | 8 | 1 | 9A | 59 | 59 |
Octal | 314 | 374 | 347 | 23 | 0 | 10 | 1 | 232 | 131 | 131 |
Binary | 11001100 | 11111100 | 11100111 | 10011 | 0 | 1000 | 1 | 10011010 | 1011001 | 1011001 |
Color Harmonies of #CCFCE7
Complementary color
Monochromatic Colors of #CCFCE7
Black with #CCFCE7
Text Example
Text Example
White with #CCFCE7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCFCE7; }
p { color: rgb(204,252,231); }
H1.HeaderClassName
{
color: #CCFCE7;
}
.AnyTagClassName
{
color: #CCFCE7;
}
</style>
background-color css
<style>
a { background-color: #CCFCE7; }
a { background-color: rgb(204,252,231); }
div.DivClassName
{
background-color: #CCFCE7;
}
.BgClassName
{
background-color: #CCFCE7;
}
</style>
border-color css
<style>
span { border-color: #CCFCE7; }
span { border-color: rgb(204,252,231); }
td.TdClassName
{
border-color: #CCFCE7;
}
.TagClassName
{
border-color: #CCFCE7;
}
</style>