#D3FAEE

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

Shades of Humming Bird #D3FAEE

Tints of Humming Bird #D3FAEE

Color information

#D3FAEE (or 0xD3FAEE) is unknown color: approx Humming Bird. HEX triplet: D3, FA and EE. RGB value is (211,250,238). Sum of RGB (Red+Green+Blue) = 211+250+238=699 (92% of max value = 765). Red value is 211 (82.81% from 255 or 30.19% from 699); Green value is 250 (98.05% from 255 or 35.77% from 699); Blue value is 238 (93.36% from 255 or 34.05% from 699); Max value from RGB is 250 - color contains mainly: green. Hex color #D3FAEE is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #D3FAEE is #2C0511. Grayscale: #ECECEC. Windows color (decimal): -2884882 or 15661779. OLE color: 15661779.

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

Color convert

RGB211250238-
CMYK0.1600.050.02
HSL161.54º79.59%90.39%-
HSV(B)161.54º15.6%98.04%-
XYZ76.4888.3993.92-
YUV236.97128.58109.48-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 30.19%
GREEN value IS 250 (98.05% from 255) = 35.77%
BLUE value IS 238 (93.36% from 255) = 34.05%
R=30.19%
G=35.77%
B=34.05%

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
Decimal2112502380.1600.050.02161.5479.5990.39
HexD3FAEE10052a2505a
Octal32337235620052242120132
Binary110100111111101011101110100000101101010001010100001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D3FAEE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D3FAEE; }

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

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

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

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

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

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

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

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