#D3F6EC

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

Shades of Humming Bird #D3F6EC

Tints of Humming Bird #D3F6EC

Color information

#D3F6EC (or 0xD3F6EC) is unknown color: approx Humming Bird. HEX triplet: D3, F6 and EC. RGB value is (211,246,236). Sum of RGB (Red+Green+Blue) = 211+246+236=693 (91% of max value = 765). Red value is 211 (82.81% from 255 or 30.45% from 693); Green value is 246 (96.48% from 255 or 35.50% from 693); Blue value is 236 (92.58% from 255 or 34.05% from 693); Max value from RGB is 246 - color contains mainly: green. Hex color #D3F6EC is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #D3F6EC is #2C0913. Grayscale: #EAEAEA. Windows color (decimal): -2885908 or 15529683. OLE color: 15529683.

HSL color Cylindrical-coordinate representation of color #D3F6EC: hue angle of 162.86º degrees, saturation: 0.66, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #D3F6EC is Cyan = 0.14, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.04.

Color convert

RGB211246236-
CMYK0.1400.040.04
HSL162.86º66.04%89.61%-
HSV(B)162.86º14.23%96.47%-
XYZ74.9685.8291.97-
YUV234.4128.9111.31-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 30.45%
GREEN value IS 246 (96.48% from 255) = 35.50%
BLUE value IS 236 (92.58% from 255) = 34.05%
R=30.45%
G=35.50%
B=34.05%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2112462360.1400.040.04162.8666.0489.61
HexD3F6ECE044a3425a
Octal32336635416044243102132
Binary110100111111011011101100111001001001010001110000101011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D3F6EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D3F6EC; }

 p { color: rgb(211,246,236); }

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

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

 a { background-color: rgb(211,246,236); }

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

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

 span { border-color: rgb(211,246,236); }

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