#CCEDE4

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

Shades of Humming Bird #CCEDE4

Tints of Humming Bird #CCEDE4

Color information

#CCEDE4 (or 0xCCEDE4) is unknown color: approx Humming Bird. HEX triplet: CC, ED and E4. RGB value is (204,237,228). Sum of RGB (Red+Green+Blue) = 204+237+228=669 (88% of max value = 765). Red value is 204 (80.08% from 255 or 30.49% from 669); Green value is 237 (92.97% from 255 or 35.43% from 669); Blue value is 228 (89.45% from 255 or 34.08% from 669); Max value from RGB is 237 - color contains mainly: green. Hex color #CCEDE4 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CCEDE4 is #33121B. Grayscale: #E2E2E2. Windows color (decimal): -3346972 or 15003084. OLE color: 15003084.

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

Color convert

RGB204237228-
CMYK0.1400.040.07
HSL163.64º47.83%86.47%-
HSV(B)163.64º13.92%92.94%-
XYZ69.1979.0185-
YUV226.11129.07112.23-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 30.49%
GREEN value IS 237 (92.97% from 255) = 35.43%
BLUE value IS 228 (89.45% from 255) = 34.08%
R=30.49%
G=35.43%
B=34.08%

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
Decimal2042372280.1400.040.07163.6447.8386.47
HexCCEDE4E047a43056
Octal3143553441604724460126
Binary11001100111011011110010011100100111101001001100001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCEDE4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCEDE4; }

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

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

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

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

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

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

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

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