#CDFAEB

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

Shades of Humming Bird #CDFAEB

Tints of Humming Bird #CDFAEB

Color information

#CDFAEB (or 0xCDFAEB) is unknown color: approx Humming Bird. HEX triplet: CD, FA and EB. RGB value is (205,250,235). Sum of RGB (Red+Green+Blue) = 205+250+235=690 (91% of max value = 765). Red value is 205 (80.47% from 255 or 29.71% from 690); Green value is 250 (98.05% from 255 or 36.23% from 690); Blue value is 235 (92.19% from 255 or 34.06% from 690); Max value from RGB is 250 - color contains mainly: green. Hex color #CDFAEB is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #CDFAEB is #320514. Grayscale: #EAEAEA. Windows color (decimal): -3278101 or 15465165. OLE color: 15465165.

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

Color convert

RGB205250235-
CMYK0.1800.060.02
HSL160º81.82%89.22%-
HSV(B)160º18%98.04%-
XYZ74.3687.3591.54-
YUV234.83128.09106.72-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 29.71%
GREEN value IS 250 (98.05% from 255) = 36.23%
BLUE value IS 235 (92.19% from 255) = 34.06%
R=29.71%
G=36.23%
B=34.06%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2052502350.1800.060.0216081.8289.22
HexCDFAEB12062a05259
Octal31537235322062240122131
Binary110011011111101011101011100100110101010000010100101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDFAEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDFAEB; }

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

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

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

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

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

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

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

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