#D2F9EA

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

Shades of Humming Bird #D2F9EA

Tints of Humming Bird #D2F9EA

Color information

#D2F9EA (or 0xD2F9EA) is unknown color: approx Humming Bird. HEX triplet: D2, F9 and EA. RGB value is (210,249,234). Sum of RGB (Red+Green+Blue) = 210+249+234=693 (91% of max value = 765). Red value is 210 (82.42% from 255 or 30.30% from 693); Green value is 249 (97.66% from 255 or 35.93% from 693); Blue value is 234 (91.80% from 255 or 33.77% from 693); Max value from RGB is 249 - color contains mainly: green. Hex color #D2F9EA is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #D2F9EA is #2D0615. Grayscale: #EBEBEB. Windows color (decimal): -2950678 or 15399378. OLE color: 15399378.

HSL color Cylindrical-coordinate representation of color #D2F9EA: hue angle of 156.92º degrees, saturation: 0.76, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #D2F9EA is Cyan = 0.16, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.02.

Color convert

RGB210249234-
CMYK0.1600.060.02
HSL156.92º76.47%90%-
HSV(B)156.92º15.66%97.65%-
XYZ75.3187.3990.74-
YUV235.63127.08109.72-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 30.30%
GREEN value IS 249 (97.66% from 255) = 35.93%
BLUE value IS 234 (91.80% from 255) = 33.77%
R=30.30%
G=35.93%
B=33.77%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2102492340.1600.060.02156.9276.4790
HexD2F9EA100629d4c5a
Octal32237135220062235114132
Binary110100101111100111101010100000110101001110110011001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D2F9EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D2F9EA; }

 p { color: rgb(210,249,234); }

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

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

 a { background-color: rgb(210,249,234); }

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

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

 span { border-color: rgb(210,249,234); }

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