#E9DEBD

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

Shades of Double Pearl Lusta #E9DEBD

Tints of Double Pearl Lusta #E9DEBD

Color information

#E9DEBD (or 0xE9DEBD) is unknown color: approx Double Pearl Lusta. HEX triplet: E9, DE and BD. RGB value is (233,222,189). Sum of RGB (Red+Green+Blue) = 233+222+189=644 (85% of max value = 765). Red value is 233 (91.41% from 255 or 36.18% from 644); Green value is 222 (87.11% from 255 or 34.47% from 644); Blue value is 189 (74.22% from 255 or 29.35% from 644); Max value from RGB is 233 - color contains mainly: red. Hex color #E9DEBD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E9DEBD is #162142. Grayscale: #DDDDDD. Windows color (decimal): -1450307 or 12443369. OLE color: 12443369.

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

Color convert

RGB233222189-
CMYK00.050.190.09
HSL45º50%82.75%-
HSV(B)45º18.88%91.37%-
XYZ68.9173.2458.65-
YUV221.53109.64136.18-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 36.18%
GREEN value IS 222 (87.11% from 255) = 34.47%
BLUE value IS 189 (74.22% from 255) = 29.35%
R=36.18%
G=34.47%
B=29.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.19
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23322218900.050.190.09455082.75
HexE9DEBD051392d3253
Octal3513362750523115562123
Binary11101001110111101011110101011001110011011011100101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E9DEBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E9DEBD; }

 p { color: rgb(233,222,189); }

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

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

 a { background-color: rgb(233,222,189); }

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

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

 span { border-color: rgb(233,222,189); }

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