#CDEDE4

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

Shades of Humming Bird #CDEDE4

Tints of Humming Bird #CDEDE4

Color information

#CDEDE4 (or 0xCDEDE4) is unknown color: approx Humming Bird. HEX triplet: CD, ED and E4. RGB value is (205,237,228). Sum of RGB (Red+Green+Blue) = 205+237+228=670 (88% of max value = 765). Red value is 205 (80.47% from 255 or 30.60% from 670); Green value is 237 (92.97% from 255 or 35.37% from 670); Blue value is 228 (89.45% from 255 or 34.03% from 670); Max value from RGB is 237 - color contains mainly: green. Hex color #CDEDE4 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CDEDE4 is #32121B. Grayscale: #E2E2E2. Windows color (decimal): -3281436 or 15003085. OLE color: 15003085.

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

Color convert

RGB205237228-
CMYK0.1400.040.07
HSL163.12º47.06%86.67%-
HSV(B)163.12º13.5%92.94%-
XYZ69.4679.1585.01-
YUV226.41128.9112.73-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 30.60%
GREEN value IS 237 (92.97% from 255) = 35.37%
BLUE value IS 228 (89.45% from 255) = 34.03%
R=30.60%
G=35.37%
B=34.03%

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
Decimal2052372280.1400.040.07163.1247.0686.67
HexCDEDE4E047a32f57
Octal3153553441604724357127
Binary11001101111011011110010011100100111101000111011111010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDEDE4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDEDE4; }

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

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

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

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

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

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

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

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