#E7D8BD

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

Shades of Double Pearl Lusta #E7D8BD

Tints of Double Pearl Lusta #E7D8BD

Color information

#E7D8BD (or 0xE7D8BD) is unknown color: approx Double Pearl Lusta. HEX triplet: E7, D8 and BD. RGB value is (231,216,189). Sum of RGB (Red+Green+Blue) = 231+216+189=636 (84% of max value = 765). Red value is 231 (90.62% from 255 or 36.32% from 636); Green value is 216 (84.77% from 255 or 33.96% from 636); Blue value is 189 (74.22% from 255 or 29.72% from 636); Max value from RGB is 231 - color contains mainly: red. Hex color #E7D8BD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E7D8BD is #182742. Grayscale: #D9D9D9. Windows color (decimal): -1582915 or 12441831. OLE color: 12441831.

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

Color convert

RGB231216189-
CMYK00.060.180.09
HSL38.57º46.67%82.35%-
HSV(B)38.57º18.18%90.59%-
XYZ66.769.7758.1-
YUV217.41111.97137.7-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 36.32%
GREEN value IS 216 (84.77% from 255) = 33.96%
BLUE value IS 189 (74.22% from 255) = 29.72%
R=36.32%
G=33.96%
B=29.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.18
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23121618900.060.180.0938.5746.6782.35
HexE7D8BD06129272f52
Octal3473302750622114757122
Binary11100111110110001011110101101001010011001111011111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E7D8BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E7D8BD; }

 p { color: rgb(231,216,189); }

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

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

 a { background-color: rgb(231,216,189); }

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

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

 span { border-color: rgb(231,216,189); }

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