#CCEBE3

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

Shades of Humming Bird #CCEBE3

Tints of Humming Bird #CCEBE3

Color information

#CCEBE3 (or 0xCCEBE3) is unknown color: approx Humming Bird. HEX triplet: CC, EB and E3. RGB value is (204,235,227). Sum of RGB (Red+Green+Blue) = 204+235+227=666 (88% of max value = 765). Red value is 204 (80.08% from 255 or 30.63% from 666); Green value is 235 (92.19% from 255 or 35.29% from 666); Blue value is 227 (89.06% from 255 or 34.08% from 666); Max value from RGB is 235 - color contains mainly: green. Hex color #CCEBE3 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CCEBE3 is #33141C. Grayscale: #E0E0E0. Windows color (decimal): -3347485 or 14937036. OLE color: 14937036.

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

Color convert

RGB204235227-
CMYK0.1300.030.08
HSL164.52º43.66%86.08%-
HSV(B)164.52º13.19%92.16%-
XYZ68.4877.884.08-
YUV224.82129.23113.15-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 30.63%
GREEN value IS 235 (92.19% from 255) = 35.29%
BLUE value IS 227 (89.06% from 255) = 34.08%
R=30.63%
G=35.29%
B=34.08%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2042352270.1300.030.08164.5243.6686.08
HexCCEBE3D038a52c56
Octal31435334315031024554126
Binary11001100111010111110001111010111000101001011011001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCEBE3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCEBE3; }

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

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

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

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

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

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

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

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