#D2EFE4

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

Shades of Humming Bird #D2EFE4

Tints of Humming Bird #D2EFE4

Color information

#D2EFE4 (or 0xD2EFE4) is unknown color: approx Humming Bird. HEX triplet: D2, EF and E4. RGB value is (210,239,228). Sum of RGB (Red+Green+Blue) = 210+239+228=677 (89% of max value = 765). Red value is 210 (82.42% from 255 or 31.02% from 677); Green value is 239 (93.75% from 255 or 35.30% from 677); Blue value is 228 (89.45% from 255 or 33.68% from 677); Max value from RGB is 239 - color contains mainly: green. Hex color #D2EFE4 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D2EFE4 is #2D101B. Grayscale: #E5E5E5. Windows color (decimal): -2953244 or 15003602. OLE color: 15003602.

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

Color convert

RGB210239228-
CMYK0.1200.050.06
HSL157.24º47.54%88.04%-
HSV(B)157.24º12.13%93.73%-
XYZ71.4581.0485.27-
YUV229.07127.39114.39-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 31.02%
GREEN value IS 239 (93.75% from 255) = 35.30%
BLUE value IS 228 (89.45% from 255) = 33.68%
R=31.02%
G=35.30%
B=33.68%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2102392280.1200.050.06157.2447.5488.04
HexD2EFE4C0569d3058
Octal3223573441405623560130
Binary11010010111011111110010011000101110100111011100001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D2EFE4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D2EFE4; }

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

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

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

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

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

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

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

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