#E7DBBA

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

Shades of Double Pearl Lusta #E7DBBA

Tints of Double Pearl Lusta #E7DBBA

Color information

#E7DBBA (or 0xE7DBBA) is unknown color: approx Double Pearl Lusta. HEX triplet: E7, DB and BA. RGB value is (231,219,186). Sum of RGB (Red+Green+Blue) = 231+219+186=636 (84% of max value = 765). Red value is 231 (90.62% from 255 or 36.32% from 636); Green value is 219 (85.94% from 255 or 34.43% from 636); Blue value is 186 (73.05% from 255 or 29.25% from 636); Max value from RGB is 231 - color contains mainly: red. Hex color #E7DBBA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E7DBBA is #182445. Grayscale: #DADADA. Windows color (decimal): -1582150 or 12245991. OLE color: 12245991.

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

Color convert

RGB231219186-
CMYK00.050.190.09
HSL44º48.39%81.76%-
HSV(B)44º19.48%90.59%-
XYZ67.1571.256.66-
YUV218.83109.48136.68-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 36.32%
GREEN value IS 219 (85.94% from 255) = 34.43%
BLUE value IS 186 (73.05% from 255) = 29.25%
R=36.32%
G=34.43%
B=29.25%

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
Decimal23121918600.050.190.094448.3981.76
HexE7DBBA051392c3052
Octal3473332720523115460122
Binary11100111110110111011101001011001110011011001100001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E7DBBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E7DBBA; }

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

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

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

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

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

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

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

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