#CDFAE6

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

Shades of Humming Bird #CDFAE6

Tints of Humming Bird #CDFAE6

Color information

#CDFAE6 (or 0xCDFAE6) is unknown color: approx Humming Bird. HEX triplet: CD, FA and E6. RGB value is (205,250,230). Sum of RGB (Red+Green+Blue) = 205+250+230=685 (90% of max value = 765). Red value is 205 (80.47% from 255 or 29.93% from 685); Green value is 250 (98.05% from 255 or 36.50% from 685); Blue value is 230 (90.23% from 255 or 33.58% from 685); Max value from RGB is 250 - color contains mainly: green. Hex color #CDFAE6 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #CDFAE6 is #320519. Grayscale: #EAEAEA. Windows color (decimal): -3278106 or 15137485. OLE color: 15137485.

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

Color convert

RGB205250230-
CMYK0.1800.080.02
HSL153.33º81.82%89.22%-
HSV(B)153.33º18%98.04%-
XYZ73.6587.0687.79-
YUV234.26125.59107.13-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 29.93%
GREEN value IS 250 (98.05% from 255) = 36.50%
BLUE value IS 230 (90.23% from 255) = 33.58%
R=29.93%
G=36.50%
B=33.58%

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
Decimal2052502300.1800.080.02153.3381.8289.22
HexCDFAE612082995259
Octal315372346220102231122131
Binary1100110111111010111001101001001000101001100110100101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDFAE6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDFAE6; }

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

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

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

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

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

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

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

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