#E9DCB6

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

Shades of Double Pearl Lusta #E9DCB6

Tints of Double Pearl Lusta #E9DCB6

Color information

#E9DCB6 (or 0xE9DCB6) is unknown color: approx Double Pearl Lusta. HEX triplet: E9, DC and B6. RGB value is (233,220,182). Sum of RGB (Red+Green+Blue) = 233+220+182=635 (84% of max value = 765). Red value is 233 (91.41% from 255 or 36.69% from 635); Green value is 220 (86.33% from 255 or 34.65% from 635); Blue value is 182 (71.48% from 255 or 28.66% from 635); Max value from RGB is 233 - color contains mainly: red. Hex color #E9DCB6 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E9DCB6 is #162349. Grayscale: #DBDBDB. Windows color (decimal): -1450826 or 11984105. OLE color: 11984105.

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

Color convert

RGB233220182-
CMYK00.060.220.09
HSL44.71º53.68%81.37%-
HSV(B)44.71º21.89%91.37%-
XYZ67.6471.8954.57-
YUV219.55106.81137.59-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 36.69%
GREEN value IS 220 (86.33% from 255) = 34.65%
BLUE value IS 182 (71.48% from 255) = 28.66%
R=36.69%
G=34.65%
B=28.66%

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
Decimal23322018200.060.220.0944.7153.6881.37
HexE9DCB6061692d3651
Octal3513342660626115566121
Binary11101001110111001011011001101011010011011011101101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E9DCB6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E9DCB6; }

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

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

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

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

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

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

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

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