#E5D7BB

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

Shades of Double Pearl Lusta #E5D7BB

Tints of Double Pearl Lusta #E5D7BB

Color information

#E5D7BB (or 0xE5D7BB) is unknown color: approx Double Pearl Lusta. HEX triplet: E5, D7 and BB. RGB value is (229,215,187). Sum of RGB (Red+Green+Blue) = 229+215+187=631 (83% of max value = 765). Red value is 229 (89.84% from 255 or 36.29% from 631); Green value is 215 (84.38% from 255 or 34.07% from 631); Blue value is 187 (73.44% from 255 or 29.64% from 631); Max value from RGB is 229 - color contains mainly: red. Hex color #E5D7BB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E5D7BB is #1A2844. Grayscale: #D8D8D8. Windows color (decimal): -1714245 or 12310501. OLE color: 12310501.

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

Color convert

RGB229215187-
CMYK00.060.180.10
HSL40º44.68%81.57%-
HSV(B)40º18.34%89.8%-
XYZ65.5868.8556.85-
YUV215.99111.64137.28-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 36.29%
GREEN value IS 215 (84.38% from 255) = 34.07%
BLUE value IS 187 (73.44% from 255) = 29.64%
R=36.29%
G=34.07%
B=29.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.18
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal22921518700.060.180.104044.6881.57
HexE5D7BB0612A282d52
Octal3453272730622125055122
Binary11100101110101111011101101101001010101010001011011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E5D7BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E5D7BB; }

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

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

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

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

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

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

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

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