#E5BBBF

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

Shades of Blossom #E5BBBF

Tints of Blossom #E5BBBF

Color information

#E5BBBF (or 0xE5BBBF) is unknown color: approx Blossom. HEX triplet: E5, BB and BF. RGB value is (229,187,191). Sum of RGB (Red+Green+Blue) = 229+187+191=607 (80% of max value = 765). Red value is 229 (89.84% from 255 or 37.73% from 607); Green value is 187 (73.44% from 255 or 30.81% from 607); Blue value is 191 (75% from 255 or 31.47% from 607); Max value from RGB is 229 - color contains mainly: red. Hex color #E5BBBF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E5BBBF is #1A4440. Grayscale: #C8C8C8. Windows color (decimal): -1721409 or 12565477. OLE color: 12565477.

HSL color Cylindrical-coordinate representation of color #E5BBBF: hue angle of 354.29º degrees, saturation: 0.45, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #E5BBBF is Cyan = 0, Magento = 0.18, Yellow = 0.17 and Black (K on CMYK) = 0.10.

Color convert

RGB229187191-
CMYK00.180.170.10
HSL354.29º44.68%81.57%-
HSV(B)354.29º18.34%89.8%-
XYZ59.4955.9656.96-
YUV200.01122.91148.67-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 37.73%
GREEN value IS 187 (73.44% from 255) = 30.81%
BLUE value IS 191 (75% from 255) = 31.47%
R=37.73%
G=30.81%
B=31.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.17
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal22918719100.180.170.10354.2944.6881.57
HexE5BBBF01211A1622d52
Octal345273277022211254255122
Binary1110010110111011101111110100101000110101011000101011011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E5BBBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E5BBBF; }

 p { color: rgb(229,187,191); }

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

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

 a { background-color: rgb(229,187,191); }

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

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

 span { border-color: rgb(229,187,191); }

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