#D1F1E6

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

Shades of Humming Bird #D1F1E6

Tints of Humming Bird #D1F1E6

Color information

#D1F1E6 (or 0xD1F1E6) is unknown color: approx Humming Bird. HEX triplet: D1, F1 and E6. RGB value is (209,241,230). Sum of RGB (Red+Green+Blue) = 209+241+230=680 (90% of max value = 765). Red value is 209 (82.03% from 255 or 30.74% from 680); Green value is 241 (94.53% from 255 or 35.44% from 680); Blue value is 230 (90.23% from 255 or 33.82% from 680); Max value from RGB is 241 - color contains mainly: green. Hex color #D1F1E6 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #D1F1E6 is #2E0E19. Grayscale: #E6E6E6. Windows color (decimal): -3018266 or 15135185. OLE color: 15135185.

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

Color convert

RGB209241230-
CMYK0.1300.050.05
HSL159.38º53.33%88.24%-
HSV(B)159.38º13.28%94.51%-
XYZ72.0382.1886.93-
YUV230.18127.9112.89-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 30.74%
GREEN value IS 241 (94.53% from 255) = 35.44%
BLUE value IS 230 (90.23% from 255) = 33.82%
R=30.74%
G=35.44%
B=33.82%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2092412300.1300.050.05159.3853.3388.24
HexD1F1E6D0559f3558
Octal3213613461505523765130
Binary11010001111100011110011011010101101100111111101011011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D1F1E6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D1F1E6; }

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

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

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

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

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

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

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

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