#E8DBBF

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

Shades of Double Pearl Lusta #E8DBBF

Tints of Double Pearl Lusta #E8DBBF

Color information

#E8DBBF (or 0xE8DBBF) is unknown color: approx Double Pearl Lusta. HEX triplet: E8, DB and BF. RGB value is (232,219,191). Sum of RGB (Red+Green+Blue) = 232+219+191=642 (85% of max value = 765). Red value is 232 (91.02% from 255 or 36.14% from 642); Green value is 219 (85.94% from 255 or 34.11% from 642); Blue value is 191 (75% from 255 or 29.75% from 642); Max value from RGB is 232 - color contains mainly: red. Hex color #E8DBBF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E8DBBF is #172440. Grayscale: #DBDBDB. Windows color (decimal): -1516609 or 12573672. OLE color: 12573672.

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

Color convert

RGB232219191-
CMYK00.060.180.09
HSL40.98º47.13%82.94%-
HSV(B)40.98º17.67%90.98%-
XYZ68.0171.5859.52-
YUV219.7111.81136.78-

RGB Variations

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

RGB

RED value IS 232 (91.02% from 255) = 36.14%
GREEN value IS 219 (85.94% from 255) = 34.11%
BLUE value IS 191 (75% from 255) = 29.75%
R=36.14%
G=34.11%
B=29.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.18
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23221919100.060.180.0940.9847.1382.94
HexE8DBBF06129292f53
Octal3503332770622115157123
Binary11101000110110111011111101101001010011010011011111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E8DBBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E8DBBF; }

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

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

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

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

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

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

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

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