#E7D8BB

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

Shades of Double Pearl Lusta #E7D8BB

Tints of Double Pearl Lusta #E7D8BB

Color information

#E7D8BB (or 0xE7D8BB) is unknown color: approx Double Pearl Lusta. HEX triplet: E7, D8 and BB. RGB value is (231,216,187). Sum of RGB (Red+Green+Blue) = 231+216+187=634 (83% of max value = 765). Red value is 231 (90.62% from 255 or 36.44% from 634); Green value is 216 (84.77% from 255 or 34.07% from 634); Blue value is 187 (73.44% from 255 or 29.50% from 634); Max value from RGB is 231 - color contains mainly: red. Hex color #E7D8BB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E7D8BB is #182744. Grayscale: #D9D9D9. Windows color (decimal): -1582917 or 12310759. OLE color: 12310759.

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

Color convert

RGB231216187-
CMYK00.060.190.09
HSL39.55º47.83%81.96%-
HSV(B)39.55º19.05%90.59%-
XYZ66.4869.6956.96-
YUV217.18110.97137.86-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 36.44%
GREEN value IS 216 (84.77% from 255) = 34.07%
BLUE value IS 187 (73.44% from 255) = 29.50%
R=36.44%
G=34.07%
B=29.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.19
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23121618700.060.190.0939.5547.8381.96
HexE7D8BB06139283052
Octal3473302730623115060122
Binary11100111110110001011101101101001110011010001100001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E7D8BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E7D8BB; }

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

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

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

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

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

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

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

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