#E7DBBE

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

Shades of Double Pearl Lusta #E7DBBE

Tints of Double Pearl Lusta #E7DBBE

Color information

#E7DBBE (or 0xE7DBBE) is unknown color: approx Double Pearl Lusta. HEX triplet: E7, DB and BE. RGB value is (231,219,190). Sum of RGB (Red+Green+Blue) = 231+219+190=640 (84% of max value = 765). Red value is 231 (90.62% from 255 or 36.09% from 640); Green value is 219 (85.94% from 255 or 34.22% from 640); Blue value is 190 (74.61% from 255 or 29.69% from 640); Max value from RGB is 231 - color contains mainly: red. Hex color #E7DBBE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E7DBBE is #182441. Grayscale: #DBDBDB. Windows color (decimal): -1582146 or 12508135. OLE color: 12508135.

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

Color convert

RGB231219190-
CMYK00.050.180.09
HSL42.44º46.07%82.55%-
HSV(B)42.44º17.75%90.59%-
XYZ67.5871.3758.93-
YUV219.28111.48136.36-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 36.09%
GREEN value IS 219 (85.94% from 255) = 34.22%
BLUE value IS 190 (74.61% from 255) = 29.69%
R=36.09%
G=34.22%
B=29.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.18
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23121919000.050.180.0942.4446.0782.55
HexE7DBBE051292a2e53
Octal3473332760522115256123
Binary11100111110110111011111001011001010011010101011101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E7DBBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E7DBBE; }

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

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

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

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

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

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

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

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