#CDEAE1

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

Shades of Humming Bird #CDEAE1

Tints of Humming Bird #CDEAE1

Color information

#CDEAE1 (or 0xCDEAE1) is unknown color: approx Humming Bird. HEX triplet: CD, EA and E1. RGB value is (205,234,225). Sum of RGB (Red+Green+Blue) = 205+234+225=664 (87% of max value = 765). Red value is 205 (80.47% from 255 or 30.87% from 664); Green value is 234 (91.80% from 255 or 35.24% from 664); Blue value is 225 (88.28% from 255 or 33.89% from 664); Max value from RGB is 234 - color contains mainly: green. Hex color #CDEAE1 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CDEAE1 is #32151E. Grayscale: #E0E0E0. Windows color (decimal): -3282207 or 14805709. OLE color: 14805709.

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

Color convert

RGB205234225-
CMYK0.1200.040.08
HSL161.38º40.85%86.08%-
HSV(B)161.38º12.39%91.76%-
XYZ68.1977.2682.55-
YUV224.3128.39114.23-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 30.87%
GREEN value IS 234 (91.80% from 255) = 35.24%
BLUE value IS 225 (88.28% from 255) = 33.89%
R=30.87%
G=35.24%
B=33.89%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2052342250.1200.040.08161.3840.8586.08
HexCDEAE1C048a12956
Octal31535234114041024151126
Binary110011011110101011100001110001001000101000011010011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDEAE1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDEAE1; }

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

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

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

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

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

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

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

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