#EBD0B5

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

Shades of Pink Lady #EBD0B5

Tints of Pink Lady #EBD0B5

Color information

#EBD0B5 (or 0xEBD0B5) is unknown color: approx Pink Lady. HEX triplet: EB, D0 and B5. RGB value is (235,208,181). Sum of RGB (Red+Green+Blue) = 235+208+181=624 (82% of max value = 765). Red value is 235 (92.19% from 255 or 37.66% from 624); Green value is 208 (81.64% from 255 or 33.33% from 624); Blue value is 181 (71.09% from 255 or 29.01% from 624); Max value from RGB is 235 - color contains mainly: red. Hex color #EBD0B5 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EBD0B5 is #142F4A. Grayscale: #D5D5D5. Windows color (decimal): -1322827 or 11915499. OLE color: 11915499.

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

Color convert

RGB235208181-
CMYK00.110.230.08
HSL30º57.45%81.57%-
HSV(B)30º22.98%92.16%-
XYZ65.1666.1153.04-
YUV213109.95143.7-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 37.66%
GREEN value IS 208 (81.64% from 255) = 33.33%
BLUE value IS 181 (71.09% from 255) = 29.01%
R=37.66%
G=33.33%
B=29.01%

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
Decimal23520818100.110.230.083057.4581.57
HexEBD0B50B1781e3952
Octal35332026501327103671122
Binary11101011110100001011010101011101111000111101110011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBD0B5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBD0B5; }

 p { color: rgb(235,208,181); }

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

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

 a { background-color: rgb(235,208,181); }

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

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

 span { border-color: rgb(235,208,181); }

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