#E7DDBE

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

Shades of Double Pearl Lusta #E7DDBE

Tints of Double Pearl Lusta #E7DDBE

Color information

#E7DDBE (or 0xE7DDBE) is unknown color: approx Double Pearl Lusta. HEX triplet: E7, DD and BE. RGB value is (231,221,190). Sum of RGB (Red+Green+Blue) = 231+221+190=642 (85% of max value = 765). Red value is 231 (90.62% from 255 or 35.98% from 642); Green value is 221 (86.72% from 255 or 34.42% from 642); Blue value is 190 (74.61% from 255 or 29.60% from 642); Max value from RGB is 231 - color contains mainly: red. Hex color #E7DDBE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E7DDBE is #182241. Grayscale: #DCDCDC. Windows color (decimal): -1581634 or 12508647. OLE color: 12508647.

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

Color convert

RGB231221190-
CMYK00.040.180.09
HSL45.37º46.07%82.55%-
HSV(B)45.37º17.75%90.59%-
XYZ68.1172.4259.1-
YUV220.46110.81135.52-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 35.98%
GREEN value IS 221 (86.72% from 255) = 34.42%
BLUE value IS 190 (74.61% from 255) = 29.60%
R=35.98%
G=34.42%
B=29.60%

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
Decimal23122119000.040.180.0945.3746.0782.55
HexE7DDBE041292d2e53
Octal3473352760422115556123
Binary11100111110111011011111001001001010011011011011101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E7DDBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E7DDBE; }

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

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

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

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

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

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

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

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