#E9B9BD

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

Shades of Blossom #E9B9BD

Tints of Blossom #E9B9BD

Color information

#E9B9BD (or 0xE9B9BD) is unknown color: approx Blossom. HEX triplet: E9, B9 and BD. RGB value is (233,185,189). Sum of RGB (Red+Green+Blue) = 233+185+189=607 (80% of max value = 765). Red value is 233 (91.41% from 255 or 38.39% from 607); Green value is 185 (72.66% from 255 or 30.48% from 607); Blue value is 189 (74.22% from 255 or 31.14% from 607); Max value from RGB is 233 - color contains mainly: red. Hex color #E9B9BD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E9B9BD is #164642. Grayscale: #C7C7C7. Windows color (decimal): -1459779 or 12433897. OLE color: 12433897.

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

Color convert

RGB233185189-
CMYK00.210.190.09
HSL355º52.17%81.96%-
HSV(B)355º20.6%91.37%-
XYZ60.1455.755.72-
YUV199.81121.9151.67-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 38.39%
GREEN value IS 185 (72.66% from 255) = 30.48%
BLUE value IS 189 (74.22% from 255) = 31.14%
R=38.39%
G=30.48%
B=31.14%

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
Decimal23318518900.210.190.0935552.1781.96
HexE9B9BD0151391633452
Octal351271275025231154364122
Binary1110100110111001101111010101011001110011011000111101001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E9B9BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E9B9BD; }

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

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

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

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

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

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

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

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