#EBD1BA

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

Shades of Pink Lady #EBD1BA

Tints of Pink Lady #EBD1BA

Color information

#EBD1BA (or 0xEBD1BA) is unknown color: approx Pink Lady. HEX triplet: EB, D1 and BA. RGB value is (235,209,186). Sum of RGB (Red+Green+Blue) = 235+209+186=630 (83% of max value = 765). Red value is 235 (92.19% from 255 or 37.30% from 630); Green value is 209 (82.03% from 255 or 33.17% from 630); Blue value is 186 (73.05% from 255 or 29.52% from 630); Max value from RGB is 235 - color contains mainly: red. Hex color #EBD1BA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EBD1BA is #142E45. Grayscale: #D6D6D6. Windows color (decimal): -1322566 or 12243435. OLE color: 12243435.

HSL color Cylindrical-coordinate representation of color #EBD1BA: hue angle of 28.16º degrees, saturation: 0.55, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #EBD1BA is Cyan = 0, Magento = 0.11, Yellow = 0.21 and Black (K on CMYK) = 0.08.

Color convert

RGB235209186-
CMYK00.110.210.08
HSL28.16º55.06%82.55%-
HSV(B)28.16º20.85%92.16%-
XYZ65.9266.8155.88-
YUV214.15112.11142.87-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 37.30%
GREEN value IS 209 (82.03% from 255) = 33.17%
BLUE value IS 186 (73.05% from 255) = 29.52%
R=37.30%
G=33.17%
B=29.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.21
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23520918600.110.210.0828.1655.0682.55
HexEBD1BA0B1581c3753
Octal35332127201325103467123
Binary11101011110100011011101001011101011000111001101111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBD1BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBD1BA; }

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

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

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

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

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

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

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

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