#E7DABD

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

Shades of Double Pearl Lusta #E7DABD

Tints of Double Pearl Lusta #E7DABD

Color information

#E7DABD (or 0xE7DABD) is unknown color: approx Double Pearl Lusta. HEX triplet: E7, DA and BD. RGB value is (231,218,189). Sum of RGB (Red+Green+Blue) = 231+218+189=638 (84% of max value = 765). Red value is 231 (90.62% from 255 or 36.21% from 638); Green value is 218 (85.55% from 255 or 34.17% from 638); Blue value is 189 (74.22% from 255 or 29.62% from 638); Max value from RGB is 231 - color contains mainly: red. Hex color #E7DABD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E7DABD is #182542. Grayscale: #DADADA. Windows color (decimal): -1582403 or 12442343. OLE color: 12442343.

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

Color convert

RGB231218189-
CMYK00.060.180.09
HSL41.43º46.67%82.35%-
HSV(B)41.43º18.18%90.59%-
XYZ67.2170.8158.27-
YUV218.58111.31136.86-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 36.21%
GREEN value IS 218 (85.55% from 255) = 34.17%
BLUE value IS 189 (74.22% from 255) = 29.62%
R=36.21%
G=34.17%
B=29.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.18
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23121818900.060.180.0941.4346.6782.35
HexE7DABD06129292f52
Octal3473322750622115157122
Binary11100111110110101011110101101001010011010011011111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E7DABD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E7DABD; }

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

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

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

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

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

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

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

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