#E7D8BC

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

Shades of Double Pearl Lusta #E7D8BC

Tints of Double Pearl Lusta #E7D8BC

Color information

#E7D8BC (or 0xE7D8BC) is unknown color: approx Double Pearl Lusta. HEX triplet: E7, D8 and BC. RGB value is (231,216,188). Sum of RGB (Red+Green+Blue) = 231+216+188=635 (84% of max value = 765). Red value is 231 (90.62% from 255 or 36.38% from 635); Green value is 216 (84.77% from 255 or 34.02% from 635); Blue value is 188 (73.83% from 255 or 29.61% from 635); Max value from RGB is 231 - color contains mainly: red. Hex color #E7D8BC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E7D8BC is #182743. Grayscale: #D9D9D9. Windows color (decimal): -1582916 or 12376295. OLE color: 12376295.

HSL color Cylindrical-coordinate representation of color #E7D8BC: hue angle of 39.07º degrees, saturation: 0.47, 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 #E7D8BC is Cyan = 0, Magento = 0.06, Yellow = 0.19 and Black (K on CMYK) = 0.09.

Color convert

RGB231216188-
CMYK00.060.190.09
HSL39.07º47.25%82.16%-
HSV(B)39.07º18.61%90.59%-
XYZ66.5969.7357.53-
YUV217.29111.47137.78-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 36.38%
GREEN value IS 216 (84.77% from 255) = 34.02%
BLUE value IS 188 (73.83% from 255) = 29.61%
R=36.38%
G=34.02%
B=29.61%

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
Decimal23121618800.060.190.0939.0747.2582.16
HexE7D8BC06139272f52
Octal3473302740623114757122
Binary11100111110110001011110001101001110011001111011111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E7D8BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E7D8BC; }

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

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

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

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

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

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

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

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