#E5BABD

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

Shades of Blossom #E5BABD

Tints of Blossom #E5BABD

Color information

#E5BABD (or 0xE5BABD) is unknown color: approx Blossom. HEX triplet: E5, BA and BD. RGB value is (229,186,189). Sum of RGB (Red+Green+Blue) = 229+186+189=604 (80% of max value = 765). Red value is 229 (89.84% from 255 or 37.91% from 604); Green value is 186 (73.05% from 255 or 30.79% from 604); Blue value is 189 (74.22% from 255 or 31.29% from 604); Max value from RGB is 229 - color contains mainly: red. Hex color #E5BABD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E5BABD is #1A4542. Grayscale: #C7C7C7. Windows color (decimal): -1721667 or 12434149. OLE color: 12434149.

HSL color Cylindrical-coordinate representation of color #E5BABD: hue angle of 355.81º degrees, saturation: 0.45, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #E5BABD is Cyan = 0, Magento = 0.19, Yellow = 0.17 and Black (K on CMYK) = 0.10.

Color convert

RGB229186189-
CMYK00.190.170.10
HSL355.81º45.26%81.37%-
HSV(B)355.81º18.78%89.8%-
XYZ59.0655.4555.73-
YUV199.2122.25149.26-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 37.91%
GREEN value IS 186 (73.05% from 255) = 30.79%
BLUE value IS 189 (74.22% from 255) = 31.29%
R=37.91%
G=30.79%
B=31.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.17
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal22918618900.190.170.10355.8145.2681.37
HexE5BABD01311A1642d51
Octal345272275023211254455121
Binary1110010110111010101111010100111000110101011001001011011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E5BABD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E5BABD; }

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

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

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

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

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

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

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

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