#CCEDE0

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

Shades of Humming Bird #CCEDE0

Tints of Humming Bird #CCEDE0

Color information

#CCEDE0 (or 0xCCEDE0) is unknown color: approx Humming Bird. HEX triplet: CC, ED and E0. RGB value is (204,237,224). Sum of RGB (Red+Green+Blue) = 204+237+224=665 (88% of max value = 765). Red value is 204 (80.08% from 255 or 30.68% from 665); Green value is 237 (92.97% from 255 or 35.64% from 665); Blue value is 224 (87.89% from 255 or 33.68% from 665); Max value from RGB is 237 - color contains mainly: green. Hex color #CCEDE0 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CCEDE0 is #33121F. Grayscale: #E1E1E1. Windows color (decimal): -3346976 or 14740940. OLE color: 14740940.

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

Color convert

RGB204237224-
CMYK0.1400.050.07
HSL156.36º47.83%86.47%-
HSV(B)156.36º13.92%92.94%-
XYZ68.6478.7982.11-
YUV225.65127.07112.56-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 30.68%
GREEN value IS 237 (92.97% from 255) = 35.64%
BLUE value IS 224 (87.89% from 255) = 33.68%
R=30.68%
G=35.64%
B=33.68%

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
Decimal2042372240.1400.050.07156.3647.8386.47
HexCCEDE0E0579c3056
Octal3143553401605723460126
Binary11001100111011011110000011100101111100111001100001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCEDE0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCEDE0; }

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

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

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

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

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

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

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

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