#CCEBE1

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

Shades of Humming Bird #CCEBE1

Tints of Humming Bird #CCEBE1

Color information

#CCEBE1 (or 0xCCEBE1) is unknown color: approx Humming Bird. HEX triplet: CC, EB and E1. RGB value is (204,235,225). Sum of RGB (Red+Green+Blue) = 204+235+225=664 (87% of max value = 765). Red value is 204 (80.08% from 255 or 30.72% from 664); Green value is 235 (92.19% from 255 or 35.39% from 664); Blue value is 225 (88.28% from 255 or 33.89% from 664); Max value from RGB is 235 - color contains mainly: green. Hex color #CCEBE1 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CCEBE1 is #33141E. Grayscale: #E0E0E0. Windows color (decimal): -3347487 or 14805964. OLE color: 14805964.

HSL color Cylindrical-coordinate representation of color #CCEBE1: hue angle of 160.65º degrees, saturation: 0.44, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #CCEBE1 is Cyan = 0.13, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.08.

Color convert

RGB204235225-
CMYK0.1300.040.08
HSL160.65º43.66%86.08%-
HSV(B)160.65º13.19%92.16%-
XYZ68.277.6982.64-
YUV224.59128.23113.31-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 30.72%
GREEN value IS 235 (92.19% from 255) = 35.39%
BLUE value IS 225 (88.28% from 255) = 33.89%
R=30.72%
G=35.39%
B=33.89%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2042352250.1300.040.08160.6543.6686.08
HexCCEBE1D048a12c56
Octal31435334115041024154126
Binary110011001110101111100001110101001000101000011011001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCEBE1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCEBE1; }

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

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

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

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

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

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

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

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