#D2EFE5

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

Shades of Humming Bird #D2EFE5

Tints of Humming Bird #D2EFE5

Color information

#D2EFE5 (or 0xD2EFE5) is unknown color: approx Humming Bird. HEX triplet: D2, EF and E5. RGB value is (210,239,229). Sum of RGB (Red+Green+Blue) = 210+239+229=678 (89% of max value = 765). Red value is 210 (82.42% from 255 or 30.97% from 678); Green value is 239 (93.75% from 255 or 35.25% from 678); Blue value is 229 (89.84% from 255 or 33.78% from 678); Max value from RGB is 239 - color contains mainly: green. Hex color #D2EFE5 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D2EFE5 is #2D101A. Grayscale: #E5E5E5. Windows color (decimal): -2953243 or 15069138. OLE color: 15069138.

HSL color Cylindrical-coordinate representation of color #D2EFE5: hue angle of 159.31º 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 #D2EFE5 is Cyan = 0.12, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.06.

Color convert

RGB210239229-
CMYK0.1200.040.06
HSL159.31º47.54%88.04%-
HSV(B)159.31º12.13%93.73%-
XYZ71.5981.0986.01-
YUV229.19127.89114.31-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 30.97%
GREEN value IS 239 (93.75% from 255) = 35.25%
BLUE value IS 229 (89.84% from 255) = 33.78%
R=30.97%
G=35.25%
B=33.78%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2102392290.1200.040.06159.3147.5488.04
HexD2EFE5C0469f3058
Octal3223573451404623760130
Binary11010010111011111110010111000100110100111111100001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D2EFE5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D2EFE5; }

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

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

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

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

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

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

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

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