#E0BBBF

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

Shades of Blossom #E0BBBF

Tints of Blossom #E0BBBF

Color information

#E0BBBF (or 0xE0BBBF) is unknown color: approx Blossom. HEX triplet: E0, BB and BF. RGB value is (224,187,191). Sum of RGB (Red+Green+Blue) = 224+187+191=602 (79% of max value = 765). Red value is 224 (87.89% from 255 or 37.21% from 602); Green value is 187 (73.44% from 255 or 31.06% from 602); Blue value is 191 (75% from 255 or 31.73% from 602); Max value from RGB is 224 - color contains mainly: red. Hex color #E0BBBF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E0BBBF is #1F4440. Grayscale: #C6C6C6. Windows color (decimal): -2049089 or 12565472. OLE color: 12565472.

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

Color convert

RGB224187191-
CMYK00.170.150.12
HSL353.51º37.37%80.59%-
HSV(B)353.51º16.52%87.84%-
XYZ57.9155.1556.88-
YUV198.52123.76146.17-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 37.21%
GREEN value IS 187 (73.44% from 255) = 31.06%
BLUE value IS 191 (75% from 255) = 31.73%
R=37.21%
G=31.06%
B=31.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.15
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22418719100.170.150.12353.5137.3780.59
HexE0BBBF011FC1622551
Octal340273277021171454245121
Binary111000001011101110111111010001111111001011000101001011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E0BBBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E0BBBF; }

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

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

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

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

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

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

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

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