#D1F0E7

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

Shades of Humming Bird #D1F0E7

Tints of Humming Bird #D1F0E7

Color information

#D1F0E7 (or 0xD1F0E7) is unknown color: approx Humming Bird. HEX triplet: D1, F0 and E7. RGB value is (209,240,231). Sum of RGB (Red+Green+Blue) = 209+240+231=680 (90% of max value = 765). Red value is 209 (82.03% from 255 or 30.74% from 680); Green value is 240 (94.14% from 255 or 35.29% from 680); Blue value is 231 (90.62% from 255 or 33.97% from 680); Max value from RGB is 240 - color contains mainly: green. Hex color #D1F0E7 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #D1F0E7 is #2E0F18. Grayscale: #E5E5E5. Windows color (decimal): -3018521 or 15200465. OLE color: 15200465.

HSL color Cylindrical-coordinate representation of color #D1F0E7: hue angle of 162.58º degrees, saturation: 0.51, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #D1F0E7 is Cyan = 0.13, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.06.

Color convert

RGB209240231-
CMYK0.1300.040.06
HSL162.58º50.82%88.04%-
HSV(B)162.58º12.92%94.12%-
XYZ71.8881.6587.57-
YUV229.7128.73113.23-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 30.74%
GREEN value IS 240 (94.14% from 255) = 35.29%
BLUE value IS 231 (90.62% from 255) = 33.97%
R=30.74%
G=35.29%
B=33.97%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2092402310.1300.040.06162.5850.8288.04
HexD1F0E7D046a33358
Octal3213603471504624363130
Binary11010001111100001110011111010100110101000111100111011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D1F0E7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D1F0E7; }

 p { color: rgb(209,240,231); }

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

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

 a { background-color: rgb(209,240,231); }

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

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

 span { border-color: rgb(209,240,231); }

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