#EBBDBB

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

Shades of Beauty Bush #EBBDBB

Tints of Beauty Bush #EBBDBB

Color information

#EBBDBB (or 0xEBBDBB) is unknown color: approx Beauty Bush. HEX triplet: EB, BD and BB. RGB value is (235,189,187). Sum of RGB (Red+Green+Blue) = 235+189+187=611 (80% of max value = 765). Red value is 235 (92.19% from 255 or 38.46% from 611); Green value is 189 (74.22% from 255 or 30.93% from 611); Blue value is 187 (73.44% from 255 or 30.61% from 611); Max value from RGB is 235 - color contains mainly: red. Hex color #EBBDBB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EBBDBB is #144244. Grayscale: #CACACA. Windows color (decimal): -1327685 or 12303851. OLE color: 12303851.

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

Color convert

RGB235189187-
CMYK00.200.200.08
HSL2.5º54.55%82.75%-
HSV(B)2.5º20.43%92.16%-
XYZ61.4357.6554.9-
YUV202.53119.24151.16-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 38.46%
GREEN value IS 189 (74.22% from 255) = 30.93%
BLUE value IS 187 (73.44% from 255) = 30.61%
R=38.46%
G=30.93%
B=30.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.20
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23518918700.200.200.082.554.5582.75
HexEBBDBB01414833753
Octal3532752730242410367123
Binary111010111011110110111011010100101001000111101111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBBDBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBBDBB; }

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

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

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

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

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

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

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

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