#CDFAE9

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

Shades of Humming Bird #CDFAE9

Tints of Humming Bird #CDFAE9

Color information

#CDFAE9 (or 0xCDFAE9) is unknown color: approx Humming Bird. HEX triplet: CD, FA and E9. RGB value is (205,250,233). Sum of RGB (Red+Green+Blue) = 205+250+233=688 (91% of max value = 765). Red value is 205 (80.47% from 255 or 29.80% from 688); Green value is 250 (98.05% from 255 or 36.34% from 688); Blue value is 233 (91.41% from 255 or 33.87% from 688); Max value from RGB is 250 - color contains mainly: green. Hex color #CDFAE9 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #CDFAE9 is #320516. Grayscale: #EAEAEA. Windows color (decimal): -3278103 or 15334093. OLE color: 15334093.

HSL color Cylindrical-coordinate representation of color #CDFAE9: hue angle of 157.33º degrees, saturation: 0.82, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #CDFAE9 is Cyan = 0.18, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.02.

Color convert

RGB205250233-
CMYK0.1800.070.02
HSL157.33º81.82%89.22%-
HSV(B)157.33º18%98.04%-
XYZ74.0787.2390.02-
YUV234.61127.09106.88-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 29.80%
GREEN value IS 250 (98.05% from 255) = 36.34%
BLUE value IS 233 (91.41% from 255) = 33.87%
R=29.80%
G=36.34%
B=33.87%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2052502330.1800.070.02157.3381.8289.22
HexCDFAE9120729d5259
Octal31537235122072235122131
Binary110011011111101011101001100100111101001110110100101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDFAE9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDFAE9; }

 p { color: rgb(205,250,233); }

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

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

 a { background-color: rgb(205,250,233); }

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

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

 span { border-color: rgb(205,250,233); }

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