#D1F7ED

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

Shades of Humming Bird #D1F7ED

Tints of Humming Bird #D1F7ED

Color information

#D1F7ED (or 0xD1F7ED) is unknown color: approx Humming Bird. HEX triplet: D1, F7 and ED. RGB value is (209,247,237). Sum of RGB (Red+Green+Blue) = 209+247+237=693 (91% of max value = 765). Red value is 209 (82.03% from 255 or 30.16% from 693); Green value is 247 (96.88% from 255 or 35.64% from 693); Blue value is 237 (92.97% from 255 or 34.20% from 693); Max value from RGB is 247 - color contains mainly: green. Hex color #D1F7ED is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #D1F7ED is #2E0812. Grayscale: #EAEAEA. Windows color (decimal): -3016723 or 15595473. OLE color: 15595473.

HSL color Cylindrical-coordinate representation of color #D1F7ED: hue angle of 164.21º degrees, saturation: 0.7, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #D1F7ED is Cyan = 0.15, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.03.

Color convert

RGB209247237-
CMYK0.1500.040.03
HSL164.21º70.37%89.41%-
HSV(B)164.21º15.38%96.86%-
XYZ74.8486.1992.81-
YUV234.5129.41109.81-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 30.16%
GREEN value IS 247 (96.88% from 255) = 35.64%
BLUE value IS 237 (92.97% from 255) = 34.20%
R=30.16%
G=35.64%
B=34.20%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2092472370.1500.040.03164.2170.3789.41
HexD1F7EDF043a44659
Octal32136735517043244106131
Binary11010001111101111110110111110100111010010010001101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D1F7ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D1F7ED; }

 p { color: rgb(209,247,237); }

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

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

 a { background-color: rgb(209,247,237); }

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

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

 span { border-color: rgb(209,247,237); }

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