#CCEAE2

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

Shades of Humming Bird #CCEAE2

Tints of Humming Bird #CCEAE2

Color information

#CCEAE2 (or 0xCCEAE2) is unknown color: approx Humming Bird. HEX triplet: CC, EA and E2. RGB value is (204,234,226). Sum of RGB (Red+Green+Blue) = 204+234+226=664 (87% of max value = 765). Red value is 204 (80.08% from 255 or 30.72% from 664); Green value is 234 (91.80% from 255 or 35.24% from 664); Blue value is 226 (88.67% from 255 or 34.04% from 664); Max value from RGB is 234 - color contains mainly: green. Hex color #CCEAE2 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CCEAE2 is #33151D. Grayscale: #E0E0E0. Windows color (decimal): -3347742 or 14871244. OLE color: 14871244.

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

Color convert

RGB204234226-
CMYK0.1300.030.08
HSL164º41.67%85.88%-
HSV(B)164º12.82%91.76%-
XYZ68.0577.1783.26-
YUV224.12129.06113.65-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 30.72%
GREEN value IS 234 (91.80% from 255) = 35.24%
BLUE value IS 226 (88.67% from 255) = 34.04%
R=30.72%
G=35.24%
B=34.04%

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
Decimal2042342260.1300.030.0816441.6785.88
HexCCEAE2D038a42a56
Octal31435234215031024452126
Binary11001100111010101110001011010111000101001001010101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCEAE2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCEAE2; }

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

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

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

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

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

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

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

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