#E5D9BF

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

Shades of Double Pearl Lusta #E5D9BF

Tints of Double Pearl Lusta #E5D9BF

Color information

#E5D9BF (or 0xE5D9BF) is unknown color: approx Double Pearl Lusta. HEX triplet: E5, D9 and BF. RGB value is (229,217,191). Sum of RGB (Red+Green+Blue) = 229+217+191=637 (84% of max value = 765). Red value is 229 (89.84% from 255 or 35.95% from 637); Green value is 217 (85.16% from 255 or 34.07% from 637); Blue value is 191 (75% from 255 or 29.98% from 637); Max value from RGB is 229 - color contains mainly: red. Hex color #E5D9BF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E5D9BF is #1A2640. Grayscale: #D9D9D9. Windows color (decimal): -1713729 or 12573157. OLE color: 12573157.

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

Color convert

RGB229217191-
CMYK00.050.170.10
HSL41.05º42.22%82.35%-
HSV(B)41.05º16.59%89.8%-
XYZ66.5370.0559.3-
YUV217.62112.98136.11-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 35.95%
GREEN value IS 217 (85.16% from 255) = 34.07%
BLUE value IS 191 (75% from 255) = 29.98%
R=35.95%
G=34.07%
B=29.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.17
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal22921719100.050.170.1041.0542.2282.35
HexE5D9BF0511A292a52
Octal3453312770521125152122
Binary11100101110110011011111101011000110101010011010101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E5D9BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E5D9BF; }

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

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

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

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

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

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

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

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