#CCEDE5

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

Shades of Humming Bird #CCEDE5

Tints of Humming Bird #CCEDE5

Color information

#CCEDE5 (or 0xCCEDE5) is unknown color: approx Humming Bird. HEX triplet: CC, ED and E5. RGB value is (204,237,229). Sum of RGB (Red+Green+Blue) = 204+237+229=670 (88% of max value = 765). Red value is 204 (80.08% from 255 or 30.45% from 670); Green value is 237 (92.97% from 255 or 35.37% from 670); Blue value is 229 (89.84% from 255 or 34.18% from 670); Max value from RGB is 237 - color contains mainly: green. Hex color #CCEDE5 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CCEDE5 is #33121A. Grayscale: #E2E2E2. Windows color (decimal): -3346971 or 15068620. OLE color: 15068620.

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

Color convert

RGB204237229-
CMYK0.1400.030.07
HSL165.45º47.83%86.47%-
HSV(B)165.45º13.92%92.94%-
XYZ69.3379.0685.74-
YUV226.22129.57112.15-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 30.45%
GREEN value IS 237 (92.97% from 255) = 35.37%
BLUE value IS 229 (89.84% from 255) = 34.18%
R=30.45%
G=35.37%
B=34.18%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2042372290.1400.030.07165.4547.8386.47
HexCCEDE5E037a53056
Octal3143553451603724560126
Binary1100110011101101111001011110011111101001011100001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCEDE5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCEDE5; }

 p { color: rgb(204,237,229); }

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

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

 a { background-color: rgb(204,237,229); }

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

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

 span { border-color: rgb(204,237,229); }

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