#EBD4BA

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

Shades of Pink Lady #EBD4BA

Tints of Pink Lady #EBD4BA

Color information

#EBD4BA (or 0xEBD4BA) is unknown color: approx Pink Lady. HEX triplet: EB, D4 and BA. RGB value is (235,212,186). Sum of RGB (Red+Green+Blue) = 235+212+186=633 (83% of max value = 765). Red value is 235 (92.19% from 255 or 37.12% from 633); Green value is 212 (83.20% from 255 or 33.49% from 633); Blue value is 186 (73.05% from 255 or 29.38% from 633); Max value from RGB is 235 - color contains mainly: red. Hex color #EBD4BA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EBD4BA is #142B45. Grayscale: #D8D8D8. Windows color (decimal): -1321798 or 12244203. OLE color: 12244203.

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

Color convert

RGB235212186-
CMYK00.100.210.08
HSL31.84º55.06%82.55%-
HSV(B)31.84º20.85%92.16%-
XYZ66.6768.2956.12-
YUV215.91111.12141.61-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 37.12%
GREEN value IS 212 (83.20% from 255) = 33.49%
BLUE value IS 186 (73.05% from 255) = 29.38%
R=37.12%
G=33.49%
B=29.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.21
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23521218600.100.210.0831.8455.0682.55
HexEBD4BA0A158203753
Octal35332427201225104067123
Binary111010111101010010111010010101010110001000001101111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBD4BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBD4BA; }

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

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

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

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

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

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

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

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