#D2FAED

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

Shades of Humming Bird #D2FAED

Tints of Humming Bird #D2FAED

Color information

#D2FAED (or 0xD2FAED) is unknown color: approx Humming Bird. HEX triplet: D2, FA and ED. RGB value is (210,250,237). Sum of RGB (Red+Green+Blue) = 210+250+237=697 (92% of max value = 765). Red value is 210 (82.42% from 255 or 30.13% from 697); Green value is 250 (98.05% from 255 or 35.87% from 697); Blue value is 237 (92.97% from 255 or 34.00% from 697); Max value from RGB is 250 - color contains mainly: green. Hex color #D2FAED is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #D2FAED is #2D0512. Grayscale: #ECECEC. Windows color (decimal): -2950419 or 15596242. OLE color: 15596242.

HSL color Cylindrical-coordinate representation of color #D2FAED: hue angle of 160.5º degrees, saturation: 0.8, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #D2FAED is Cyan = 0.16, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.02.

Color convert

RGB210250237-
CMYK0.1600.050.02
HSL160.5º80%90.2%-
HSV(B)160.5º16%98.04%-
XYZ76.0588.1993.13-
YUV236.56128.25109.06-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 30.13%
GREEN value IS 250 (98.05% from 255) = 35.87%
BLUE value IS 237 (92.97% from 255) = 34.00%
R=30.13%
G=35.87%
B=34.00%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2102502370.1600.050.02160.58090.2
HexD2FAED10052a0505a
Octal32237235520052240120132
Binary110100101111101011101101100000101101010000010100001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D2FAED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D2FAED; }

 p { color: rgb(210,250,237); }

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

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

 a { background-color: rgb(210,250,237); }

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

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

 span { border-color: rgb(210,250,237); }

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