#EBACB6

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

Shades of Blossom #EBACB6

Tints of Blossom #EBACB6

Color information

#EBACB6 (or 0xEBACB6) is unknown color: approx Blossom. HEX triplet: EB, AC and B6. RGB value is (235,172,182). Sum of RGB (Red+Green+Blue) = 235+172+182=589 (78% of max value = 765). Red value is 235 (92.19% from 255 or 39.90% from 589); Green value is 172 (67.58% from 255 or 29.20% from 589); Blue value is 182 (71.48% from 255 or 30.90% from 589); Max value from RGB is 235 - color contains mainly: red. Hex color #EBACB6 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EBACB6 is #145349. Grayscale: #C0C0C0. Windows color (decimal): -1332042 or 11971819. OLE color: 11971819.

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

Color convert

RGB235172182-
CMYK00.270.230.08
HSL350.48º61.17%79.8%-
HSV(B)350.48º26.81%92.16%-
XYZ57.4650.5450.98-
YUV191.98122.37158.69-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 39.90%
GREEN value IS 172 (67.58% from 255) = 29.20%
BLUE value IS 182 (71.48% from 255) = 30.90%
R=39.90%
G=29.20%
B=30.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.23
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23517218200.270.230.08350.4861.1779.8
HexEBACB601B17815e3d50
Octal353254266033271053675120
Binary1110101110101100101101100110111011110001010111101111011010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBACB6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBACB6; }

 p { color: rgb(235,172,182); }

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

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

 a { background-color: rgb(235,172,182); }

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

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

 span { border-color: rgb(235,172,182); }

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