#D2FEEC

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

Shades of Humming Bird #D2FEEC

Tints of Humming Bird #D2FEEC

Color information

#D2FEEC (or 0xD2FEEC) is unknown color: approx Humming Bird. HEX triplet: D2, FE and EC. RGB value is (210,254,236). Sum of RGB (Red+Green+Blue) = 210+254+236=700 (92% of max value = 765). Red value is 210 (82.42% from 255 or 30% from 700); Green value is 254 (99.61% from 255 or 36.29% from 700); Blue value is 236 (92.58% from 255 or 33.71% from 700); Max value from RGB is 254 - color contains mainly: green. Hex color #D2FEEC is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #D2FEEC is #2D0113. Grayscale: #EEEEEE. Windows color (decimal): -2949396 or 15531730. OLE color: 15531730.

HSL color Cylindrical-coordinate representation of color #D2FEEC: hue angle of 155.45º degrees, saturation: 0.96, lightness: 0.91%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #D2FEEC is Cyan = 0.17, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.00.

Color convert

RGB210254236-
CMYK0.1700.070.00
HSL155.45º95.65%90.98%-
HSV(B)155.45º17.32%99.61%-
XYZ77.1690.6492.79-
YUV238.79126.42107.46-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 30%
GREEN value IS 254 (99.61% from 255) = 36.29%
BLUE value IS 236 (92.58% from 255) = 33.71%
R=30%
G=36.29%
B=33.71%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2102542360.1700.070.00155.4595.6590.98
HexD2FEEC110709b605b
Octal32237635421070233140133
Binary11010010111111101110110010001011101001101111000001011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D2FEEC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D2FEEC; }

 p { color: rgb(210,254,236); }

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

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

 a { background-color: rgb(210,254,236); }

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

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

 span { border-color: rgb(210,254,236); }

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