#CCE9E0

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

Shades of Humming Bird #CCE9E0

Tints of Humming Bird #CCE9E0

Color information

#CCE9E0 (or 0xCCE9E0) is unknown color: approx Humming Bird. HEX triplet: CC, E9 and E0. RGB value is (204,233,224). Sum of RGB (Red+Green+Blue) = 204+233+224=661 (87% of max value = 765). Red value is 204 (80.08% from 255 or 30.86% from 661); Green value is 233 (91.41% from 255 or 35.25% from 661); Blue value is 224 (87.89% from 255 or 33.89% from 661); Max value from RGB is 233 - color contains mainly: green. Hex color #CCE9E0 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CCE9E0 is #33161F. Grayscale: #DFDFDF. Windows color (decimal): -3348000 or 14739916. OLE color: 14739916.

HSL color Cylindrical-coordinate representation of color #CCE9E0: hue angle of 161.38º degrees, saturation: 0.4, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #CCE9E0 is Cyan = 0.12, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.09.

Color convert

RGB204233224-
CMYK0.1200.040.09
HSL161.38º39.73%85.69%-
HSV(B)161.38º12.45%91.37%-
XYZ67.576.581.73-
YUV223.3128.39114.23-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 30.86%
GREEN value IS 233 (91.41% from 255) = 35.25%
BLUE value IS 224 (87.89% from 255) = 33.89%
R=30.86%
G=35.25%
B=33.89%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2042332240.1200.040.09161.3839.7385.69
HexCCE9E0C049a12856
Octal31435134014041124150126
Binary110011001110100111100000110001001001101000011010001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCE9E0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCE9E0; }

 p { color: rgb(204,233,224); }

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

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

 a { background-color: rgb(204,233,224); }

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

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

 span { border-color: rgb(204,233,224); }

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