#E8DBBD

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

Shades of Double Pearl Lusta #E8DBBD

Tints of Double Pearl Lusta #E8DBBD

Color information

#E8DBBD (or 0xE8DBBD) is unknown color: approx Double Pearl Lusta. HEX triplet: E8, DB and BD. RGB value is (232,219,189). Sum of RGB (Red+Green+Blue) = 232+219+189=640 (84% of max value = 765). Red value is 232 (91.02% from 255 or 36.25% from 640); Green value is 219 (85.94% from 255 or 34.22% from 640); Blue value is 189 (74.22% from 255 or 29.53% from 640); Max value from RGB is 232 - color contains mainly: red. Hex color #E8DBBD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E8DBBD is #172442. Grayscale: #DBDBDB. Windows color (decimal): -1516611 or 12442600. OLE color: 12442600.

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

Color convert

RGB232219189-
CMYK00.060.190.09
HSL41.86º48.31%82.55%-
HSV(B)41.86º18.53%90.98%-
XYZ67.871.4958.37-
YUV219.47110.81136.94-

RGB Variations

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

RGB

RED value IS 232 (91.02% from 255) = 36.25%
GREEN value IS 219 (85.94% from 255) = 34.22%
BLUE value IS 189 (74.22% from 255) = 29.53%
R=36.25%
G=34.22%
B=29.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.19
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23221918900.060.190.0941.8648.3182.55
HexE8DBBD061392a3053
Octal3503332750623115260123
Binary11101000110110111011110101101001110011010101100001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E8DBBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E8DBBD; }

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

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

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

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

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

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

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

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