#EBD2B7

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

Shades of Pink Lady #EBD2B7

Tints of Pink Lady #EBD2B7

Color information

#EBD2B7 (or 0xEBD2B7) is unknown color: approx Pink Lady. HEX triplet: EB, D2 and B7. RGB value is (235,210,183). Sum of RGB (Red+Green+Blue) = 235+210+183=628 (83% of max value = 765). Red value is 235 (92.19% from 255 or 37.42% from 628); Green value is 210 (82.42% from 255 or 33.44% from 628); Blue value is 183 (71.88% from 255 or 29.14% from 628); Max value from RGB is 235 - color contains mainly: red. Hex color #EBD2B7 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EBD2B7 is #142D48. Grayscale: #D6D6D6. Windows color (decimal): -1322313 or 12047083. OLE color: 12047083.

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

Color convert

RGB235210183-
CMYK00.110.220.08
HSL31.15º56.52%81.96%-
HSV(B)31.15º22.13%92.16%-
XYZ65.8567.1754.29-
YUV214.4110.28142.7-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 37.42%
GREEN value IS 210 (82.42% from 255) = 33.44%
BLUE value IS 183 (71.88% from 255) = 29.14%
R=37.42%
G=33.44%
B=29.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.22
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23521018300.110.220.0831.1556.5281.96
HexEBD2B70B1681f3952
Octal35332226701326103771122
Binary11101011110100101011011101011101101000111111110011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBD2B7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBD2B7; }

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

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

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

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

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

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

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

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