#CCEBE2

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

Shades of Humming Bird #CCEBE2

Tints of Humming Bird #CCEBE2

Color information

#CCEBE2 (or 0xCCEBE2) is unknown color: approx Humming Bird. HEX triplet: CC, EB and E2. RGB value is (204,235,226). Sum of RGB (Red+Green+Blue) = 204+235+226=665 (88% of max value = 765). Red value is 204 (80.08% from 255 or 30.68% from 665); Green value is 235 (92.19% from 255 or 35.34% from 665); Blue value is 226 (88.67% from 255 or 33.98% from 665); Max value from RGB is 235 - color contains mainly: green. Hex color #CCEBE2 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CCEBE2 is #33141D. Grayscale: #E0E0E0. Windows color (decimal): -3347486 or 14871500. OLE color: 14871500.

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

Color convert

RGB204235226-
CMYK0.1300.040.08
HSL162.58º43.66%86.08%-
HSV(B)162.58º13.19%92.16%-
XYZ68.3477.7583.36-
YUV224.7128.73113.23-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 30.68%
GREEN value IS 235 (92.19% from 255) = 35.34%
BLUE value IS 226 (88.67% from 255) = 33.98%
R=30.68%
G=35.34%
B=33.98%

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
Decimal2042352260.1300.040.08162.5843.6686.08
HexCCEBE2D048a32c56
Octal31435334215041024354126
Binary110011001110101111100010110101001000101000111011001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCEBE2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCEBE2; }

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

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

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

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

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

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

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

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