#E8D1B9

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

Shades of Pink Lady #E8D1B9

Tints of Pink Lady #E8D1B9

Color information

#E8D1B9 (or 0xE8D1B9) is unknown color: approx Pink Lady. HEX triplet: E8, D1 and B9. RGB value is (232,209,185). Sum of RGB (Red+Green+Blue) = 232+209+185=626 (82% of max value = 765). Red value is 232 (91.02% from 255 or 37.06% from 626); Green value is 209 (82.03% from 255 or 33.39% from 626); Blue value is 185 (72.66% from 255 or 29.55% from 626); Max value from RGB is 232 - color contains mainly: red. Hex color #E8D1B9 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E8D1B9 is #172E46. Grayscale: #D5D5D5. Windows color (decimal): -1519175 or 12177896. OLE color: 12177896.

HSL color Cylindrical-coordinate representation of color #E8D1B9: hue angle of 30.64º degrees, saturation: 0.51, 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 #E8D1B9 is Cyan = 0, Magento = 0.10, Yellow = 0.20 and Black (K on CMYK) = 0.09.

Color convert

RGB232209185-
CMYK00.100.200.09
HSL30.64º50.54%81.76%-
HSV(B)30.64º20.26%90.98%-
XYZ64.8466.2655.27-
YUV213.14112.12141.45-

RGB Variations

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

RGB

RED value IS 232 (91.02% from 255) = 37.06%
GREEN value IS 209 (82.03% from 255) = 33.39%
BLUE value IS 185 (72.66% from 255) = 29.55%
R=37.06%
G=33.39%
B=29.55%

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
Decimal23220918500.100.200.0930.6450.5481.76
HexE8D1B90A1491f3352
Octal35032127101224113763122
Binary11101000110100011011100101010101001001111111100111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E8D1B9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E8D1B9; }

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

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

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

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

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

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

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

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