#E9DCBA

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

Shades of Double Pearl Lusta #E9DCBA

Tints of Double Pearl Lusta #E9DCBA

Color information

#E9DCBA (or 0xE9DCBA) is unknown color: approx Double Pearl Lusta. HEX triplet: E9, DC and BA. RGB value is (233,220,186). Sum of RGB (Red+Green+Blue) = 233+220+186=639 (84% of max value = 765). Red value is 233 (91.41% from 255 or 36.46% from 639); Green value is 220 (86.33% from 255 or 34.43% from 639); Blue value is 186 (73.05% from 255 or 29.11% from 639); Max value from RGB is 233 - color contains mainly: red. Hex color #E9DCBA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E9DCBA is #162345. Grayscale: #DCDCDC. Windows color (decimal): -1450822 or 12246249. OLE color: 12246249.

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

Color convert

RGB233220186-
CMYK00.060.200.09
HSL43.4º51.65%82.16%-
HSV(B)43.4º20.17%91.37%-
XYZ68.0672.0656.78-
YUV220.01108.81137.26-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 36.46%
GREEN value IS 220 (86.33% from 255) = 34.43%
BLUE value IS 186 (73.05% from 255) = 29.11%
R=36.46%
G=34.43%
B=29.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.20
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23322018600.060.200.0943.451.6582.16
HexE9DCBA061492b3452
Octal3513342720624115364122
Binary11101001110111001011101001101010010011010111101001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E9DCBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E9DCBA; }

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

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

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

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

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

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

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

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