#E2BBBF

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

Shades of Blossom #E2BBBF

Tints of Blossom #E2BBBF

Color information

#E2BBBF (or 0xE2BBBF) is unknown color: approx Blossom. HEX triplet: E2, BB and BF. RGB value is (226,187,191). Sum of RGB (Red+Green+Blue) = 226+187+191=604 (80% of max value = 765). Red value is 226 (88.67% from 255 or 37.42% from 604); Green value is 187 (73.44% from 255 or 30.96% from 604); Blue value is 191 (75% from 255 or 31.62% from 604); Max value from RGB is 226 - color contains mainly: red. Hex color #E2BBBF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E2BBBF is #1D4440. Grayscale: #C7C7C7. Windows color (decimal): -1918017 or 12565474. OLE color: 12565474.

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

Color convert

RGB226187191-
CMYK00.170.150.11
HSL353.85º40.21%80.98%-
HSV(B)353.85º17.26%88.63%-
XYZ58.5455.4756.91-
YUV199.12123.42147.17-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 37.42%
GREEN value IS 187 (73.44% from 255) = 30.96%
BLUE value IS 191 (75% from 255) = 31.62%
R=37.42%
G=30.96%
B=31.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.15
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22618719100.170.150.11353.8540.2180.98
HexE2BBBF011FB1622851
Octal342273277021171354250121
Binary111000101011101110111111010001111110111011000101010001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E2BBBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E2BBBF; }

 p { color: rgb(226,187,191); }

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

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

 a { background-color: rgb(226,187,191); }

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

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

 span { border-color: rgb(226,187,191); }

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