#E7DDBB

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

Shades of Double Pearl Lusta #E7DDBB

Tints of Double Pearl Lusta #E7DDBB

Color information

#E7DDBB (or 0xE7DDBB) is unknown color: approx Double Pearl Lusta. HEX triplet: E7, DD and BB. RGB value is (231,221,187). Sum of RGB (Red+Green+Blue) = 231+221+187=639 (84% of max value = 765). Red value is 231 (90.62% from 255 or 36.15% from 639); Green value is 221 (86.72% from 255 or 34.59% from 639); Blue value is 187 (73.44% from 255 or 29.26% from 639); Max value from RGB is 231 - color contains mainly: red. Hex color #E7DDBB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E7DDBB is #182244. Grayscale: #DCDCDC. Windows color (decimal): -1581637 or 12312039. OLE color: 12312039.

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

Color convert

RGB231221187-
CMYK00.040.190.09
HSL46.36º47.83%81.96%-
HSV(B)46.36º19.05%90.59%-
XYZ67.7872.2957.39-
YUV220.11109.31135.76-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 36.15%
GREEN value IS 221 (86.72% from 255) = 34.59%
BLUE value IS 187 (73.44% from 255) = 29.26%
R=36.15%
G=34.59%
B=29.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.19
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23122118700.040.190.0946.3647.8381.96
HexE7DDBB041392e3052
Octal3473352730423115660122
Binary11100111110111011011101101001001110011011101100001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E7DDBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E7DDBB; }

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

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

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

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

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

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

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

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