#CDEDE5

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

Shades of Humming Bird #CDEDE5

Tints of Humming Bird #CDEDE5

Color information

#CDEDE5 (or 0xCDEDE5) is unknown color: approx Humming Bird. HEX triplet: CD, ED and E5. RGB value is (205,237,229). Sum of RGB (Red+Green+Blue) = 205+237+229=671 (88% of max value = 765). Red value is 205 (80.47% from 255 or 30.55% from 671); Green value is 237 (92.97% from 255 or 35.32% from 671); Blue value is 229 (89.84% from 255 or 34.13% from 671); Max value from RGB is 237 - color contains mainly: green. Hex color #CDEDE5 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CDEDE5 is #32121A. Grayscale: #E2E2E2. Windows color (decimal): -3281435 or 15068621. OLE color: 15068621.

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

Color convert

RGB205237229-
CMYK0.1400.030.07
HSL165º47.06%86.67%-
HSV(B)165º13.5%92.94%-
XYZ69.679.285.75-
YUV226.52129.4112.65-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 30.55%
GREEN value IS 237 (92.97% from 255) = 35.32%
BLUE value IS 229 (89.84% from 255) = 34.13%
R=30.55%
G=35.32%
B=34.13%

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
Decimal2052372290.1400.030.0716547.0686.67
HexCDEDE5E037a52f57
Octal3153553451603724557127
Binary1100110111101101111001011110011111101001011011111010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDEDE5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDEDE5; }

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

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

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

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

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

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

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

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