#D1FAE9

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

Shades of Humming Bird #D1FAE9

Tints of Humming Bird #D1FAE9

Color information

#D1FAE9 (or 0xD1FAE9) is unknown color: approx Humming Bird. HEX triplet: D1, FA and E9. RGB value is (209,250,233). Sum of RGB (Red+Green+Blue) = 209+250+233=692 (91% of max value = 765). Red value is 209 (82.03% from 255 or 30.20% from 692); Green value is 250 (98.05% from 255 or 36.13% from 692); Blue value is 233 (91.41% from 255 or 33.67% from 692); Max value from RGB is 250 - color contains mainly: green. Hex color #D1FAE9 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #D1FAE9 is #2E0516. Grayscale: #EBEBEB. Windows color (decimal): -3015959 or 15334097. OLE color: 15334097.

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

Color convert

RGB209250233-
CMYK0.1600.070.02
HSL155.12º80.39%90%-
HSV(B)155.12º16.4%98.04%-
XYZ75.1987.8190.08-
YUV235.8126.42108.88-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 30.20%
GREEN value IS 250 (98.05% from 255) = 36.13%
BLUE value IS 233 (91.41% from 255) = 33.67%
R=30.20%
G=36.13%
B=33.67%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2092502330.1600.070.02155.1280.3990
HexD1FAE9100729b505a
Octal32137235120072233120132
Binary110100011111101011101001100000111101001101110100001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D1FAE9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D1FAE9; }

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

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

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

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

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

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

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

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