#E1BABC

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

Shades of Blossom #E1BABC

Tints of Blossom #E1BABC

Color information

#E1BABC (or 0xE1BABC) is unknown color: approx Blossom. HEX triplet: E1, BA and BC. RGB value is (225,186,188). Sum of RGB (Red+Green+Blue) = 225+186+188=599 (79% of max value = 765). Red value is 225 (88.28% from 255 or 37.56% from 599); Green value is 186 (73.05% from 255 or 31.05% from 599); Blue value is 188 (73.83% from 255 or 31.39% from 599); Max value from RGB is 225 - color contains mainly: red. Hex color #E1BABC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E1BABC is #1E4543. Grayscale: #C5C5C5. Windows color (decimal): -1983812 or 12368609. OLE color: 12368609.

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

Color convert

RGB225186188-
CMYK00.170.160.12
HSL356.92º39.39%80.59%-
HSV(B)356.92º17.33%88.24%-
XYZ57.6954.7655.11-
YUV197.89122.42147.34-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 37.56%
GREEN value IS 186 (73.05% from 255) = 31.05%
BLUE value IS 188 (73.83% from 255) = 31.39%
R=37.56%
G=31.05%
B=31.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.16
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22518618800.170.160.12356.9239.3980.59
HexE1BABC01110C1652751
Octal341272274021201454547121
Binary1110000110111010101111000100011000011001011001011001111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E1BABC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E1BABC; }

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

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

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

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

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

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

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

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