#E1BBBD

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

Shades of Blossom #E1BBBD

Tints of Blossom #E1BBBD

Color information

#E1BBBD (or 0xE1BBBD) is unknown color: approx Blossom. HEX triplet: E1, BB and BD. RGB value is (225,187,189). Sum of RGB (Red+Green+Blue) = 225+187+189=601 (79% of max value = 765). Red value is 225 (88.28% from 255 or 37.44% from 601); Green value is 187 (73.44% from 255 or 31.11% from 601); Blue value is 189 (74.22% from 255 or 31.45% from 601); Max value from RGB is 225 - color contains mainly: red. Hex color #E1BBBD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E1BBBD is #1E4442. Grayscale: #C6C6C6. Windows color (decimal): -1983555 or 12434401. OLE color: 12434401.

HSL color Cylindrical-coordinate representation of color #E1BBBD: hue angle of 356.84º 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 #E1BBBD is Cyan = 0, Magento = 0.17, Yellow = 0.16 and Black (K on CMYK) = 0.12.

Color convert

RGB225187189-
CMYK00.170.160.12
HSL356.84º38.78%80.78%-
HSV(B)356.84º16.89%88.24%-
XYZ58.0155.2255.75-
YUV198.59122.59146.84-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 37.44%
GREEN value IS 187 (73.44% from 255) = 31.11%
BLUE value IS 189 (74.22% from 255) = 31.45%
R=37.44%
G=31.11%
B=31.45%

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
Decimal22518718900.170.160.12356.8438.7880.78
HexE1BBBD01110C1652751
Octal341273275021201454547121
Binary1110000110111011101111010100011000011001011001011001111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E1BBBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E1BBBD; }

 p { color: rgb(225,187,189); }

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

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

 a { background-color: rgb(225,187,189); }

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

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

 span { border-color: rgb(225,187,189); }

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