#EBD4BB

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

Shades of Pink Lady #EBD4BB

Tints of Pink Lady #EBD4BB

Color information

#EBD4BB (or 0xEBD4BB) is unknown color: approx Pink Lady. HEX triplet: EB, D4 and BB. RGB value is (235,212,187). Sum of RGB (Red+Green+Blue) = 235+212+187=634 (83% of max value = 765). Red value is 235 (92.19% from 255 or 37.07% from 634); Green value is 212 (83.20% from 255 or 33.44% from 634); Blue value is 187 (73.44% from 255 or 29.50% from 634); Max value from RGB is 235 - color contains mainly: red. Hex color #EBD4BB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EBD4BB is #142B44. Grayscale: #D8D8D8. Windows color (decimal): -1321797 or 12309739. OLE color: 12309739.

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

Color convert

RGB235212187-
CMYK00.100.200.08
HSL31.25º54.55%82.75%-
HSV(B)31.25º20.43%92.16%-
XYZ66.7768.3456.68-
YUV216.03111.62141.53-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 37.07%
GREEN value IS 212 (83.20% from 255) = 33.44%
BLUE value IS 187 (73.44% from 255) = 29.50%
R=37.07%
G=33.44%
B=29.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.20
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23521218700.100.200.0831.2554.5582.75
HexEBD4BB0A1481f3753
Octal35332427301224103767123
Binary11101011110101001011101101010101001000111111101111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBD4BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBD4BB; }

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

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

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

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

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

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

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

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