#E5D8BB

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

Shades of Double Pearl Lusta #E5D8BB

Tints of Double Pearl Lusta #E5D8BB

Color information

#E5D8BB (or 0xE5D8BB) is unknown color: approx Double Pearl Lusta. HEX triplet: E5, D8 and BB. RGB value is (229,216,187). Sum of RGB (Red+Green+Blue) = 229+216+187=632 (83% of max value = 765). Red value is 229 (89.84% from 255 or 36.23% from 632); Green value is 216 (84.77% from 255 or 34.18% from 632); Blue value is 187 (73.44% from 255 or 29.59% from 632); Max value from RGB is 229 - color contains mainly: red. Hex color #E5D8BB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E5D8BB is #1A2744. Grayscale: #D8D8D8. Windows color (decimal): -1713989 or 12310757. OLE color: 12310757.

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

Color convert

RGB229216187-
CMYK00.060.180.10
HSL41.43º44.68%81.57%-
HSV(B)41.43º18.34%89.8%-
XYZ65.8469.3656.93-
YUV216.58111.31136.86-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 36.23%
GREEN value IS 216 (84.77% from 255) = 34.18%
BLUE value IS 187 (73.44% from 255) = 29.59%
R=36.23%
G=34.18%
B=29.59%

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
Decimal22921618700.060.180.1041.4344.6881.57
HexE5D8BB0612A292d52
Octal3453302730622125155122
Binary11100101110110001011101101101001010101010011011011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E5D8BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E5D8BB; }

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

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

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

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

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

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

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

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