#D3EBE4

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

Shades of Humming Bird #D3EBE4

Tints of Humming Bird #D3EBE4

Color information

#D3EBE4 (or 0xD3EBE4) is unknown color: approx Humming Bird. HEX triplet: D3, EB and E4. RGB value is (211,235,228). Sum of RGB (Red+Green+Blue) = 211+235+228=674 (89% of max value = 765). Red value is 211 (82.81% from 255 or 31.31% from 674); Green value is 235 (92.19% from 255 or 34.87% from 674); Blue value is 228 (89.45% from 255 or 33.83% from 674); Max value from RGB is 235 - color contains mainly: green. Hex color #D3EBE4 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D3EBE4 is #2C141B. Grayscale: #E3E3E3. Windows color (decimal): -2888732 or 15002579. OLE color: 15002579.

HSL color Cylindrical-coordinate representation of color #D3EBE4: hue angle of 162.5º 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 #D3EBE4 is Cyan = 0.10, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.08.

Color convert

RGB211235228-
CMYK0.1000.030.08
HSL162.5º37.5%87.45%-
HSV(B)162.5º10.21%92.16%-
XYZ70.5878.8784.9-
YUV227.03128.55116.57-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 31.31%
GREEN value IS 235 (92.19% from 255) = 34.87%
BLUE value IS 228 (89.45% from 255) = 33.83%
R=31.31%
G=34.87%
B=33.83%

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
Decimal2112352280.1000.030.08162.537.587.45
HexD3EBE4A038a22657
Octal32335334412031024246127
Binary11010011111010111110010010100111000101000101001101010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D3EBE4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D3EBE4; }

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

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

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

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

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

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

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

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