#D2FFED

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

Shades of Humming Bird #D2FFED

Tints of Humming Bird #D2FFED

Color information

#D2FFED (or 0xD2FFED) is unknown color: approx Humming Bird. HEX triplet: D2, FF and ED. RGB value is (210,255,237). Sum of RGB (Red+Green+Blue) = 210+255+237=702 (92% of max value = 765). Red value is 210 (82.42% from 255 or 29.91% from 702); Green value is 255 (100% from 255 or 36.32% from 702); Blue value is 237 (92.97% from 255 or 33.76% from 702); Max value from RGB is 255 - color contains mainly: green. Hex color #D2FFED is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #D2FFED is #2D0012. Grayscale: #EFEFEF. Windows color (decimal): -2949139 or 15597522. OLE color: 15597522.

HSL color Cylindrical-coordinate representation of color #D2FFED: hue angle of 156º degrees, saturation: 1, lightness: 0.91%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #D2FFED is Cyan = 0.18, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.

Color convert

RGB210255237-
CMYK0.1800.070
HSL156º100%91.18%-
HSV(B)156º17.65%100%-
XYZ77.6291.3493.66-
YUV239.49126.59106.96-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 29.91%
GREEN value IS 255 (100% from 255) = 36.32%
BLUE value IS 237 (92.97% from 255) = 33.76%
R=29.91%
G=36.32%
B=33.76%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2102552370.1800.07015610091.18
HexD2FFED120709c645b
Octal32237735522070234144133
Binary11010010111111111110110110010011101001110011001001011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D2FFED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D2FFED; }

 p { color: rgb(210,255,237); }

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

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

 a { background-color: rgb(210,255,237); }

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

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

 span { border-color: rgb(210,255,237); }

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