#E7DCBE

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

Shades of Double Pearl Lusta #E7DCBE

Tints of Double Pearl Lusta #E7DCBE

Color information

#E7DCBE (or 0xE7DCBE) is unknown color: approx Double Pearl Lusta. HEX triplet: E7, DC and BE. RGB value is (231,220,190). Sum of RGB (Red+Green+Blue) = 231+220+190=641 (84% of max value = 765). Red value is 231 (90.62% from 255 or 36.04% from 641); Green value is 220 (86.33% from 255 or 34.32% from 641); Blue value is 190 (74.61% from 255 or 29.64% from 641); Max value from RGB is 231 - color contains mainly: red. Hex color #E7DCBE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E7DCBE is #182341. Grayscale: #DBDBDB. Windows color (decimal): -1581890 or 12508391. OLE color: 12508391.

HSL color Cylindrical-coordinate representation of color #E7DCBE: hue angle of 43.9º degrees, saturation: 0.46, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #E7DCBE is Cyan = 0, Magento = 0.05, Yellow = 0.18 and Black (K on CMYK) = 0.09.

Color convert

RGB231220190-
CMYK00.050.180.09
HSL43.9º46.07%82.55%-
HSV(B)43.9º17.75%90.59%-
XYZ67.8471.8959.02-
YUV219.87111.14135.94-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 36.04%
GREEN value IS 220 (86.33% from 255) = 34.32%
BLUE value IS 190 (74.61% from 255) = 29.64%
R=36.04%
G=34.32%
B=29.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.18
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23122019000.050.180.0943.946.0782.55
HexE7DCBE051292c2e53
Octal3473342760522115456123
Binary11100111110111001011111001011001010011011001011101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E7DCBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E7DCBE; }

 p { color: rgb(231,220,190); }

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

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

 a { background-color: rgb(231,220,190); }

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

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

 span { border-color: rgb(231,220,190); }

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