#D1FEEF

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

Shades of Humming Bird #D1FEEF

Tints of Humming Bird #D1FEEF

Color information

#D1FEEF (or 0xD1FEEF) is unknown color: approx Humming Bird. HEX triplet: D1, FE and EF. RGB value is (209,254,239). Sum of RGB (Red+Green+Blue) = 209+254+239=702 (92% of max value = 765). Red value is 209 (82.03% from 255 or 29.77% from 702); Green value is 254 (99.61% from 255 or 36.18% from 702); Blue value is 239 (93.75% from 255 or 34.05% from 702); Max value from RGB is 254 - color contains mainly: green. Hex color #D1FEEF is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #D1FEEF is #2E0110. Grayscale: #EEEEEE. Windows color (decimal): -3014929 or 15728337. OLE color: 15728337.

HSL color Cylindrical-coordinate representation of color #D1FEEF: hue angle of 160º degrees, saturation: 0.96, lightness: 0.91%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #D1FEEF is Cyan = 0.18, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.00.

Color convert

RGB209254239-
CMYK0.1800.060.00
HSL160º95.74%90.78%-
HSV(B)160º17.72%99.61%-
XYZ77.3290.6795.09-
YUV238.84128.09106.72-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 29.77%
GREEN value IS 254 (99.61% from 255) = 36.18%
BLUE value IS 239 (93.75% from 255) = 34.05%
R=29.77%
G=36.18%
B=34.05%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2092542390.1800.060.0016095.7490.78
HexD1FEEF12060a0605b
Octal32137635722060240140133
Binary11010001111111101110111110010011001010000011000001011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D1FEEF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D1FEEF; }

 p { color: rgb(209,254,239); }

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

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

 a { background-color: rgb(209,254,239); }

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

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

 span { border-color: rgb(209,254,239); }

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