#D6EFE7

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

Shades of Humming Bird #D6EFE7

Tints of Humming Bird #D6EFE7

Color information

#D6EFE7 (or 0xD6EFE7) is unknown color: approx Humming Bird. HEX triplet: D6, EF and E7. RGB value is (214,239,231). Sum of RGB (Red+Green+Blue) = 214+239+231=684 (90% of max value = 765). Red value is 214 (83.98% from 255 or 31.29% from 684); Green value is 239 (93.75% from 255 or 34.94% from 684); Blue value is 231 (90.62% from 255 or 33.77% from 684); Max value from RGB is 239 - color contains mainly: green. Hex color #D6EFE7 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #D6EFE7 is #291018. Grayscale: #E6E6E6. Windows color (decimal): -2691097 or 15200214. OLE color: 15200214.

HSL color Cylindrical-coordinate representation of color #D6EFE7: hue angle of 160.8º degrees, saturation: 0.44, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #D6EFE7 is Cyan = 0.10, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.06.

Color convert

RGB214239231-
CMYK0.1000.030.06
HSL160.8º43.86%88.82%-
HSV(B)160.8º10.46%93.73%-
XYZ73.0281.887.54-
YUV230.61128.22116.15-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 31.29%
GREEN value IS 239 (93.75% from 255) = 34.94%
BLUE value IS 231 (90.62% from 255) = 33.77%
R=31.29%
G=34.94%
B=33.77%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2142392310.1000.030.06160.843.8688.82
HexD6EFE7A036a12c59
Octal3263573471203624154131
Binary1101011011101111111001111010011110101000011011001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6EFE7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6EFE7; }

 p { color: rgb(214,239,231); }

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

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

 a { background-color: rgb(214,239,231); }

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

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

 span { border-color: rgb(214,239,231); }

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