#E9BBBD

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

Shades of Blossom #E9BBBD

Tints of Blossom #E9BBBD

Color information

#E9BBBD (or 0xE9BBBD) is unknown color: approx Blossom. HEX triplet: E9, BB and BD. RGB value is (233,187,189). Sum of RGB (Red+Green+Blue) = 233+187+189=609 (80% of max value = 765). Red value is 233 (91.41% from 255 or 38.26% from 609); Green value is 187 (73.44% from 255 or 30.71% from 609); Blue value is 189 (74.22% from 255 or 31.03% from 609); Max value from RGB is 233 - color contains mainly: red. Hex color #E9BBBD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E9BBBD is #164442. Grayscale: #C9C9C9. Windows color (decimal): -1459267 or 12434409. OLE color: 12434409.

HSL color Cylindrical-coordinate representation of color #E9BBBD: hue angle of 357.39º 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 #E9BBBD is Cyan = 0, Magento = 0.20, Yellow = 0.19 and Black (K on CMYK) = 0.09.

Color convert

RGB233187189-
CMYK00.200.190.09
HSL357.39º51.11%82.35%-
HSV(B)357.39º19.74%91.37%-
XYZ60.5656.5455.87-
YUV200.98121.24150.84-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 38.26%
GREEN value IS 187 (73.44% from 255) = 30.71%
BLUE value IS 189 (74.22% from 255) = 31.03%
R=38.26%
G=30.71%
B=31.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.19
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23318718900.200.190.09357.3951.1182.35
HexE9BBBD0141391653352
Octal351273275024231154563122
Binary1110100110111011101111010101001001110011011001011100111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E9BBBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E9BBBD; }

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

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

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

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

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

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

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

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