#E5D8BE

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

Shades of Double Pearl Lusta #E5D8BE

Tints of Double Pearl Lusta #E5D8BE

Color information

#E5D8BE (or 0xE5D8BE) is unknown color: approx Double Pearl Lusta. HEX triplet: E5, D8 and BE. RGB value is (229,216,190). Sum of RGB (Red+Green+Blue) = 229+216+190=635 (84% of max value = 765). Red value is 229 (89.84% from 255 or 36.06% from 635); Green value is 216 (84.77% from 255 or 34.02% from 635); Blue value is 190 (74.61% from 255 or 29.92% from 635); Max value from RGB is 229 - color contains mainly: red. Hex color #E5D8BE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E5D8BE is #1A2741. Grayscale: #D9D9D9. Windows color (decimal): -1713986 or 12507365. OLE color: 12507365.

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

Color convert

RGB229216190-
CMYK00.060.170.10
HSL40º42.86%82.16%-
HSV(B)40º17.03%89.8%-
XYZ66.1669.4958.64-
YUV216.92112.81136.61-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 36.06%
GREEN value IS 216 (84.77% from 255) = 34.02%
BLUE value IS 190 (74.61% from 255) = 29.92%
R=36.06%
G=34.02%
B=29.92%

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
Decimal22921619000.060.170.104042.8682.16
HexE5D8BE0611A282b52
Octal3453302760621125053122
Binary11100101110110001011111001101000110101010001010111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E5D8BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E5D8BE; }

 p { color: rgb(229,216,190); }

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

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

 a { background-color: rgb(229,216,190); }

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

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

 span { border-color: rgb(229,216,190); }

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