#CCECE3

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

Shades of Humming Bird #CCECE3

Tints of Humming Bird #CCECE3

Color information

#CCECE3 (or 0xCCECE3) is unknown color: approx Humming Bird. HEX triplet: CC, EC and E3. RGB value is (204,236,227). Sum of RGB (Red+Green+Blue) = 204+236+227=667 (88% of max value = 765). Red value is 204 (80.08% from 255 or 30.58% from 667); Green value is 236 (92.58% from 255 or 35.38% from 667); Blue value is 227 (89.06% from 255 or 34.03% from 667); Max value from RGB is 236 - color contains mainly: green. Hex color #CCECE3 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CCECE3 is #33131C. Grayscale: #E1E1E1. Windows color (decimal): -3347229 or 14937292. OLE color: 14937292.

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

Color convert

RGB204236227-
CMYK0.1400.040.07
HSL163.12º45.71%86.27%-
HSV(B)163.12º13.56%92.55%-
XYZ68.7678.3784.18-
YUV225.41128.9112.73-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 30.58%
GREEN value IS 236 (92.58% from 255) = 35.38%
BLUE value IS 227 (89.06% from 255) = 34.03%
R=30.58%
G=35.38%
B=34.03%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2042362270.1400.040.07163.1245.7186.27
HexCCECE3E047a32e56
Octal3143543431604724356126
Binary11001100111011001110001111100100111101000111011101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCECE3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCECE3; }

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

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

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

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

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

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

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

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