#E8D1BA

Color #E8D1BA Pink Lady (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Pink Lady #E8D1BA

Tints of Pink Lady #E8D1BA

Color information

#E8D1BA (or 0xE8D1BA) is unknown color: approx Pink Lady. HEX triplet: E8, D1 and BA. RGB value is (232,209,186). Sum of RGB (Red+Green+Blue) = 232+209+186=627 (83% of max value = 765). Red value is 232 (91.02% from 255 or 37.00% from 627); Green value is 209 (82.03% from 255 or 33.33% from 627); Blue value is 186 (73.05% from 255 or 29.67% from 627); Max value from RGB is 232 - color contains mainly: red. Hex color #E8D1BA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E8D1BA is #172E45. Grayscale: #D5D5D5. Windows color (decimal): -1519174 or 12243432. OLE color: 12243432.

HSL color Cylindrical-coordinate representation of color #E8D1BA: hue angle of 30º degrees, saturation: 0.5, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #E8D1BA is Cyan = 0, Magento = 0.10, Yellow = 0.20 and Black (K on CMYK) = 0.09.

Color convert

RGB232209186-
CMYK00.100.200.09
HSL30º50%81.96%-
HSV(B)30º19.83%90.98%-
XYZ64.9466.355.83-
YUV213.26112.62141.37-

RGB Variations

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

RGB

RED value IS 232 (91.02% from 255) = 37.00%
GREEN value IS 209 (82.03% from 255) = 33.33%
BLUE value IS 186 (73.05% from 255) = 29.67%
R=37.00%
G=33.33%
B=29.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.20
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23220918600.100.200.09305081.96
HexE8D1BA0A1491e3252
Octal35032127201224113662122
Binary11101000110100011011101001010101001001111101100101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E8D1BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E8D1BA; }

 p { color: rgb(232,209,186); }

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

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

 a { background-color: rgb(232,209,186); }

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

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

 span { border-color: rgb(232,209,186); }

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