#CCEEE2

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

Shades of Humming Bird #CCEEE2

Tints of Humming Bird #CCEEE2

Color information

#CCEEE2 (or 0xCCEEE2) is unknown color: approx Humming Bird. HEX triplet: CC, EE and E2. RGB value is (204,238,226). Sum of RGB (Red+Green+Blue) = 204+238+226=668 (88% of max value = 765). Red value is 204 (80.08% from 255 or 30.54% from 668); Green value is 238 (93.36% from 255 or 35.63% from 668); Blue value is 226 (88.67% from 255 or 33.83% from 668); Max value from RGB is 238 - color contains mainly: green. Hex color #CCEEE2 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CCEEE2 is #33111D. Grayscale: #E2E2E2. Windows color (decimal): -3346718 or 14872268. OLE color: 14872268.

HSL color Cylindrical-coordinate representation of color #CCEEE2: hue angle of 158.82º degrees, saturation: 0.5, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #CCEEE2 is Cyan = 0.14, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.07.

Color convert

RGB204238226-
CMYK0.1400.050.07
HSL158.82º50%86.67%-
HSV(B)158.82º14.29%93.33%-
XYZ69.279.4883.64-
YUV226.47127.74111.98-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 30.54%
GREEN value IS 238 (93.36% from 255) = 35.63%
BLUE value IS 226 (88.67% from 255) = 33.83%
R=30.54%
G=35.63%
B=33.83%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2042382260.1400.050.07158.825086.67
HexCCEEE2E0579f3257
Octal3143563421605723762127
Binary11001100111011101110001011100101111100111111100101010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCEEE2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCEEE2; }

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

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

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

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

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

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

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

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