#EBACB4

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

Shades of Blossom #EBACB4

Tints of Blossom #EBACB4

Color information

#EBACB4 (or 0xEBACB4) is unknown color: approx Blossom. HEX triplet: EB, AC and B4. RGB value is (235,172,180). Sum of RGB (Red+Green+Blue) = 235+172+180=587 (77% of max value = 765). Red value is 235 (92.19% from 255 or 40.03% from 587); Green value is 172 (67.58% from 255 or 29.30% from 587); Blue value is 180 (70.70% from 255 or 30.66% from 587); Max value from RGB is 235 - color contains mainly: red. Hex color #EBACB4 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EBACB4 is #14534B. Grayscale: #BFBFBF. Windows color (decimal): -1332044 or 11840747. OLE color: 11840747.

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

Color convert

RGB235172180-
CMYK00.270.230.08
HSL352.38º61.17%79.8%-
HSV(B)352.38º26.81%92.16%-
XYZ57.2550.4649.9-
YUV191.75121.37158.85-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 40.03%
GREEN value IS 172 (67.58% from 255) = 29.30%
BLUE value IS 180 (70.70% from 255) = 30.66%
R=40.03%
G=29.30%
B=30.66%

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
Decimal23517218000.270.230.08352.3861.1779.8
HexEBACB401B1781603d50
Octal353254264033271054075120
Binary1110101110101100101101000110111011110001011000001111011010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBACB4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBACB4; }

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

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

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

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

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

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

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

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