#E1B3BA

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

Shades of Blossom #E1B3BA

Tints of Blossom #E1B3BA

Color information

#E1B3BA (or 0xE1B3BA) is unknown color: approx Blossom. HEX triplet: E1, B3 and BA. RGB value is (225,179,186). Sum of RGB (Red+Green+Blue) = 225+179+186=590 (78% of max value = 765). Red value is 225 (88.28% from 255 or 38.14% from 590); Green value is 179 (70.31% from 255 or 30.34% from 590); Blue value is 186 (73.05% from 255 or 31.53% from 590); Max value from RGB is 225 - color contains mainly: red. Hex color #E1B3BA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E1B3BA is #1E4C45. Grayscale: #C1C1C1. Windows color (decimal): -1985606 or 12235745. OLE color: 12235745.

HSL color Cylindrical-coordinate representation of color #E1B3BA: hue angle of 350.87º degrees, saturation: 0.43, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #E1B3BA is Cyan = 0, Magento = 0.20, Yellow = 0.17 and Black (K on CMYK) = 0.12.

Color convert

RGB225179186-
CMYK00.200.170.12
HSL350.87º43.4%79.22%-
HSV(B)350.87º20.44%88.24%-
XYZ56.0351.7953.5-
YUV193.55123.74150.43-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 38.14%
GREEN value IS 179 (70.31% from 255) = 30.34%
BLUE value IS 186 (73.05% from 255) = 31.53%
R=38.14%
G=30.34%
B=31.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.17
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22517918600.200.170.12350.8743.479.22
HexE1B3BA01411C15f2b4f
Octal341263272024211453753117
Binary1110000110110011101110100101001000111001010111111010111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E1B3BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E1B3BA; }

 p { color: rgb(225,179,186); }

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

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

 a { background-color: rgb(225,179,186); }

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

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

 span { border-color: rgb(225,179,186); }

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