#CCEEE4

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

Shades of Humming Bird #CCEEE4

Tints of Humming Bird #CCEEE4

Color information

#CCEEE4 (or 0xCCEEE4) is unknown color: approx Humming Bird. HEX triplet: CC, EE and E4. RGB value is (204,238,228). Sum of RGB (Red+Green+Blue) = 204+238+228=670 (88% of max value = 765). Red value is 204 (80.08% from 255 or 30.45% from 670); Green value is 238 (93.36% from 255 or 35.52% from 670); Blue value is 228 (89.45% from 255 or 34.03% from 670); Max value from RGB is 238 - color contains mainly: green. Hex color #CCEEE4 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CCEEE4 is #33111B. Grayscale: #E2E2E2. Windows color (decimal): -3346716 or 15003340. OLE color: 15003340.

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

Color convert

RGB204238228-
CMYK0.1400.040.07
HSL162.35º50%86.67%-
HSV(B)162.35º14.29%93.33%-
XYZ69.4879.5985.1-
YUV226.69128.74111.81-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 30.45%
GREEN value IS 238 (93.36% from 255) = 35.52%
BLUE value IS 228 (89.45% from 255) = 34.03%
R=30.45%
G=35.52%
B=34.03%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2042382280.1400.040.07162.355086.67
HexCCEEE4E047a23257
Octal3143563441604724262127
Binary11001100111011101110010011100100111101000101100101010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCEEE4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCEEE4; }

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

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

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

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

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

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

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

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