#D2FAEC

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

Shades of Humming Bird #D2FAEC

Tints of Humming Bird #D2FAEC

Color information

#D2FAEC (or 0xD2FAEC) is unknown color: approx Humming Bird. HEX triplet: D2, FA and EC. RGB value is (210,250,236). Sum of RGB (Red+Green+Blue) = 210+250+236=696 (92% of max value = 765). Red value is 210 (82.42% from 255 or 30.17% from 696); Green value is 250 (98.05% from 255 or 35.92% from 696); Blue value is 236 (92.58% from 255 or 33.91% from 696); Max value from RGB is 250 - color contains mainly: green. Hex color #D2FAEC is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #D2FAEC is #2D0513. Grayscale: #ECECEC. Windows color (decimal): -2950420 or 15530706. OLE color: 15530706.

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

Color convert

RGB210250236-
CMYK0.1600.060.02
HSL159º80%90.2%-
HSV(B)159º16%98.04%-
XYZ75.988.1392.37-
YUV236.44127.75109.14-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 30.17%
GREEN value IS 250 (98.05% from 255) = 35.92%
BLUE value IS 236 (92.58% from 255) = 33.91%
R=30.17%
G=35.92%
B=33.91%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2102502360.1600.060.021598090.2
HexD2FAEC100629f505a
Octal32237235420062237120132
Binary110100101111101011101100100000110101001111110100001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D2FAEC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D2FAEC; }

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

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

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

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

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

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

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

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