#E5DCBF

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

Shades of Double Pearl Lusta #E5DCBF

Tints of Double Pearl Lusta #E5DCBF

Color information

#E5DCBF (or 0xE5DCBF) is unknown color: approx Double Pearl Lusta. HEX triplet: E5, DC and BF. RGB value is (229,220,191). Sum of RGB (Red+Green+Blue) = 229+220+191=640 (84% of max value = 765). Red value is 229 (89.84% from 255 or 35.78% from 640); Green value is 220 (86.33% from 255 or 34.38% from 640); Blue value is 191 (75% from 255 or 29.84% from 640); Max value from RGB is 229 - color contains mainly: red. Hex color #E5DCBF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E5DCBF is #1A2340. Grayscale: #DBDBDB. Windows color (decimal): -1712961 or 12573925. OLE color: 12573925.

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

Color convert

RGB229220191-
CMYK00.040.170.10
HSL45.79º42.22%82.35%-
HSV(B)45.79º16.59%89.8%-
XYZ67.3171.6159.56-
YUV219.38111.98134.86-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 35.78%
GREEN value IS 220 (86.33% from 255) = 34.38%
BLUE value IS 191 (75% from 255) = 29.84%
R=35.78%
G=34.38%
B=29.84%

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
Decimal22922019100.040.170.1045.7942.2282.35
HexE5DCBF0411A2e2a52
Octal3453342770421125652122
Binary11100101110111001011111101001000110101011101010101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E5DCBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E5DCBF; }

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

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

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

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

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

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

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

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