#E9DBBA

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

Shades of Double Pearl Lusta #E9DBBA

Tints of Double Pearl Lusta #E9DBBA

Color information

#E9DBBA (or 0xE9DBBA) is unknown color: approx Double Pearl Lusta. HEX triplet: E9, DB and BA. RGB value is (233,219,186). Sum of RGB (Red+Green+Blue) = 233+219+186=638 (84% of max value = 765). Red value is 233 (91.41% from 255 or 36.52% from 638); Green value is 219 (85.94% from 255 or 34.33% from 638); Blue value is 186 (73.05% from 255 or 29.15% from 638); Max value from RGB is 233 - color contains mainly: red. Hex color #E9DBBA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E9DBBA is #162445. Grayscale: #DBDBDB. Windows color (decimal): -1451078 or 12245993. OLE color: 12245993.

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

Color convert

RGB233219186-
CMYK00.060.200.09
HSL42.13º51.65%82.16%-
HSV(B)42.13º20.17%91.37%-
XYZ67.871.5356.69-
YUV219.42109.14137.68-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 36.52%
GREEN value IS 219 (85.94% from 255) = 34.33%
BLUE value IS 186 (73.05% from 255) = 29.15%
R=36.52%
G=34.33%
B=29.15%

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
Decimal23321918600.060.200.0942.1351.6582.16
HexE9DBBA061492a3452
Octal3513332720624115264122
Binary11101001110110111011101001101010010011010101101001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E9DBBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E9DBBA; }

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

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

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

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

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

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

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

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