#E7BBBD

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

Shades of Blossom #E7BBBD

Tints of Blossom #E7BBBD

Color information

#E7BBBD (or 0xE7BBBD) is unknown color: approx Blossom. HEX triplet: E7, BB and BD. RGB value is (231,187,189). Sum of RGB (Red+Green+Blue) = 231+187+189=607 (80% of max value = 765). Red value is 231 (90.62% from 255 or 38.06% from 607); Green value is 187 (73.44% from 255 or 30.81% from 607); Blue value is 189 (74.22% from 255 or 31.14% from 607); Max value from RGB is 231 - color contains mainly: red. Hex color #E7BBBD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E7BBBD is #184442. Grayscale: #C8C8C8. Windows color (decimal): -1590339 or 12434407. OLE color: 12434407.

HSL color Cylindrical-coordinate representation of color #E7BBBD: hue angle of 357.27º degrees, saturation: 0.48, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #E7BBBD is Cyan = 0, Magento = 0.19, Yellow = 0.18 and Black (K on CMYK) = 0.09.

Color convert

RGB231187189-
CMYK00.190.180.09
HSL357.27º47.83%81.96%-
HSV(B)357.27º19.05%90.59%-
XYZ59.9156.255.83-
YUV200.38121.58149.84-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 38.06%
GREEN value IS 187 (73.44% from 255) = 30.81%
BLUE value IS 189 (74.22% from 255) = 31.14%
R=38.06%
G=30.81%
B=31.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.18
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23118718900.190.180.09357.2747.8381.96
HexE7BBBD0131291653052
Octal347273275023221154560122
Binary1110011110111011101111010100111001010011011001011100001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E7BBBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E7BBBD; }

 p { color: rgb(231,187,189); }

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

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

 a { background-color: rgb(231,187,189); }

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

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

 span { border-color: rgb(231,187,189); }

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