#E9B6BB

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

Shades of Blossom #E9B6BB

Tints of Blossom #E9B6BB

Color information

#E9B6BB (or 0xE9B6BB) is unknown color: approx Blossom. HEX triplet: E9, B6 and BB. RGB value is (233,182,187). Sum of RGB (Red+Green+Blue) = 233+182+187=602 (79% of max value = 765). Red value is 233 (91.41% from 255 or 38.70% from 602); Green value is 182 (71.48% from 255 or 30.23% from 602); Blue value is 187 (73.44% from 255 or 31.06% from 602); Max value from RGB is 233 - color contains mainly: red. Hex color #E9B6BB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E9B6BB is #164944. Grayscale: #C5C5C5. Windows color (decimal): -1460549 or 12302057. OLE color: 12302057.

HSL color Cylindrical-coordinate representation of color #E9B6BB: hue angle of 354.12º degrees, saturation: 0.54, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #E9B6BB is Cyan = 0, Magento = 0.22, Yellow = 0.20 and Black (K on CMYK) = 0.09.

Color convert

RGB233182187-
CMYK00.220.200.09
HSL354.12º53.68%81.37%-
HSV(B)354.12º21.89%91.37%-
XYZ59.354.3754.38-
YUV197.82121.9153.09-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 38.70%
GREEN value IS 182 (71.48% from 255) = 30.23%
BLUE value IS 187 (73.44% from 255) = 31.06%
R=38.70%
G=30.23%
B=31.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.20
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23318218700.220.200.09354.1253.6881.37
HexE9B6BB0161491623651
Octal351266273026241154266121
Binary1110100110110110101110110101101010010011011000101101101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E9B6BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E9B6BB; }

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

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

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

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

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

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

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

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