#E7DBC1

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

Shades of Double Pearl Lusta #E7DBC1

Tints of Double Pearl Lusta #E7DBC1

Color information

#E7DBC1 (or 0xE7DBC1) is unknown color: approx Double Pearl Lusta. HEX triplet: E7, DB and C1. RGB value is (231,219,193). Sum of RGB (Red+Green+Blue) = 231+219+193=643 (85% of max value = 765). Red value is 231 (90.62% from 255 or 35.93% from 643); Green value is 219 (85.94% from 255 or 34.06% from 643); Blue value is 193 (75.78% from 255 or 30.02% from 643); Max value from RGB is 231 - color contains mainly: red. Hex color #E7DBC1 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E7DBC1 is #18243E. Grayscale: #DBDBDB. Windows color (decimal): -1582143 or 12704743. OLE color: 12704743.

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

Color convert

RGB231219193-
CMYK00.050.160.09
HSL41.05º44.19%83.14%-
HSV(B)41.05º16.45%90.59%-
XYZ67.9171.560.67-
YUV219.62112.98136.11-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 35.93%
GREEN value IS 219 (85.94% from 255) = 34.06%
BLUE value IS 193 (75.78% from 255) = 30.02%
R=35.93%
G=34.06%
B=30.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.16
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23121919300.050.160.0941.0544.1983.14
HexE7DBC105109292c53
Octal3473333010520115154123
Binary11100111110110111100000101011000010011010011011001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E7DBC1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E7DBC1; }

 p { color: rgb(231,219,193); }

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

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

 a { background-color: rgb(231,219,193); }

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

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

 span { border-color: rgb(231,219,193); }

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