#EBD1B5

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

Shades of Pink Lady #EBD1B5

Tints of Pink Lady #EBD1B5

Color information

#EBD1B5 (or 0xEBD1B5) is unknown color: approx Pink Lady. HEX triplet: EB, D1 and B5. RGB value is (235,209,181). Sum of RGB (Red+Green+Blue) = 235+209+181=625 (82% of max value = 765). Red value is 235 (92.19% from 255 or 37.6% from 625); Green value is 209 (82.03% from 255 or 33.44% from 625); Blue value is 181 (71.09% from 255 or 28.96% from 625); Max value from RGB is 235 - color contains mainly: red. Hex color #EBD1B5 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EBD1B5 is #142E4A. Grayscale: #D5D5D5. Windows color (decimal): -1322571 or 11915755. OLE color: 11915755.

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

Color convert

RGB235209181-
CMYK00.110.230.08
HSL31.11º57.45%81.57%-
HSV(B)31.11º22.98%92.16%-
XYZ65.466.653.12-
YUV213.58109.61143.28-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 37.6%
GREEN value IS 209 (82.03% from 255) = 33.44%
BLUE value IS 181 (71.09% from 255) = 28.96%
R=37.6%
G=33.44%
B=28.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.23
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23520918100.110.230.0831.1157.4581.57
HexEBD1B50B1781f3952
Octal35332126501327103771122
Binary11101011110100011011010101011101111000111111110011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBD1B5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBD1B5; }

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

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

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

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

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

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

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

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