#EBD5BB

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

Shades of Pink Lady #EBD5BB

Tints of Pink Lady #EBD5BB

Color information

#EBD5BB (or 0xEBD5BB) is unknown color: approx Pink Lady. HEX triplet: EB, D5 and BB. RGB value is (235,213,187). Sum of RGB (Red+Green+Blue) = 235+213+187=635 (84% of max value = 765). Red value is 235 (92.19% from 255 or 37.01% from 635); Green value is 213 (83.59% from 255 or 33.54% from 635); Blue value is 187 (73.44% from 255 or 29.45% from 635); Max value from RGB is 235 - color contains mainly: red. Hex color #EBD5BB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EBD5BB is #142A44. Grayscale: #D8D8D8. Windows color (decimal): -1321541 or 12309995. OLE color: 12309995.

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

Color convert

RGB235213187-
CMYK00.090.200.08
HSL32.5º54.55%82.75%-
HSV(B)32.5º20.43%92.16%-
XYZ67.0268.8456.77-
YUV216.61111.29141.11-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 37.01%
GREEN value IS 213 (83.59% from 255) = 33.54%
BLUE value IS 187 (73.44% from 255) = 29.45%
R=37.01%
G=33.54%
B=29.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.20
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23521318700.090.200.0832.554.5582.75
HexEBD5BB09148213753
Octal35332527301124104167123
Binary111010111101010110111011010011010010001000011101111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBD5BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBD5BB; }

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

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

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

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

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

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

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

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