#D3FAED

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

Shades of Humming Bird #D3FAED

Tints of Humming Bird #D3FAED

Color information

#D3FAED (or 0xD3FAED) is unknown color: approx Humming Bird. HEX triplet: D3, FA and ED. RGB value is (211,250,237). Sum of RGB (Red+Green+Blue) = 211+250+237=698 (92% of max value = 765). Red value is 211 (82.81% from 255 or 30.23% from 698); Green value is 250 (98.05% from 255 or 35.82% from 698); Blue value is 237 (92.97% from 255 or 33.95% from 698); Max value from RGB is 250 - color contains mainly: green. Hex color #D3FAED is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #D3FAED is #2C0512. Grayscale: #ECECEC. Windows color (decimal): -2884883 or 15596243. OLE color: 15596243.

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

Color convert

RGB211250237-
CMYK0.1600.050.02
HSL160º79.59%90.39%-
HSV(B)160º15.6%98.04%-
XYZ76.3488.3393.15-
YUV236.86128.08109.56-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 30.23%
GREEN value IS 250 (98.05% from 255) = 35.82%
BLUE value IS 237 (92.97% from 255) = 33.95%
R=30.23%
G=35.82%
B=33.95%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2112502370.1600.050.0216079.5990.39
HexD3FAED10052a0505a
Octal32337235520052240120132
Binary110100111111101011101101100000101101010000010100001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D3FAED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D3FAED; }

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

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

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

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

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

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

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

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