#D2FBEB

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

Shades of Humming Bird #D2FBEB

Tints of Humming Bird #D2FBEB

Color information

#D2FBEB (or 0xD2FBEB) is unknown color: approx Humming Bird. HEX triplet: D2, FB and EB. RGB value is (210,251,235). Sum of RGB (Red+Green+Blue) = 210+251+235=696 (92% of max value = 765). Red value is 210 (82.42% from 255 or 30.17% from 696); Green value is 251 (98.44% from 255 or 36.06% from 696); Blue value is 235 (92.19% from 255 or 33.76% from 696); Max value from RGB is 251 - color contains mainly: green. Hex color #D2FBEB is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #D2FBEB is #2D0414. Grayscale: #ECECEC. Windows color (decimal): -2950165 or 15465426. OLE color: 15465426.

HSL color Cylindrical-coordinate representation of color #D2FBEB: hue angle of 156.59º degrees, saturation: 0.84, 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 #D2FBEB is Cyan = 0.16, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.02.

Color convert

RGB210251235-
CMYK0.1600.060.02
HSL156.59º83.67%90.39%-
HSV(B)156.59º16.33%98.43%-
XYZ76.0788.6991.71-
YUV236.92126.92108.8-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 30.17%
GREEN value IS 251 (98.44% from 255) = 36.06%
BLUE value IS 235 (92.19% from 255) = 33.76%
R=30.17%
G=36.06%
B=33.76%

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
Decimal2102512350.1600.060.02156.5983.6790.39
HexD2FBEB100629d545a
Octal32237335320062235124132
Binary110100101111101111101011100000110101001110110101001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D2FBEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D2FBEB; }

 p { color: rgb(210,251,235); }

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

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

 a { background-color: rgb(210,251,235); }

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

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

 span { border-color: rgb(210,251,235); }

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