#E9DCB5

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

Shades of Double Pearl Lusta #E9DCB5

Tints of Double Pearl Lusta #E9DCB5

Color information

#E9DCB5 (or 0xE9DCB5) is unknown color: approx Double Pearl Lusta. HEX triplet: E9, DC and B5. RGB value is (233,220,181). Sum of RGB (Red+Green+Blue) = 233+220+181=634 (83% of max value = 765). Red value is 233 (91.41% from 255 or 36.75% from 634); Green value is 220 (86.33% from 255 or 34.70% from 634); Blue value is 181 (71.09% from 255 or 28.55% from 634); Max value from RGB is 233 - color contains mainly: red. Hex color #E9DCB5 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E9DCB5 is #16234A. Grayscale: #DBDBDB. Windows color (decimal): -1450827 or 11918569. OLE color: 11918569.

HSL color Cylindrical-coordinate representation of color #E9DCB5: hue angle of 45º degrees, saturation: 0.54, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #E9DCB5 is Cyan = 0, Magento = 0.06, Yellow = 0.22 and Black (K on CMYK) = 0.09.

Color convert

RGB233220181-
CMYK00.060.220.09
HSL45º54.17%81.18%-
HSV(B)45º22.32%91.37%-
XYZ67.5471.8554.02-
YUV219.44106.31137.67-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 36.75%
GREEN value IS 220 (86.33% from 255) = 34.70%
BLUE value IS 181 (71.09% from 255) = 28.55%
R=36.75%
G=34.70%
B=28.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.22
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23322018100.060.220.094554.1781.18
HexE9DCB5061692d3651
Octal3513342650626115566121
Binary11101001110111001011010101101011010011011011101101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E9DCB5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E9DCB5; }

 p { color: rgb(233,220,181); }

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

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

 a { background-color: rgb(233,220,181); }

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

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

 span { border-color: rgb(233,220,181); }

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