#E5D7BD

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

Shades of Double Pearl Lusta #E5D7BD

Tints of Double Pearl Lusta #E5D7BD

Color information

#E5D7BD (or 0xE5D7BD) is unknown color: approx Double Pearl Lusta. HEX triplet: E5, D7 and BD. RGB value is (229,215,189). Sum of RGB (Red+Green+Blue) = 229+215+189=633 (83% of max value = 765). Red value is 229 (89.84% from 255 or 36.18% from 633); Green value is 215 (84.38% from 255 or 33.97% from 633); Blue value is 189 (74.22% from 255 or 29.86% from 633); Max value from RGB is 229 - color contains mainly: red. Hex color #E5D7BD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E5D7BD is #1A2842. Grayscale: #D8D8D8. Windows color (decimal): -1714243 or 12441573. OLE color: 12441573.

HSL color Cylindrical-coordinate representation of color #E5D7BD: hue angle of 39º degrees, saturation: 0.43, 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 #E5D7BD is Cyan = 0, Magento = 0.06, Yellow = 0.17 and Black (K on CMYK) = 0.10.

Color convert

RGB229215189-
CMYK00.060.170.10
HSL39º43.48%81.96%-
HSV(B)39º17.47%89.8%-
XYZ65.868.9357.98-
YUV216.22112.64137.11-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 36.18%
GREEN value IS 215 (84.38% from 255) = 33.97%
BLUE value IS 189 (74.22% from 255) = 29.86%
R=36.18%
G=33.97%
B=29.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.17
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal22921518900.060.170.103943.4881.96
HexE5D7BD0611A272b52
Octal3453272750621124753122
Binary11100101110101111011110101101000110101001111010111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E5D7BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E5D7BD; }

 p { color: rgb(229,215,189); }

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

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

 a { background-color: rgb(229,215,189); }

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

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

 span { border-color: rgb(229,215,189); }

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