#D3EBE5

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

Shades of Humming Bird #D3EBE5

Tints of Humming Bird #D3EBE5

Color information

#D3EBE5 (or 0xD3EBE5) is unknown color: approx Humming Bird. HEX triplet: D3, EB and E5. RGB value is (211,235,229). Sum of RGB (Red+Green+Blue) = 211+235+229=675 (89% of max value = 765). Red value is 211 (82.81% from 255 or 31.26% from 675); Green value is 235 (92.19% from 255 or 34.81% from 675); Blue value is 229 (89.84% from 255 or 33.93% from 675); Max value from RGB is 235 - color contains mainly: green. Hex color #D3EBE5 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D3EBE5 is #2C141A. Grayscale: #E3E3E3. Windows color (decimal): -2888731 or 15068115. OLE color: 15068115.

HSL color Cylindrical-coordinate representation of color #D3EBE5: hue angle of 165º degrees, saturation: 0.38, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #D3EBE5 is Cyan = 0.10, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.08.

Color convert

RGB211235229-
CMYK0.1000.030.08
HSL165º37.5%87.45%-
HSV(B)165º10.21%92.16%-
XYZ70.7278.9285.64-
YUV227.14129.05116.49-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 31.26%
GREEN value IS 235 (92.19% from 255) = 34.81%
BLUE value IS 229 (89.84% from 255) = 33.93%
R=31.26%
G=34.81%
B=33.93%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2112352290.1000.030.0816537.587.45
HexD3EBE5A038a52657
Octal32335334512031024546127
Binary11010011111010111110010110100111000101001011001101010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D3EBE5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D3EBE5; }

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

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

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

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

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

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

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

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