#E3BDBF

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

Shades of Blossom #E3BDBF

Tints of Blossom #E3BDBF

Color information

#E3BDBF (or 0xE3BDBF) is unknown color: approx Blossom. HEX triplet: E3, BD and BF. RGB value is (227,189,191). Sum of RGB (Red+Green+Blue) = 227+189+191=607 (80% of max value = 765). Red value is 227 (89.06% from 255 or 37.40% from 607); Green value is 189 (74.22% from 255 or 31.14% from 607); Blue value is 191 (75% from 255 or 31.47% from 607); Max value from RGB is 227 - color contains mainly: red. Hex color #E3BDBF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E3BDBF is #1C4240. Grayscale: #C8C8C8. Windows color (decimal): -1851969 or 12565987. OLE color: 12565987.

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

Color convert

RGB227189191-
CMYK00.170.160.11
HSL356.84º40.43%81.57%-
HSV(B)356.84º16.74%89.02%-
XYZ59.2856.4957.07-
YUV200.59122.59146.84-

RGB Variations

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

RGB

RED value IS 227 (89.06% from 255) = 37.40%
GREEN value IS 189 (74.22% from 255) = 31.14%
BLUE value IS 191 (75% from 255) = 31.47%
R=37.40%
G=31.14%
B=31.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.16
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22718919100.170.160.11356.8440.4381.57
HexE3BDBF01110B1652852
Octal343275277021201354550122
Binary1110001110111101101111110100011000010111011001011010001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E3BDBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E3BDBF; }

 p { color: rgb(227,189,191); }

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

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

 a { background-color: rgb(227,189,191); }

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

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

 span { border-color: rgb(227,189,191); }

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