#E9DCBE

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

Shades of Double Pearl Lusta #E9DCBE

Tints of Double Pearl Lusta #E9DCBE

Color information

#E9DCBE (or 0xE9DCBE) is unknown color: approx Double Pearl Lusta. HEX triplet: E9, DC and BE. RGB value is (233,220,190). Sum of RGB (Red+Green+Blue) = 233+220+190=643 (85% of max value = 765). Red value is 233 (91.41% from 255 or 36.24% from 643); Green value is 220 (86.33% from 255 or 34.21% from 643); Blue value is 190 (74.61% from 255 or 29.55% from 643); Max value from RGB is 233 - color contains mainly: red. Hex color #E9DCBE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E9DCBE is #162341. Grayscale: #DCDCDC. Windows color (decimal): -1450818 or 12508393. OLE color: 12508393.

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

Color convert

RGB233220190-
CMYK00.060.180.09
HSL41.86º49.43%82.94%-
HSV(B)41.86º18.45%91.37%-
XYZ68.4972.2359.05-
YUV220.47110.81136.94-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 36.24%
GREEN value IS 220 (86.33% from 255) = 34.21%
BLUE value IS 190 (74.61% from 255) = 29.55%
R=36.24%
G=34.21%
B=29.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.18
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23322019000.060.180.0941.8649.4382.94
HexE9DCBE061292a3153
Octal3513342760622115261123
Binary11101001110111001011111001101001010011010101100011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E9DCBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E9DCBE; }

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

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

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

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

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

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

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

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