#EBACB5

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

Shades of Blossom #EBACB5

Tints of Blossom #EBACB5

Color information

#EBACB5 (or 0xEBACB5) is unknown color: approx Blossom. HEX triplet: EB, AC and B5. RGB value is (235,172,181). Sum of RGB (Red+Green+Blue) = 235+172+181=588 (77% of max value = 765). Red value is 235 (92.19% from 255 or 39.97% from 588); Green value is 172 (67.58% from 255 or 29.25% from 588); Blue value is 181 (71.09% from 255 or 30.78% from 588); Max value from RGB is 235 - color contains mainly: red. Hex color #EBACB5 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EBACB5 is #14534A. Grayscale: #BFBFBF. Windows color (decimal): -1332043 or 11906283. OLE color: 11906283.

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

Color convert

RGB235172181-
CMYK00.270.230.08
HSL351.43º61.17%79.8%-
HSV(B)351.43º26.81%92.16%-
XYZ57.3550.550.44-
YUV191.86121.87158.77-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 39.97%
GREEN value IS 172 (67.58% from 255) = 29.25%
BLUE value IS 181 (71.09% from 255) = 30.78%
R=39.97%
G=29.25%
B=30.78%

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
Decimal23517218100.270.230.08351.4361.1779.8
HexEBACB501B17815f3d50
Octal353254265033271053775120
Binary1110101110101100101101010110111011110001010111111111011010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBACB5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBACB5; }

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

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

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

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

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

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

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

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