#EBAAB9

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

Shades of Blossom #EBAAB9

Tints of Blossom #EBAAB9

Color information

#EBAAB9 (or 0xEBAAB9) is unknown color: approx Blossom. HEX triplet: EB, AA and B9. RGB value is (235,170,185). Sum of RGB (Red+Green+Blue) = 235+170+185=590 (78% of max value = 765). Red value is 235 (92.19% from 255 or 39.83% from 590); Green value is 170 (66.80% from 255 or 28.81% from 590); Blue value is 185 (72.66% from 255 or 31.36% from 590); Max value from RGB is 235 - color contains mainly: red. Hex color #EBAAB9 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EBAAB9 is #145546. Grayscale: #BFBFBF. Windows color (decimal): -1332551 or 12167915. OLE color: 12167915.

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

Color convert

RGB235170185-
CMYK00.280.210.08
HSL346.15º61.9%79.41%-
HSV(B)346.15º27.66%92.16%-
XYZ57.3949.9152.51-
YUV191.14124.53159.28-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 39.83%
GREEN value IS 170 (66.80% from 255) = 28.81%
BLUE value IS 185 (72.66% from 255) = 31.36%
R=39.83%
G=28.81%
B=31.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.21
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23517018500.280.210.08346.1561.979.41
HexEBAAB901C15815a3e4f
Octal353252271034251053276117
Binary1110101110101010101110010111001010110001010110101111101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBAAB9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBAAB9; }

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

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

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

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

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

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

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

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