#E9DCB9

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

Shades of Double Pearl Lusta #E9DCB9

Tints of Double Pearl Lusta #E9DCB9

Color information

#E9DCB9 (or 0xE9DCB9) is unknown color: approx Double Pearl Lusta. HEX triplet: E9, DC and B9. RGB value is (233,220,185). Sum of RGB (Red+Green+Blue) = 233+220+185=638 (84% of max value = 765). Red value is 233 (91.41% from 255 or 36.52% from 638); Green value is 220 (86.33% from 255 or 34.48% from 638); Blue value is 185 (72.66% from 255 or 29.00% from 638); Max value from RGB is 233 - color contains mainly: red. Hex color #E9DCB9 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E9DCB9 is #162346. Grayscale: #DCDCDC. Windows color (decimal): -1450823 or 12180713. OLE color: 12180713.

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

Color convert

RGB233220185-
CMYK00.060.210.09
HSL43.75º52.17%81.96%-
HSV(B)43.75º20.6%91.37%-
XYZ67.9572.0156.22-
YUV219.9108.31137.35-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 36.52%
GREEN value IS 220 (86.33% from 255) = 34.48%
BLUE value IS 185 (72.66% from 255) = 29.00%
R=36.52%
G=34.48%
B=29.00%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.21
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23322018500.060.210.0943.7552.1781.96
HexE9DCB9061592c3452
Octal3513342710625115464122
Binary11101001110111001011100101101010110011011001101001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E9DCB9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E9DCB9; }

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

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

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

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

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

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

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

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