#E7DDBD

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

Shades of Double Pearl Lusta #E7DDBD

Tints of Double Pearl Lusta #E7DDBD

Color information

#E7DDBD (or 0xE7DDBD) is unknown color: approx Double Pearl Lusta. HEX triplet: E7, DD and BD. RGB value is (231,221,189). Sum of RGB (Red+Green+Blue) = 231+221+189=641 (84% of max value = 765). Red value is 231 (90.62% from 255 or 36.04% from 641); Green value is 221 (86.72% from 255 or 34.48% from 641); Blue value is 189 (74.22% from 255 or 29.49% from 641); Max value from RGB is 231 - color contains mainly: red. Hex color #E7DDBD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E7DDBD is #182242. Grayscale: #DCDCDC. Windows color (decimal): -1581635 or 12443111. OLE color: 12443111.

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

Color convert

RGB231221189-
CMYK00.040.180.09
HSL45.71º46.67%82.35%-
HSV(B)45.71º18.18%90.59%-
XYZ6872.3858.53-
YUV220.34110.31135.6-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 36.04%
GREEN value IS 221 (86.72% from 255) = 34.48%
BLUE value IS 189 (74.22% from 255) = 29.49%
R=36.04%
G=34.48%
B=29.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.18
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23122118900.040.180.0945.7146.6782.35
HexE7DDBD041292e2f52
Octal3473352750422115657122
Binary11100111110111011011110101001001010011011101011111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E7DDBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E7DDBD; }

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

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

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

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

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

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

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

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