#E7DBBF

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

Shades of Double Pearl Lusta #E7DBBF

Tints of Double Pearl Lusta #E7DBBF

Color information

#E7DBBF (or 0xE7DBBF) is unknown color: approx Double Pearl Lusta. HEX triplet: E7, DB and BF. RGB value is (231,219,191). Sum of RGB (Red+Green+Blue) = 231+219+191=641 (84% of max value = 765). Red value is 231 (90.62% from 255 or 36.04% from 641); Green value is 219 (85.94% from 255 or 34.17% from 641); Blue value is 191 (75% from 255 or 29.80% from 641); Max value from RGB is 231 - color contains mainly: red. Hex color #E7DBBF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E7DBBF is #182440. Grayscale: #DBDBDB. Windows color (decimal): -1582145 or 12573671. OLE color: 12573671.

HSL color Cylindrical-coordinate representation of color #E7DBBF: hue angle of 42º degrees, saturation: 0.45, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #E7DBBF is Cyan = 0, Magento = 0.05, Yellow = 0.17 and Black (K on CMYK) = 0.09.

Color convert

RGB231219191-
CMYK00.050.170.09
HSL42º45.45%82.75%-
HSV(B)42º17.32%90.59%-
XYZ67.6971.4159.51-
YUV219.4111.98136.28-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 36.04%
GREEN value IS 219 (85.94% from 255) = 34.17%
BLUE value IS 191 (75% from 255) = 29.80%
R=36.04%
G=34.17%
B=29.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.17
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23121919100.050.170.094245.4582.75
HexE7DBBF051192a2d53
Octal3473332770521115255123
Binary11100111110110111011111101011000110011010101011011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E7DBBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E7DBBF; }

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

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

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

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

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

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

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

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