#CCEDE1

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

Shades of Humming Bird #CCEDE1

Tints of Humming Bird #CCEDE1

Color information

#CCEDE1 (or 0xCCEDE1) is unknown color: approx Humming Bird. HEX triplet: CC, ED and E1. RGB value is (204,237,225). Sum of RGB (Red+Green+Blue) = 204+237+225=666 (88% of max value = 765). Red value is 204 (80.08% from 255 or 30.63% from 666); Green value is 237 (92.97% from 255 or 35.59% from 666); Blue value is 225 (88.28% from 255 or 33.78% from 666); Max value from RGB is 237 - color contains mainly: green. Hex color #CCEDE1 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CCEDE1 is #33121E. Grayscale: #E1E1E1. Windows color (decimal): -3346975 or 14806476. OLE color: 14806476.

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

Color convert

RGB204237225-
CMYK0.1400.050.07
HSL158.18º47.83%86.47%-
HSV(B)158.18º13.92%92.94%-
XYZ68.7878.8482.83-
YUV225.76127.57112.48-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 30.63%
GREEN value IS 237 (92.97% from 255) = 35.59%
BLUE value IS 225 (88.28% from 255) = 33.78%
R=30.63%
G=35.59%
B=33.78%

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
Decimal2042372250.1400.050.07158.1847.8386.47
HexCCEDE1E0579e3056
Octal3143553411605723660126
Binary11001100111011011110000111100101111100111101100001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCEDE1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCEDE1; }

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

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

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

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

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

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

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

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