#ebaab6

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

Shades of Blossom #EBAAB6

Tints of Blossom #EBAAB6

Color information

#EBAAB6 (or 0xEBAAB6) is unknown color: approx Blossom. HEX triplet: EB, AA and B6. RGB value is (235,170,182). Sum of RGB (Red+Green+Blue) = 235+170+182=587 (77% of max value = 765). Red value is 235 (92.19% from 255 or 40.03% from 587); Green value is 170 (66.80% from 255 or 28.96% from 587); Blue value is 182 (71.48% from 255 or 31.01% from 587); Max value from RGB is 235 - color contains mainly: red. Hex color #EBAAB6 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EBAAB6 is #145549. Grayscale: #BEBEBE. Windows color (decimal): -1332554 or 11971307. OLE color: 11971307.

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

Color convert

RGB235170182-
CMYK00.280.230.08
HSL348.92º61.9%79.41%-
HSV(B)348.92º27.66%92.16%-
XYZ57.0849.7950.86-
YUV190.8123.03159.52-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 40.03%
GREEN value IS 170 (66.80% from 255) = 28.96%
BLUE value IS 182 (71.48% from 255) = 31.01%
R=40.03%
G=28.96%
B=31.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.23
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23517018200.280.230.08348.9261.979.41
HexEBAAB601C17815d3e4f
Octal353252266034271053576117
Binary1110101110101010101101100111001011110001010111011111101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ebaab6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ebaab6; }

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

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

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

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

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

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

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

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