#E7DCBC

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

Shades of Double Pearl Lusta #E7DCBC

Tints of Double Pearl Lusta #E7DCBC

Color information

#E7DCBC (or 0xE7DCBC) is unknown color: approx Double Pearl Lusta. HEX triplet: E7, DC and BC. RGB value is (231,220,188). Sum of RGB (Red+Green+Blue) = 231+220+188=639 (84% of max value = 765). Red value is 231 (90.62% from 255 or 36.15% from 639); Green value is 220 (86.33% from 255 or 34.43% from 639); Blue value is 188 (73.83% from 255 or 29.42% from 639); Max value from RGB is 231 - color contains mainly: red. Hex color #E7DCBC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E7DCBC is #182343. Grayscale: #DBDBDB. Windows color (decimal): -1581892 or 12377319. OLE color: 12377319.

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

Color convert

RGB231220188-
CMYK00.050.190.09
HSL44.65º47.25%82.16%-
HSV(B)44.65º18.61%90.59%-
XYZ67.6371.8157.87-
YUV219.64110.14136.1-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 36.15%
GREEN value IS 220 (86.33% from 255) = 34.43%
BLUE value IS 188 (73.83% from 255) = 29.42%
R=36.15%
G=34.43%
B=29.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.19
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23122018800.050.190.0944.6547.2582.16
HexE7DCBC051392d2f52
Octal3473342740523115557122
Binary11100111110111001011110001011001110011011011011111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E7DCBC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E7DCBC; }

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

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

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

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

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

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

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

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