#E8DCBA

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

Shades of Double Pearl Lusta #E8DCBA

Tints of Double Pearl Lusta #E8DCBA

Color information

#E8DCBA (or 0xE8DCBA) is unknown color: approx Double Pearl Lusta. HEX triplet: E8, DC and BA. RGB value is (232,220,186). Sum of RGB (Red+Green+Blue) = 232+220+186=638 (84% of max value = 765). Red value is 232 (91.02% from 255 or 36.36% from 638); Green value is 220 (86.33% from 255 or 34.48% from 638); Blue value is 186 (73.05% from 255 or 29.15% from 638); Max value from RGB is 232 - color contains mainly: red. Hex color #E8DCBA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E8DCBA is #172345. Grayscale: #DBDBDB. Windows color (decimal): -1516358 or 12246248. OLE color: 12246248.

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

Color convert

RGB232220186-
CMYK00.050.200.09
HSL44.35º50%81.96%-
HSV(B)44.35º19.83%90.98%-
XYZ67.7371.8956.76-
YUV219.71108.98136.76-

RGB Variations

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

RGB

RED value IS 232 (91.02% from 255) = 36.36%
GREEN value IS 220 (86.33% from 255) = 34.48%
BLUE value IS 186 (73.05% from 255) = 29.15%
R=36.36%
G=34.48%
B=29.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.20
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23222018600.050.200.0944.355081.96
HexE8DCBA051492c3252
Octal3503342720524115462122
Binary11101000110111001011101001011010010011011001100101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E8DCBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E8DCBA; }

 p { color: rgb(232,220,186); }

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

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

 a { background-color: rgb(232,220,186); }

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

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

 span { border-color: rgb(232,220,186); }

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