#e3b6bc

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

Shades of Blossom #E3B6BC

Tints of Blossom #E3B6BC

Color information

#E3B6BC (or 0xE3B6BC) is unknown color: approx Blossom. HEX triplet: E3, B6 and BC. RGB value is (227,182,188). Sum of RGB (Red+Green+Blue) = 227+182+188=597 (79% of max value = 765). Red value is 227 (89.06% from 255 or 38.02% from 597); Green value is 182 (71.48% from 255 or 30.49% from 597); Blue value is 188 (73.83% from 255 or 31.49% from 597); Max value from RGB is 227 - color contains mainly: red. Hex color #E3B6BC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E3B6BC is #1C4943. Grayscale: #C4C4C4. Windows color (decimal): -1853764 or 12367587. OLE color: 12367587.

HSL color Cylindrical-coordinate representation of color #E3B6BC: hue angle of 352º degrees, saturation: 0.45, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #E3B6BC is Cyan = 0, Magento = 0.20, Yellow = 0.17 and Black (K on CMYK) = 0.11.

Color convert

RGB227182188-
CMYK00.200.170.11
HSL352º44.55%80.2%-
HSV(B)352º19.82%89.02%-
XYZ57.4853.4254.86-
YUV196.14123.41150.01-

RGB Variations

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

RGB

RED value IS 227 (89.06% from 255) = 38.02%
GREEN value IS 182 (71.48% from 255) = 30.49%
BLUE value IS 188 (73.83% from 255) = 31.49%
R=38.02%
G=30.49%
B=31.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.17
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22718218800.200.170.1135244.5580.2
HexE3B6BC01411B1602d50
Octal343266274024211354055120
Binary1110001110110110101111000101001000110111011000001011011010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #e3b6bc

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #e3b6bc; }

 p { color: rgb(227,182,188); }

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

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

 a { background-color: rgb(227,182,188); }

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

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

 span { border-color: rgb(227,182,188); }

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