#E5D1BF

Color #E5D1BF Pearl Bush (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Pearl Bush #E5D1BF

Tints of Pearl Bush #E5D1BF

Color information

#E5D1BF (or 0xE5D1BF) is unknown color: approx Pearl Bush. HEX triplet: E5, D1 and BF. RGB value is (229,209,191). Sum of RGB (Red+Green+Blue) = 229+209+191=629 (83% of max value = 765). Red value is 229 (89.84% from 255 or 36.41% from 629); Green value is 209 (82.03% from 255 or 33.23% from 629); Blue value is 191 (75% from 255 or 30.37% from 629); Max value from RGB is 229 - color contains mainly: red. Hex color #E5D1BF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E5D1BF is #1A2E40. Grayscale: #D5D5D5. Windows color (decimal): -1715777 or 12571109. OLE color: 12571109.

HSL color Cylindrical-coordinate representation of color #E5D1BF: hue angle of 28.42º degrees, saturation: 0.42, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #E5D1BF is Cyan = 0, Magento = 0.09, Yellow = 0.17 and Black (K on CMYK) = 0.10.

Color convert

RGB229209191-
CMYK00.090.170.10
HSL28.42º42.22%82.35%-
HSV(B)28.42º16.59%89.8%-
XYZ64.5266.0258.63-
YUV212.93115.63139.46-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 36.41%
GREEN value IS 209 (82.03% from 255) = 33.23%
BLUE value IS 191 (75% from 255) = 30.37%
R=36.41%
G=33.23%
B=30.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.17
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal22920919100.090.170.1028.4242.2282.35
HexE5D1BF0911A1c2a52
Octal34532127701121123452122
Binary11100101110100011011111101001100011010111001010101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E5D1BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E5D1BF; }

 p { color: rgb(229,209,191); }

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

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

 a { background-color: rgb(229,209,191); }

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

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

 span { border-color: rgb(229,209,191); }

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