#D1F8EF

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

Shades of Humming Bird #D1F8EF

Tints of Humming Bird #D1F8EF

Color information

#D1F8EF (or 0xD1F8EF) is unknown color: approx Humming Bird. HEX triplet: D1, F8 and EF. RGB value is (209,248,239). Sum of RGB (Red+Green+Blue) = 209+248+239=696 (92% of max value = 765). Red value is 209 (82.03% from 255 or 30.03% from 696); Green value is 248 (97.27% from 255 or 35.63% from 696); Blue value is 239 (93.75% from 255 or 34.34% from 696); Max value from RGB is 248 - color contains mainly: green. Hex color #D1F8EF is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #D1F8EF is #2E0710. Grayscale: #EBEBEB. Windows color (decimal): -3016465 or 15726801. OLE color: 15726801.

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

Color convert

RGB209248239-
CMYK0.1600.040.03
HSL166.15º73.58%89.61%-
HSV(B)166.15º15.73%97.25%-
XYZ75.4486.9294.46-
YUV235.31130.08109.23-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 30.03%
GREEN value IS 248 (97.27% from 255) = 35.63%
BLUE value IS 239 (93.75% from 255) = 34.34%
R=30.03%
G=35.63%
B=34.34%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2092482390.1600.040.03166.1573.5889.61
HexD1F8EF10043a64a5a
Octal32137035720043246112132
Binary110100011111100011101111100000100111010011010010101011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D1F8EF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D1F8EF; }

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

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

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

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

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

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

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

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