#D1FAEC

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

Shades of Humming Bird #D1FAEC

Tints of Humming Bird #D1FAEC

Color information

#D1FAEC (or 0xD1FAEC) is unknown color: approx Humming Bird. HEX triplet: D1, FA and EC. RGB value is (209,250,236). Sum of RGB (Red+Green+Blue) = 209+250+236=695 (92% of max value = 765). Red value is 209 (82.03% from 255 or 30.07% from 695); Green value is 250 (98.05% from 255 or 35.97% from 695); Blue value is 236 (92.58% from 255 or 33.96% from 695); Max value from RGB is 250 - color contains mainly: green. Hex color #D1FAEC is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #D1FAEC is #2E0513. Grayscale: #ECECEC. Windows color (decimal): -3015956 or 15530705. OLE color: 15530705.

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

Color convert

RGB209250236-
CMYK0.1600.060.02
HSL159.51º80.39%90%-
HSV(B)159.51º16.4%98.04%-
XYZ75.6287.9892.35-
YUV236.14127.92108.64-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 30.07%
GREEN value IS 250 (98.05% from 255) = 35.97%
BLUE value IS 236 (92.58% from 255) = 33.96%
R=30.07%
G=35.97%
B=33.96%

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
Decimal2092502360.1600.060.02159.5180.3990
HexD1FAEC10062a0505a
Octal32137235420062240120132
Binary110100011111101011101100100000110101010000010100001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D1FAEC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D1FAEC; }

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

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

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

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

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

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

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

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