Shades of Humming Bird #CCECE4
Tints of Humming Bird #CCECE4
RGB
CMYK
RGB Variations
Color information
#CCECE4 (or 0xCCECE4) is known color: Humming Bird. HEX triplet: CC, EC and E4. RGB value is (204,236,228). Sum of RGB (Red+Green+Blue) = 204+236+228=668 (88% of max value = 765). Red value is 204 (80.08% from 255 or 30.54% from 668); Green value is 236 (92.58% from 255 or 35.33% from 668); Blue value is 228 (89.45% from 255 or 34.13% from 668); Max value from RGB is 236 - color contains mainly: green. Hex color #CCECE4 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CCECE4 is #33131B. Grayscale: #E1E1E1. Windows color (decimal): -3347228 or 15002828. OLE color: 15002828.
HSL color Cylindrical-coordinate representation of color #CCECE4: hue angle of 165º degrees, saturation: 0.46, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #CCECE4 is Cyan = 0.14, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.07.
Color convert
RGB | 204 | 236 | 228 | - |
CMYK | 0.14 | 0 | 0.03 | 0.07 |
HSL | 165º | 0.46% | 0.86% | - |
HSV(B) | 165º | 0.14% | 0.93% | - |
XYZ | 68.9 | 78.43 | 84.91 | - |
YUV | 225.52 | 129.4 | 112.65 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 204 | 236 | 228 | 0.14 | 0 | 0.03 | 0.07 | 165 | 0.46 | 0.86 |
Hex | CC | EC | E4 | E | 0 | 3 | 7 | A5 | 2E | 56 |
Octal | 314 | 354 | 344 | 16 | 0 | 3 | 7 | 245 | 56 | 126 |
Binary | 11001100 | 11101100 | 11100100 | 1110 | 0 | 11 | 111 | 10100101 | 101110 | 1010110 |
Color Harmonies of #CCECE4
Complementary color
Monochromatic Colors of #CCECE4
Black with #CCECE4
Text Example
Text Example
White with #CCECE4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCECE4; }
p { color: rgb(204,236,228); }
H1.HeaderClassName
{
color: #CCECE4;
}
.AnyTagClassName
{
color: #CCECE4;
}
</style>
background-color css
<style>
a { background-color: #CCECE4; }
a { background-color: rgb(204,236,228); }
div.DivClassName
{
background-color: #CCECE4;
}
.BgClassName
{
background-color: #CCECE4;
}
</style>
border-color css
<style>
span { border-color: #CCECE4; }
span { border-color: rgb(204,236,228); }
td.TdClassName
{
border-color: #CCECE4;
}
.TagClassName
{
border-color: #CCECE4;
}
</style>