#E2BABC

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

Shades of Blossom #E2BABC

Tints of Blossom #E2BABC

Color information

#E2BABC (or 0xE2BABC) is unknown color: approx Blossom. HEX triplet: E2, BA and BC. RGB value is (226,186,188). Sum of RGB (Red+Green+Blue) = 226+186+188=600 (79% of max value = 765). Red value is 226 (88.67% from 255 or 37.67% from 600); Green value is 186 (73.05% from 255 or 31% from 600); Blue value is 188 (73.83% from 255 or 31.33% from 600); Max value from RGB is 226 - color contains mainly: red. Hex color #E2BABC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E2BABC is #1D4543. Grayscale: #C6C6C6. Windows color (decimal): -1918276 or 12368610. OLE color: 12368610.

HSL color Cylindrical-coordinate representation of color #E2BABC: hue angle of 357º 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 #E2BABC is Cyan = 0, Magento = 0.18, Yellow = 0.17 and Black (K on CMYK) = 0.11.

Color convert

RGB226186188-
CMYK00.180.170.11
HSL357º40.82%80.78%-
HSV(B)357º17.7%88.63%-
XYZ5854.9255.12-
YUV198.19122.25147.84-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 37.67%
GREEN value IS 186 (73.05% from 255) = 31%
BLUE value IS 188 (73.83% from 255) = 31.33%
R=37.67%
G=31%
B=31.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.17
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22618618800.180.170.1135740.8280.78
HexE2BABC01211B1652951
Octal342272274022211354551121
Binary1110001010111010101111000100101000110111011001011010011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E2BABC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E2BABC; }

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

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

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

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

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

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

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

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