#E5DBBF

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

Shades of Double Pearl Lusta #E5DBBF

Tints of Double Pearl Lusta #E5DBBF

Color information

#E5DBBF (or 0xE5DBBF) is unknown color: approx Double Pearl Lusta. HEX triplet: E5, DB and BF. RGB value is (229,219,191). Sum of RGB (Red+Green+Blue) = 229+219+191=639 (84% of max value = 765). Red value is 229 (89.84% from 255 or 35.84% from 639); Green value is 219 (85.94% from 255 or 34.27% from 639); Blue value is 191 (75% from 255 or 29.89% from 639); Max value from RGB is 229 - color contains mainly: red. Hex color #E5DBBF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E5DBBF is #1A2440. Grayscale: #DADADA. Windows color (decimal): -1713217 or 12573669. OLE color: 12573669.

HSL color Cylindrical-coordinate representation of color #E5DBBF: hue angle of 44.21º degrees, saturation: 0.42, 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 #E5DBBF is Cyan = 0, Magento = 0.04, Yellow = 0.17 and Black (K on CMYK) = 0.10.

Color convert

RGB229219191-
CMYK00.040.170.10
HSL44.21º42.22%82.35%-
HSV(B)44.21º16.59%89.8%-
XYZ67.0571.0859.48-
YUV218.8112.31135.28-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 35.84%
GREEN value IS 219 (85.94% from 255) = 34.27%
BLUE value IS 191 (75% from 255) = 29.89%
R=35.84%
G=34.27%
B=29.89%

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
Decimal22921919100.040.170.1044.2142.2282.35
HexE5DBBF0411A2c2a52
Octal3453332770421125452122
Binary11100101110110111011111101001000110101011001010101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E5DBBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E5DBBF; }

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

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

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

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

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

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

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

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