#CCECE0

Color #CCECE0 Humming Bird (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Humming Bird #CCECE0

Tints of Humming Bird #CCECE0

Color information

#CCECE0 (or 0xCCECE0) is unknown color: approx Humming Bird. HEX triplet: CC, EC and E0. RGB value is (204,236,224). Sum of RGB (Red+Green+Blue) = 204+236+224=664 (87% of max value = 765). Red value is 204 (80.08% from 255 or 30.72% from 664); Green value is 236 (92.58% from 255 or 35.54% from 664); Blue value is 224 (87.89% from 255 or 33.73% from 664); Max value from RGB is 236 - color contains mainly: green. Hex color #CCECE0 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CCECE0 is #33131F. Grayscale: #E1E1E1. Windows color (decimal): -3347232 or 14740684. OLE color: 14740684.

HSL color Cylindrical-coordinate representation of color #CCECE0: hue angle of 157.5º 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 #CCECE0 is Cyan = 0.14, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.07.

Color convert

RGB204236224-
CMYK0.1400.050.07
HSL157.5º45.71%86.27%-
HSV(B)157.5º13.56%92.55%-
XYZ68.3578.2182.01-
YUV225.06127.4112.98-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 204 (80.08% from 255) = 30.72%
GREEN value IS 236 (92.58% from 255) = 35.54%
BLUE value IS 224 (87.89% from 255) = 33.73%
R=30.72%
G=35.54%
B=33.73%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2042362240.1400.050.07157.545.7186.27
HexCCECE0E0579e2e56
Octal3143543401605723656126
Binary11001100111011001110000011100101111100111101011101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCECE0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCECE0; }

 p { color: rgb(204,236,224); }

 H1.HeaderClassName
 {
   color: #CCECE0;
 }
 .AnyTagClassName
 {
   color: #CCECE0;
 }
</style>
background-color css

<style>
 a { background-color: #CCECE0; }

 a { background-color: rgb(204,236,224); }

 div.DivClassName
 {
   background-color: #CCECE0;
 }
 .BgClassName
 {
   background-color: #CCECE0;
 }
</style>
border-color css

<style>
 span { border-color: #CCECE0; }

 span { border-color: rgb(204,236,224); }

 td.TdClassName
 {
   border-color: #CCECE0;
 }
 .TagClassName
 {
   border-color: #CCECE0;
 }
</style>