#E9DDBB

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

Shades of Double Pearl Lusta #E9DDBB

Tints of Double Pearl Lusta #E9DDBB

Color information

#E9DDBB (or 0xE9DDBB) is unknown color: approx Double Pearl Lusta. HEX triplet: E9, DD and BB. RGB value is (233,221,187). Sum of RGB (Red+Green+Blue) = 233+221+187=641 (84% of max value = 765). Red value is 233 (91.41% from 255 or 36.35% from 641); Green value is 221 (86.72% from 255 or 34.48% from 641); Blue value is 187 (73.44% from 255 or 29.17% from 641); Max value from RGB is 233 - color contains mainly: red. Hex color #E9DDBB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E9DDBB is #162244. Grayscale: #DCDCDC. Windows color (decimal): -1450565 or 12312041. OLE color: 12312041.

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

Color convert

RGB233221187-
CMYK00.050.200.09
HSL44.35º51.11%82.35%-
HSV(B)44.35º19.74%91.37%-
XYZ68.4372.6257.42-
YUV220.71108.98136.76-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 36.35%
GREEN value IS 221 (86.72% from 255) = 34.48%
BLUE value IS 187 (73.44% from 255) = 29.17%
R=36.35%
G=34.48%
B=29.17%

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
Decimal23322118700.050.200.0944.3551.1182.35
HexE9DDBB051492c3352
Octal3513352730524115463122
Binary11101001110111011011101101011010010011011001100111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E9DDBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E9DDBB; }

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

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

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

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

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

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

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

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