#EBC3BF

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

Shades of Beauty Bush #EBC3BF

Tints of Beauty Bush #EBC3BF

Color information

#EBC3BF (or 0xEBC3BF) is unknown color: approx Beauty Bush. HEX triplet: EB, C3 and BF. RGB value is (235,195,191). Sum of RGB (Red+Green+Blue) = 235+195+191=621 (82% of max value = 765). Red value is 235 (92.19% from 255 or 37.84% from 621); Green value is 195 (76.56% from 255 or 31.40% from 621); Blue value is 191 (75% from 255 or 30.76% from 621); Max value from RGB is 235 - color contains mainly: red. Hex color #EBC3BF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EBC3BF is #143C40. Grayscale: #CECECE. Windows color (decimal): -1326145 or 12567531. OLE color: 12567531.

HSL color Cylindrical-coordinate representation of color #EBC3BF: hue angle of 5.45º degrees, saturation: 0.52, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #EBC3BF is Cyan = 0, Magento = 0.17, Yellow = 0.19 and Black (K on CMYK) = 0.08.

Color convert

RGB235195191-
CMYK00.170.190.08
HSL5.45º52.38%83.53%-
HSV(B)5.45º18.72%92.16%-
XYZ63.1860.4557.63-
YUV206.5119.25148.33-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 37.84%
GREEN value IS 195 (76.56% from 255) = 31.40%
BLUE value IS 191 (75% from 255) = 30.76%
R=37.84%
G=31.40%
B=30.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.19
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23519519100.170.190.085.4552.3883.53
HexEBC3BF01113853454
Octal3533032770212310564124
Binary1110101111000011101111110100011001110001011101001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBC3BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBC3BF; }

 p { color: rgb(235,195,191); }

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

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

 a { background-color: rgb(235,195,191); }

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

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

 span { border-color: rgb(235,195,191); }

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