#CDFAE7

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

Shades of Humming Bird #CDFAE7

Tints of Humming Bird #CDFAE7

Color information

#CDFAE7 (or 0xCDFAE7) is unknown color: approx Humming Bird. HEX triplet: CD, FA and E7. RGB value is (205,250,231). Sum of RGB (Red+Green+Blue) = 205+250+231=686 (90% of max value = 765). Red value is 205 (80.47% from 255 or 29.88% from 686); Green value is 250 (98.05% from 255 or 36.44% from 686); Blue value is 231 (90.62% from 255 or 33.67% from 686); Max value from RGB is 250 - color contains mainly: green. Hex color #CDFAE7 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #CDFAE7 is #320518. Grayscale: #EAEAEA. Windows color (decimal): -3278105 or 15203021. OLE color: 15203021.

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

Color convert

RGB205250231-
CMYK0.1800.080.02
HSL154.67º81.82%89.22%-
HSV(B)154.67º18%98.04%-
XYZ73.7987.1288.53-
YUV234.38126.09107.04-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 29.88%
GREEN value IS 250 (98.05% from 255) = 36.44%
BLUE value IS 231 (90.62% from 255) = 33.67%
R=29.88%
G=36.44%
B=33.67%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2052502310.1800.080.02154.6781.8289.22
HexCDFAE7120829b5259
Octal315372347220102233122131
Binary1100110111111010111001111001001000101001101110100101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDFAE7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDFAE7; }

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

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

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

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

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

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

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

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