#E7DABF

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

Shades of Double Pearl Lusta #E7DABF

Tints of Double Pearl Lusta #E7DABF

Color information

#E7DABF (or 0xE7DABF) is unknown color: approx Double Pearl Lusta. HEX triplet: E7, DA and BF. RGB value is (231,218,191). Sum of RGB (Red+Green+Blue) = 231+218+191=640 (84% of max value = 765). Red value is 231 (90.62% from 255 or 36.09% from 640); Green value is 218 (85.55% from 255 or 34.06% from 640); Blue value is 191 (75% from 255 or 29.84% from 640); Max value from RGB is 231 - color contains mainly: red. Hex color #E7DABF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E7DABF is #182540. Grayscale: #DADADA. Windows color (decimal): -1582401 or 12573415. OLE color: 12573415.

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

Color convert

RGB231218191-
CMYK00.060.170.09
HSL40.5º45.45%82.75%-
HSV(B)40.5º17.32%90.59%-
XYZ67.4370.8959.42-
YUV218.81112.31136.7-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 36.09%
GREEN value IS 218 (85.55% from 255) = 34.06%
BLUE value IS 191 (75% from 255) = 29.84%
R=36.09%
G=34.06%
B=29.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.17
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23121819100.060.170.0940.545.4582.75
HexE7DABF06119282d53
Octal3473322770621115055123
Binary11100111110110101011111101101000110011010001011011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E7DABF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E7DABF; }

 p { color: rgb(231,218,191); }

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

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

 a { background-color: rgb(231,218,191); }

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

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

 span { border-color: rgb(231,218,191); }

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