#E8DFBD

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

Shades of Double Pearl Lusta #E8DFBD

Tints of Double Pearl Lusta #E8DFBD

Color information

#E8DFBD (or 0xE8DFBD) is unknown color: approx Double Pearl Lusta. HEX triplet: E8, DF and BD. RGB value is (232,223,189). Sum of RGB (Red+Green+Blue) = 232+223+189=644 (85% of max value = 765). Red value is 232 (91.02% from 255 or 36.02% from 644); Green value is 223 (87.5% from 255 or 34.63% from 644); Blue value is 189 (74.22% from 255 or 29.35% from 644); Max value from RGB is 232 - color contains mainly: red. Hex color #E8DFBD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E8DFBD is #172042. Grayscale: #DDDDDD. Windows color (decimal): -1515587 or 12443624. OLE color: 12443624.

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

Color convert

RGB232223189-
CMYK00.040.190.09
HSL47.44º48.31%82.55%-
HSV(B)47.44º18.53%90.98%-
XYZ68.8573.6158.72-
YUV221.81109.48135.26-

RGB Variations

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

RGB

RED value IS 232 (91.02% from 255) = 36.02%
GREEN value IS 223 (87.5% from 255) = 34.63%
BLUE value IS 189 (74.22% from 255) = 29.35%
R=36.02%
G=34.63%
B=29.35%

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
Decimal23222318900.040.190.0947.4448.3182.55
HexE8DFBD041392f3053
Octal3503372750423115760123
Binary11101000110111111011110101001001110011011111100001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E8DFBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E8DFBD; }

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

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

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

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

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

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

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

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