#E9DDBA

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

Shades of Double Pearl Lusta #E9DDBA

Tints of Double Pearl Lusta #E9DDBA

Color information

#E9DDBA (or 0xE9DDBA) is unknown color: approx Double Pearl Lusta. HEX triplet: E9, DD and BA. RGB value is (233,221,186). Sum of RGB (Red+Green+Blue) = 233+221+186=640 (84% of max value = 765). Red value is 233 (91.41% from 255 or 36.41% from 640); Green value is 221 (86.72% from 255 or 34.53% from 640); Blue value is 186 (73.05% from 255 or 29.06% from 640); Max value from RGB is 233 - color contains mainly: red. Hex color #E9DDBA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E9DDBA is #162245. Grayscale: #DCDCDC. Windows color (decimal): -1450566 or 12246505. OLE color: 12246505.

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

Color convert

RGB233221186-
CMYK00.050.200.09
HSL44.68º51.65%82.16%-
HSV(B)44.68º20.17%91.37%-
XYZ68.3272.5856.86-
YUV220.6108.48136.85-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 36.41%
GREEN value IS 221 (86.72% from 255) = 34.53%
BLUE value IS 186 (73.05% from 255) = 29.06%
R=36.41%
G=34.53%
B=29.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.20
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23322118600.050.200.0944.6851.6582.16
HexE9DDBA051492d3452
Octal3513352720524115564122
Binary11101001110111011011101001011010010011011011101001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E9DDBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E9DDBA; }

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

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

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

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

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

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

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

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