#E5DBBD

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

Shades of Double Pearl Lusta #E5DBBD

Tints of Double Pearl Lusta #E5DBBD

Color information

#E5DBBD (or 0xE5DBBD) is unknown color: approx Double Pearl Lusta. HEX triplet: E5, DB and BD. RGB value is (229,219,189). Sum of RGB (Red+Green+Blue) = 229+219+189=637 (84% of max value = 765). Red value is 229 (89.84% from 255 or 35.95% from 637); Green value is 219 (85.94% from 255 or 34.38% from 637); Blue value is 189 (74.22% from 255 or 29.67% from 637); Max value from RGB is 229 - color contains mainly: red. Hex color #E5DBBD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E5DBBD is #1A2442. Grayscale: #DADADA. Windows color (decimal): -1713219 or 12442597. OLE color: 12442597.

HSL color Cylindrical-coordinate representation of color #E5DBBD: hue angle of 45º degrees, saturation: 0.43, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #E5DBBD is Cyan = 0, Magento = 0.04, Yellow = 0.17 and Black (K on CMYK) = 0.10.

Color convert

RGB229219189-
CMYK00.040.170.10
HSL45º43.48%81.96%-
HSV(B)45º17.47%89.8%-
XYZ66.837158.33-
YUV218.57111.31135.44-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 35.95%
GREEN value IS 219 (85.94% from 255) = 34.38%
BLUE value IS 189 (74.22% from 255) = 29.67%
R=35.95%
G=34.38%
B=29.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.17
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal22921918900.040.170.104543.4881.96
HexE5DBBD0411A2d2b52
Octal3453332750421125553122
Binary11100101110110111011110101001000110101011011010111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E5DBBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E5DBBD; }

 p { color: rgb(229,219,189); }

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

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

 a { background-color: rgb(229,219,189); }

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

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

 span { border-color: rgb(229,219,189); }

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