#EBD1B6

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

Shades of Pink Lady #EBD1B6

Tints of Pink Lady #EBD1B6

Color information

#EBD1B6 (or 0xEBD1B6) is unknown color: approx Pink Lady. HEX triplet: EB, D1 and B6. RGB value is (235,209,182). Sum of RGB (Red+Green+Blue) = 235+209+182=626 (82% of max value = 765). Red value is 235 (92.19% from 255 or 37.54% from 626); Green value is 209 (82.03% from 255 or 33.39% from 626); Blue value is 182 (71.48% from 255 or 29.07% from 626); Max value from RGB is 235 - color contains mainly: red. Hex color #EBD1B6 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EBD1B6 is #142E49. Grayscale: #D5D5D5. Windows color (decimal): -1322570 or 11981291. OLE color: 11981291.

HSL color Cylindrical-coordinate representation of color #EBD1B6: hue angle of 30.57º 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 #EBD1B6 is Cyan = 0, Magento = 0.11, Yellow = 0.23 and Black (K on CMYK) = 0.08.

Color convert

RGB235209182-
CMYK00.110.230.08
HSL30.57º56.99%81.76%-
HSV(B)30.57º22.55%92.16%-
XYZ65.566.6453.67-
YUV213.7110.11143.2-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 37.54%
GREEN value IS 209 (82.03% from 255) = 33.39%
BLUE value IS 182 (71.48% from 255) = 29.07%
R=37.54%
G=33.39%
B=29.07%

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
Decimal23520918200.110.230.0830.5756.9981.76
HexEBD1B60B1781f3952
Octal35332126601327103771122
Binary11101011110100011011011001011101111000111111110011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBD1B6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBD1B6; }

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

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

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

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

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

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

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

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