#D2EFE7

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

Shades of Humming Bird #D2EFE7

Tints of Humming Bird #D2EFE7

Color information

#D2EFE7 (or 0xD2EFE7) is unknown color: approx Humming Bird. HEX triplet: D2, EF and E7. RGB value is (210,239,231). Sum of RGB (Red+Green+Blue) = 210+239+231=680 (90% of max value = 765). Red value is 210 (82.42% from 255 or 30.88% from 680); Green value is 239 (93.75% from 255 or 35.15% from 680); Blue value is 231 (90.62% from 255 or 33.97% from 680); Max value from RGB is 239 - color contains mainly: green. Hex color #D2EFE7 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #D2EFE7 is #2D1018. Grayscale: #E5E5E5. Windows color (decimal): -2953241 or 15200210. OLE color: 15200210.

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

Color convert

RGB210239231-
CMYK0.1200.030.06
HSL163.45º47.54%88.04%-
HSV(B)163.45º12.13%93.73%-
XYZ71.8781.287.49-
YUV229.42128.89114.15-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 30.88%
GREEN value IS 239 (93.75% from 255) = 35.15%
BLUE value IS 231 (90.62% from 255) = 33.97%
R=30.88%
G=35.15%
B=33.97%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2102392310.1200.030.06163.4547.5488.04
HexD2EFE7C036a33058
Octal3223573471403624360130
Binary1101001011101111111001111100011110101000111100001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D2EFE7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D2EFE7; }

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

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

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

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

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

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

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

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