#E9BABD

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

Shades of Blossom #E9BABD

Tints of Blossom #E9BABD

Color information

#E9BABD (or 0xE9BABD) is unknown color: approx Blossom. HEX triplet: E9, BA and BD. RGB value is (233,186,189). Sum of RGB (Red+Green+Blue) = 233+186+189=608 (80% of max value = 765). Red value is 233 (91.41% from 255 or 38.32% from 608); Green value is 186 (73.05% from 255 or 30.59% from 608); Blue value is 189 (74.22% from 255 or 31.09% from 608); Max value from RGB is 233 - color contains mainly: red. Hex color #E9BABD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E9BABD is #164542. Grayscale: #C8C8C8. Windows color (decimal): -1459523 or 12434153. OLE color: 12434153.

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

Color convert

RGB233186189-
CMYK00.200.190.09
HSL356.17º51.65%82.16%-
HSV(B)356.17º20.17%91.37%-
XYZ60.3556.1255.79-
YUV200.4121.57151.26-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 38.32%
GREEN value IS 186 (73.05% from 255) = 30.59%
BLUE value IS 189 (74.22% from 255) = 31.09%
R=38.32%
G=30.59%
B=31.09%

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
Decimal23318618900.200.190.09356.1751.6582.16
HexE9BABD0141391643452
Octal351272275024231154464122
Binary1110100110111010101111010101001001110011011001001101001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E9BABD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E9BABD; }

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

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

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

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

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

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

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

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