#E9BBBF

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

Shades of Blossom #E9BBBF

Tints of Blossom #E9BBBF

Color information

#E9BBBF (or 0xE9BBBF) is unknown color: approx Blossom. HEX triplet: E9, BB and BF. RGB value is (233,187,191). Sum of RGB (Red+Green+Blue) = 233+187+191=611 (80% of max value = 765). Red value is 233 (91.41% from 255 or 38.13% from 611); Green value is 187 (73.44% from 255 or 30.61% from 611); Blue value is 191 (75% from 255 or 31.26% from 611); Max value from RGB is 233 - color contains mainly: red. Hex color #E9BBBF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E9BBBF is #164440. Grayscale: #C9C9C9. Windows color (decimal): -1459265 or 12565481. OLE color: 12565481.

HSL color Cylindrical-coordinate representation of color #E9BBBF: hue angle of 354.78º degrees, saturation: 0.51, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #E9BBBF is Cyan = 0, Magento = 0.20, Yellow = 0.18 and Black (K on CMYK) = 0.09.

Color convert

RGB233187191-
CMYK00.200.180.09
HSL354.78º51.11%82.35%-
HSV(B)354.78º19.74%91.37%-
XYZ60.7856.6357.02-
YUV201.21122.24150.67-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 38.13%
GREEN value IS 187 (73.44% from 255) = 30.61%
BLUE value IS 191 (75% from 255) = 31.26%
R=38.13%
G=30.61%
B=31.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.18
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23318719100.200.180.09354.7851.1182.35
HexE9BBBF0141291633352
Octal351273277024221154363122
Binary1110100110111011101111110101001001010011011000111100111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E9BBBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E9BBBF; }

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

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

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

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

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

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

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

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