#EBBDB4

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

Shades of Beauty Bush #EBBDB4

Tints of Beauty Bush #EBBDB4

Color information

#EBBDB4 (or 0xEBBDB4) is unknown color: approx Beauty Bush. HEX triplet: EB, BD and B4. RGB value is (235,189,180). Sum of RGB (Red+Green+Blue) = 235+189+180=604 (80% of max value = 765). Red value is 235 (92.19% from 255 or 38.91% from 604); Green value is 189 (74.22% from 255 or 31.29% from 604); Blue value is 180 (70.70% from 255 or 29.80% from 604); Max value from RGB is 235 - color contains mainly: red. Hex color #EBBDB4 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EBBDB4 is #14424B. Grayscale: #C9C9C9. Windows color (decimal): -1327692 or 11845099. OLE color: 11845099.

HSL color Cylindrical-coordinate representation of color #EBBDB4: hue angle of 9.82º degrees, saturation: 0.58, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #EBBDB4 is Cyan = 0, Magento = 0.20, Yellow = 0.23 and Black (K on CMYK) = 0.08.

Color convert

RGB235189180-
CMYK00.200.230.08
HSL9.82º57.89%81.37%-
HSV(B)9.82º23.4%92.16%-
XYZ60.757.3551.05-
YUV201.73115.74151.73-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 38.91%
GREEN value IS 189 (74.22% from 255) = 31.29%
BLUE value IS 180 (70.70% from 255) = 29.80%
R=38.91%
G=31.29%
B=29.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.23
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23518918000.200.230.089.8257.8981.37
HexEBBDB4014178a3a51
Octal35327526402427101272121
Binary11101011101111011011010001010010111100010101110101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBBDB4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBBDB4; }

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

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

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

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

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

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

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

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