#EBBDB7

Color #EBBDB7 Beauty Bush (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Beauty Bush #EBBDB7

Tints of Beauty Bush #EBBDB7

Color information

#EBBDB7 (or 0xEBBDB7) is unknown color: approx Beauty Bush. HEX triplet: EB, BD and B7. RGB value is (235,189,183). Sum of RGB (Red+Green+Blue) = 235+189+183=607 (80% of max value = 765). Red value is 235 (92.19% from 255 or 38.71% from 607); Green value is 189 (74.22% from 255 or 31.14% from 607); Blue value is 183 (71.88% from 255 or 30.15% from 607); Max value from RGB is 235 - color contains mainly: red. Hex color #EBBDB7 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EBBDB7 is #144248. Grayscale: #CACACA. Windows color (decimal): -1327689 or 12041707. OLE color: 12041707.

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

Color convert

RGB235189183-
CMYK00.200.220.08
HSL6.92º56.52%81.96%-
HSV(B)6.92º22.13%92.16%-
XYZ61.0157.4852.68-
YUV202.07117.24151.49-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 38.71%
GREEN value IS 189 (74.22% from 255) = 31.14%
BLUE value IS 183 (71.88% from 255) = 30.15%
R=38.71%
G=31.14%
B=30.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.22
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23518918300.200.220.086.9256.5281.96
HexEBBDB701416873952
Octal3532752670242610771122
Binary1110101110111101101101110101001011010001111110011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBBDB7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBBDB7; }

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

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

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

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

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

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

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

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