#D3FAEB

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

Shades of Humming Bird #D3FAEB

Tints of Humming Bird #D3FAEB

Color information

#D3FAEB (or 0xD3FAEB) is unknown color: approx Humming Bird. HEX triplet: D3, FA and EB. RGB value is (211,250,235). Sum of RGB (Red+Green+Blue) = 211+250+235=696 (92% of max value = 765). Red value is 211 (82.81% from 255 or 30.32% from 696); Green value is 250 (98.05% from 255 or 35.92% from 696); Blue value is 235 (92.19% from 255 or 33.76% from 696); Max value from RGB is 250 - color contains mainly: green. Hex color #D3FAEB is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #D3FAEB is #2C0514. Grayscale: #ECECEC. Windows color (decimal): -2884885 or 15465171. OLE color: 15465171.

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

Color convert

RGB211250235-
CMYK0.1600.060.02
HSL156.92º79.59%90.39%-
HSV(B)156.92º15.6%98.04%-
XYZ76.0488.2291.62-
YUV236.63127.08109.72-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 30.32%
GREEN value IS 250 (98.05% from 255) = 35.92%
BLUE value IS 235 (92.19% from 255) = 33.76%
R=30.32%
G=35.92%
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
Decimal2112502350.1600.060.02156.9279.5990.39
HexD3FAEB100629d505a
Octal32337235320062235120132
Binary110100111111101011101011100000110101001110110100001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D3FAEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D3FAEB; }

 p { color: rgb(211,250,235); }

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

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

 a { background-color: rgb(211,250,235); }

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

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

 span { border-color: rgb(211,250,235); }

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