#E9B7BD

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

Shades of Blossom #E9B7BD

Tints of Blossom #E9B7BD

Color information

#E9B7BD (or 0xE9B7BD) is unknown color: approx Blossom. HEX triplet: E9, B7 and BD. RGB value is (233,183,189). Sum of RGB (Red+Green+Blue) = 233+183+189=605 (80% of max value = 765). Red value is 233 (91.41% from 255 or 38.51% from 605); Green value is 183 (71.88% from 255 or 30.25% from 605); Blue value is 189 (74.22% from 255 or 31.24% from 605); Max value from RGB is 233 - color contains mainly: red. Hex color #E9B7BD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E9B7BD is #164842. Grayscale: #C6C6C6. Windows color (decimal): -1460291 or 12433385. OLE color: 12433385.

HSL color Cylindrical-coordinate representation of color #E9B7BD: hue angle of 352.8º degrees, saturation: 0.53, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #E9B7BD is Cyan = 0, Magento = 0.21, Yellow = 0.19 and Black (K on CMYK) = 0.09.

Color convert

RGB233183189-
CMYK00.210.190.09
HSL352.8º53.19%81.57%-
HSV(B)352.8º21.46%91.37%-
XYZ59.7254.8655.59-
YUV198.63122.56152.51-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 38.51%
GREEN value IS 183 (71.88% from 255) = 30.25%
BLUE value IS 189 (74.22% from 255) = 31.24%
R=38.51%
G=30.25%
B=31.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.19
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23318318900.210.190.09352.853.1981.57
HexE9B7BD0151391613552
Octal351267275025231154165122
Binary1110100110110111101111010101011001110011011000011101011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E9B7BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E9B7BD; }

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

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

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

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

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

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

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

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