#CDEAE2

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

Shades of Humming Bird #CDEAE2

Tints of Humming Bird #CDEAE2

Color information

#CDEAE2 (or 0xCDEAE2) is unknown color: approx Humming Bird. HEX triplet: CD, EA and E2. RGB value is (205,234,226). Sum of RGB (Red+Green+Blue) = 205+234+226=665 (88% of max value = 765). Red value is 205 (80.47% from 255 or 30.83% from 665); Green value is 234 (91.80% from 255 or 35.19% from 665); Blue value is 226 (88.67% from 255 or 33.98% from 665); Max value from RGB is 234 - color contains mainly: green. Hex color #CDEAE2 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CDEAE2 is #32151D. Grayscale: #E0E0E0. Windows color (decimal): -3282206 or 14871245. OLE color: 14871245.

HSL color Cylindrical-coordinate representation of color #CDEAE2: hue angle of 163.45º degrees, saturation: 0.41, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #CDEAE2 is Cyan = 0.12, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.08.

Color convert

RGB205234226-
CMYK0.1200.030.08
HSL163.45º40.85%86.08%-
HSV(B)163.45º12.39%91.76%-
XYZ68.3377.3283.27-
YUV224.42128.89114.15-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 30.83%
GREEN value IS 234 (91.80% from 255) = 35.19%
BLUE value IS 226 (88.67% from 255) = 33.98%
R=30.83%
G=35.19%
B=33.98%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2052342260.1200.030.08163.4540.8586.08
HexCDEAE2C038a32956
Octal31535234214031024351126
Binary11001101111010101110001011000111000101000111010011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDEAE2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDEAE2; }

 p { color: rgb(205,234,226); }

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

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

 a { background-color: rgb(205,234,226); }

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

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

 span { border-color: rgb(205,234,226); }

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