#E9DCBD

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

Shades of Double Pearl Lusta #E9DCBD

Tints of Double Pearl Lusta #E9DCBD

Color information

#E9DCBD (or 0xE9DCBD) is unknown color: approx Double Pearl Lusta. HEX triplet: E9, DC and BD. RGB value is (233,220,189). Sum of RGB (Red+Green+Blue) = 233+220+189=642 (85% of max value = 765). Red value is 233 (91.41% from 255 or 36.29% from 642); Green value is 220 (86.33% from 255 or 34.27% from 642); Blue value is 189 (74.22% from 255 or 29.44% from 642); Max value from RGB is 233 - color contains mainly: red. Hex color #E9DCBD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E9DCBD is #162342. Grayscale: #DCDCDC. Windows color (decimal): -1450819 or 12442857. OLE color: 12442857.

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

Color convert

RGB233220189-
CMYK00.060.190.09
HSL42.27º50%82.75%-
HSV(B)42.27º18.88%91.37%-
XYZ68.3872.1858.47-
YUV220.35110.31137.02-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 36.29%
GREEN value IS 220 (86.33% from 255) = 34.27%
BLUE value IS 189 (74.22% from 255) = 29.44%
R=36.29%
G=34.27%
B=29.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.19
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23322018900.060.190.0942.275082.75
HexE9DCBD061392a3253
Octal3513342750623115262123
Binary11101001110111001011110101101001110011010101100101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E9DCBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E9DCBD; }

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

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

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

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

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

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

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

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