#E2BABD

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

Shades of Blossom #E2BABD

Tints of Blossom #E2BABD

Color information

#E2BABD (or 0xE2BABD) is unknown color: approx Blossom. HEX triplet: E2, BA and BD. RGB value is (226,186,189). Sum of RGB (Red+Green+Blue) = 226+186+189=601 (79% of max value = 765). Red value is 226 (88.67% from 255 or 37.60% from 601); Green value is 186 (73.05% from 255 or 30.95% from 601); Blue value is 189 (74.22% from 255 or 31.45% from 601); Max value from RGB is 226 - color contains mainly: red. Hex color #E2BABD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E2BABD is #1D4542. Grayscale: #C6C6C6. Windows color (decimal): -1918275 or 12434146. OLE color: 12434146.

HSL color Cylindrical-coordinate representation of color #E2BABD: hue angle of 355.5º degrees, saturation: 0.41, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #E2BABD is Cyan = 0, Magento = 0.18, Yellow = 0.16 and Black (K on CMYK) = 0.11.

Color convert

RGB226186189-
CMYK00.180.160.11
HSL355.5º40.82%80.78%-
HSV(B)355.5º17.7%88.63%-
XYZ58.1154.9655.69-
YUV198.3122.75147.76-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 37.60%
GREEN value IS 186 (73.05% from 255) = 30.95%
BLUE value IS 189 (74.22% from 255) = 31.45%
R=37.60%
G=30.95%
B=31.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.16
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22618618900.180.160.11355.540.8280.78
HexE2BABD01210B1642951
Octal342272275022201354451121
Binary1110001010111010101111010100101000010111011001001010011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E2BABD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E2BABD; }

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

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

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

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

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

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

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

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