#E7DBBD

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

Shades of Double Pearl Lusta #E7DBBD

Tints of Double Pearl Lusta #E7DBBD

Color information

#E7DBBD (or 0xE7DBBD) is unknown color: approx Double Pearl Lusta. HEX triplet: E7, DB and BD. RGB value is (231,219,189). Sum of RGB (Red+Green+Blue) = 231+219+189=639 (84% of max value = 765). Red value is 231 (90.62% from 255 or 36.15% from 639); Green value is 219 (85.94% from 255 or 34.27% from 639); Blue value is 189 (74.22% from 255 or 29.58% from 639); Max value from RGB is 231 - color contains mainly: red. Hex color #E7DBBD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E7DBBD is #182442. Grayscale: #DBDBDB. Windows color (decimal): -1582147 or 12442599. OLE color: 12442599.

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

Color convert

RGB231219189-
CMYK00.050.180.09
HSL42.86º46.67%82.35%-
HSV(B)42.86º18.18%90.59%-
XYZ67.4771.3358.36-
YUV219.17110.98136.44-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 36.15%
GREEN value IS 219 (85.94% from 255) = 34.27%
BLUE value IS 189 (74.22% from 255) = 29.58%
R=36.15%
G=34.27%
B=29.58%

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
Decimal23121918900.050.180.0942.8646.6782.35
HexE7DBBD051292b2f52
Octal3473332750522115357122
Binary11100111110110111011110101011001010011010111011111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E7DBBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E7DBBD; }

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

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

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

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

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

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

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

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