#E1B7BA

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

Shades of Blossom #E1B7BA

Tints of Blossom #E1B7BA

Color information

#E1B7BA (or 0xE1B7BA) is unknown color: approx Blossom. HEX triplet: E1, B7 and BA. RGB value is (225,183,186). Sum of RGB (Red+Green+Blue) = 225+183+186=594 (78% of max value = 765). Red value is 225 (88.28% from 255 or 37.88% from 594); Green value is 183 (71.88% from 255 or 30.81% from 594); Blue value is 186 (73.05% from 255 or 31.31% from 594); Max value from RGB is 225 - color contains mainly: red. Hex color #E1B7BA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E1B7BA is #1E4845. Grayscale: #C3C3C3. Windows color (decimal): -1984582 or 12236769. OLE color: 12236769.

HSL color Cylindrical-coordinate representation of color #E1B7BA: hue angle of 355.71º degrees, saturation: 0.41, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #E1B7BA is Cyan = 0, Magento = 0.19, Yellow = 0.17 and Black (K on CMYK) = 0.12.

Color convert

RGB225183186-
CMYK00.190.170.12
HSL355.71º41.18%80%-
HSV(B)355.71º18.67%88.24%-
XYZ56.8553.4253.77-
YUV195.9122.41148.76-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 37.88%
GREEN value IS 183 (71.88% from 255) = 30.81%
BLUE value IS 186 (73.05% from 255) = 31.31%
R=37.88%
G=30.81%
B=31.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.17
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22518318600.190.170.12355.7141.1880
HexE1B7BA01311C1642950
Octal341267272023211454451120
Binary1110000110110111101110100100111000111001011001001010011010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E1B7BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E1B7BA; }

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

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

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

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

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

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

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

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