#EBD3B7

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

Shades of Pink Lady #EBD3B7

Tints of Pink Lady #EBD3B7

Color information

#EBD3B7 (or 0xEBD3B7) is unknown color: approx Pink Lady. HEX triplet: EB, D3 and B7. RGB value is (235,211,183). Sum of RGB (Red+Green+Blue) = 235+211+183=629 (83% of max value = 765). Red value is 235 (92.19% from 255 or 37.36% from 629); Green value is 211 (82.81% from 255 or 33.55% from 629); Blue value is 183 (71.88% from 255 or 29.09% from 629); Max value from RGB is 235 - color contains mainly: red. Hex color #EBD3B7 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EBD3B7 is #142C48. Grayscale: #D7D7D7. Windows color (decimal): -1322057 or 12047339. OLE color: 12047339.

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

Color convert

RGB235211183-
CMYK00.100.220.08
HSL32.31º56.52%81.96%-
HSV(B)32.31º22.13%92.16%-
XYZ66.167.6754.38-
YUV214.98109.95142.28-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 37.36%
GREEN value IS 211 (82.81% from 255) = 33.55%
BLUE value IS 183 (71.88% from 255) = 29.09%
R=37.36%
G=33.55%
B=29.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.22
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23521118300.100.220.0832.3156.5281.96
HexEBD3B70A168203952
Octal35332326701226104071122
Binary111010111101001110110111010101011010001000001110011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBD3B7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBD3B7; }

 p { color: rgb(235,211,183); }

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

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

 a { background-color: rgb(235,211,183); }

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

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

 span { border-color: rgb(235,211,183); }

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