#E9D1BA

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

Shades of Pink Lady #E9D1BA

Tints of Pink Lady #E9D1BA

Color information

#E9D1BA (or 0xE9D1BA) is unknown color: approx Pink Lady. HEX triplet: E9, D1 and BA. RGB value is (233,209,186). Sum of RGB (Red+Green+Blue) = 233+209+186=628 (83% of max value = 765). Red value is 233 (91.41% from 255 or 37.10% from 628); Green value is 209 (82.03% from 255 or 33.28% from 628); Blue value is 186 (73.05% from 255 or 29.62% from 628); Max value from RGB is 233 - color contains mainly: red. Hex color #E9D1BA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E9D1BA is #162E45. Grayscale: #D5D5D5. Windows color (decimal): -1453638 or 12243433. OLE color: 12243433.

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

Color convert

RGB233209186-
CMYK00.100.200.09
HSL29.36º51.65%82.16%-
HSV(B)29.36º20.17%91.37%-
XYZ65.2766.4755.84-
YUV213.55112.45141.87-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 37.10%
GREEN value IS 209 (82.03% from 255) = 33.28%
BLUE value IS 186 (73.05% from 255) = 29.62%
R=37.10%
G=33.28%
B=29.62%

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
Decimal23320918600.100.200.0929.3651.6582.16
HexE9D1BA0A1491d3452
Octal35132127201224113564122
Binary11101001110100011011101001010101001001111011101001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E9D1BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E9D1BA; }

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

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

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

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

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

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

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

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