#E8DCBD

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

Shades of Double Pearl Lusta #E8DCBD

Tints of Double Pearl Lusta #E8DCBD

Color information

#E8DCBD (or 0xE8DCBD) is unknown color: approx Double Pearl Lusta. HEX triplet: E8, DC and BD. RGB value is (232,220,189). Sum of RGB (Red+Green+Blue) = 232+220+189=641 (84% of max value = 765). Red value is 232 (91.02% from 255 or 36.19% from 641); Green value is 220 (86.33% from 255 or 34.32% from 641); Blue value is 189 (74.22% from 255 or 29.49% from 641); Max value from RGB is 232 - color contains mainly: red. Hex color #E8DCBD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E8DCBD is #172342. Grayscale: #DCDCDC. Windows color (decimal): -1516355 or 12442856. OLE color: 12442856.

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

Color convert

RGB232220189-
CMYK00.050.190.09
HSL43.26º48.31%82.55%-
HSV(B)43.26º18.53%90.98%-
XYZ68.0672.0258.46-
YUV220.05110.48136.52-

RGB Variations

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

RGB

RED value IS 232 (91.02% from 255) = 36.19%
GREEN value IS 220 (86.33% from 255) = 34.32%
BLUE value IS 189 (74.22% from 255) = 29.49%
R=36.19%
G=34.32%
B=29.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.19
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23222018900.050.190.0943.2648.3182.55
HexE8DCBD051392b3053
Octal3503342750523115360123
Binary11101000110111001011110101011001110011010111100001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E8DCBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E8DCBD; }

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

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

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

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

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

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

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

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