#E5D9BB

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

Shades of Double Pearl Lusta #E5D9BB

Tints of Double Pearl Lusta #E5D9BB

Color information

#E5D9BB (or 0xE5D9BB) is unknown color: approx Double Pearl Lusta. HEX triplet: E5, D9 and BB. RGB value is (229,217,187). Sum of RGB (Red+Green+Blue) = 229+217+187=633 (83% of max value = 765). Red value is 229 (89.84% from 255 or 36.18% from 633); Green value is 217 (85.16% from 255 or 34.28% from 633); Blue value is 187 (73.44% from 255 or 29.54% from 633); Max value from RGB is 229 - color contains mainly: red. Hex color #E5D9BB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E5D9BB is #1A2644. Grayscale: #D9D9D9. Windows color (decimal): -1713733 or 12311013. OLE color: 12311013.

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

Color convert

RGB229217187-
CMYK00.050.180.10
HSL42.86º44.68%81.57%-
HSV(B)42.86º18.34%89.8%-
XYZ66.169.8757.02-
YUV217.17110.98136.44-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 36.18%
GREEN value IS 217 (85.16% from 255) = 34.28%
BLUE value IS 187 (73.44% from 255) = 29.54%
R=36.18%
G=34.28%
B=29.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.18
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal22921718700.050.180.1042.8644.6881.57
HexE5D9BB0512A2b2d52
Octal3453312730522125355122
Binary11100101110110011011101101011001010101010111011011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E5D9BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E5D9BB; }

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

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

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

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

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

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

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

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