#D1F2E6

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

Shades of Humming Bird #D1F2E6

Tints of Humming Bird #D1F2E6

Color information

#D1F2E6 (or 0xD1F2E6) is unknown color: approx Humming Bird. HEX triplet: D1, F2 and E6. RGB value is (209,242,230). Sum of RGB (Red+Green+Blue) = 209+242+230=681 (90% of max value = 765). Red value is 209 (82.03% from 255 or 30.69% from 681); Green value is 242 (94.92% from 255 or 35.54% from 681); Blue value is 230 (90.23% from 255 or 33.77% from 681); Max value from RGB is 242 - color contains mainly: green. Hex color #D1F2E6 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #D1F2E6 is #2E0D19. Grayscale: #E6E6E6. Windows color (decimal): -3018010 or 15135441. OLE color: 15135441.

HSL color Cylindrical-coordinate representation of color #D1F2E6: hue angle of 158.18º degrees, saturation: 0.56, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #D1F2E6 is Cyan = 0.14, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.05.

Color convert

RGB209242230-
CMYK0.1400.050.05
HSL158.18º55.93%88.43%-
HSV(B)158.18º13.64%94.9%-
XYZ72.3382.7787.03-
YUV230.76127.57112.48-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 30.69%
GREEN value IS 242 (94.92% from 255) = 35.54%
BLUE value IS 230 (90.23% from 255) = 33.77%
R=30.69%
G=35.54%
B=33.77%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2092422300.1400.050.05158.1855.9388.43
HexD1F2E6E0559e3858
Octal3213623461605523670130
Binary11010001111100101110011011100101101100111101110001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D1F2E6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D1F2E6; }

 p { color: rgb(209,242,230); }

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

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

 a { background-color: rgb(209,242,230); }

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

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

 span { border-color: rgb(209,242,230); }

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