#CCECE1

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

Shades of Humming Bird #CCECE1

Tints of Humming Bird #CCECE1

Color information

#CCECE1 (or 0xCCECE1) is unknown color: approx Humming Bird. HEX triplet: CC, EC and E1. RGB value is (204,236,225). Sum of RGB (Red+Green+Blue) = 204+236+225=665 (88% of max value = 765). Red value is 204 (80.08% from 255 or 30.68% from 665); Green value is 236 (92.58% from 255 or 35.49% from 665); Blue value is 225 (88.28% from 255 or 33.83% from 665); Max value from RGB is 236 - color contains mainly: green. Hex color #CCECE1 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CCECE1 is #33131E. Grayscale: #E1E1E1. Windows color (decimal): -3347231 or 14806220. OLE color: 14806220.

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

Color convert

RGB204236225-
CMYK0.1400.050.07
HSL159.38º45.71%86.27%-
HSV(B)159.38º13.56%92.55%-
XYZ68.4978.2682.73-
YUV225.18127.9112.89-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 30.68%
GREEN value IS 236 (92.58% from 255) = 35.49%
BLUE value IS 225 (88.28% from 255) = 33.83%
R=30.68%
G=35.49%
B=33.83%

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
Decimal2042362250.1400.050.07159.3845.7186.27
HexCCECE1E0579f2e56
Octal3143543411605723756126
Binary11001100111011001110000111100101111100111111011101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCECE1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCECE1; }

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

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

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

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

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

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

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

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