#CDFAE5

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

Shades of Humming Bird #CDFAE5

Tints of Humming Bird #CDFAE5

Color information

#CDFAE5 (or 0xCDFAE5) is unknown color: approx Humming Bird. HEX triplet: CD, FA and E5. RGB value is (205,250,229). Sum of RGB (Red+Green+Blue) = 205+250+229=684 (90% of max value = 765). Red value is 205 (80.47% from 255 or 29.97% from 684); Green value is 250 (98.05% from 255 or 36.55% from 684); Blue value is 229 (89.84% from 255 or 33.48% from 684); Max value from RGB is 250 - color contains mainly: green. Hex color #CDFAE5 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CDFAE5 is #32051A. Grayscale: #EAEAEA. Windows color (decimal): -3278107 or 15071949. OLE color: 15071949.

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

Color convert

RGB205250229-
CMYK0.1800.080.02
HSL152º81.82%89.22%-
HSV(B)152º18%98.04%-
XYZ73.5187.0187.05-
YUV234.15125.09107.21-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 29.97%
GREEN value IS 250 (98.05% from 255) = 36.55%
BLUE value IS 229 (89.84% from 255) = 33.48%
R=29.97%
G=36.55%
B=33.48%

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
Decimal2052502290.1800.080.0215281.8289.22
HexCDFAE512082985259
Octal315372345220102230122131
Binary1100110111111010111001011001001000101001100010100101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDFAE5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDFAE5; }

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

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

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

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

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

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

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

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