#EBD2BB

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

Shades of Pink Lady #EBD2BB

Tints of Pink Lady #EBD2BB

Color information

#EBD2BB (or 0xEBD2BB) is unknown color: approx Pink Lady. HEX triplet: EB, D2 and BB. RGB value is (235,210,187). Sum of RGB (Red+Green+Blue) = 235+210+187=632 (83% of max value = 765). Red value is 235 (92.19% from 255 or 37.18% from 632); Green value is 210 (82.42% from 255 or 33.23% from 632); Blue value is 187 (73.44% from 255 or 29.59% from 632); Max value from RGB is 235 - color contains mainly: red. Hex color #EBD2BB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EBD2BB is #142D44. Grayscale: #D6D6D6. Windows color (decimal): -1322309 or 12309227. OLE color: 12309227.

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

Color convert

RGB235210187-
CMYK00.110.200.08
HSL28.75º54.55%82.75%-
HSV(B)28.75º20.43%92.16%-
XYZ66.2867.3456.52-
YUV214.85112.28142.37-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 37.18%
GREEN value IS 210 (82.42% from 255) = 33.23%
BLUE value IS 187 (73.44% from 255) = 29.59%
R=37.18%
G=33.23%
B=29.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.20
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23521018700.110.200.0828.7554.5582.75
HexEBD2BB0B1481d3753
Octal35332227301324103567123
Binary11101011110100101011101101011101001000111011101111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBD2BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBD2BB; }

 p { color: rgb(235,210,187); }

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

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

 a { background-color: rgb(235,210,187); }

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

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

 span { border-color: rgb(235,210,187); }

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