#E7B8BB

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

Shades of Blossom #E7B8BB

Tints of Blossom #E7B8BB

Color information

#E7B8BB (or 0xE7B8BB) is unknown color: approx Blossom. HEX triplet: E7, B8 and BB. RGB value is (231,184,187). Sum of RGB (Red+Green+Blue) = 231+184+187=602 (79% of max value = 765). Red value is 231 (90.62% from 255 or 38.37% from 602); Green value is 184 (72.27% from 255 or 30.56% from 602); Blue value is 187 (73.44% from 255 or 31.06% from 602); Max value from RGB is 231 - color contains mainly: red. Hex color #E7B8BB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E7B8BB is #184744. Grayscale: #C6C6C6. Windows color (decimal): -1591109 or 12302567. OLE color: 12302567.

HSL color Cylindrical-coordinate representation of color #E7B8BB: hue angle of 356.17º degrees, saturation: 0.49, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #E7B8BB is Cyan = 0, Magento = 0.20, Yellow = 0.19 and Black (K on CMYK) = 0.09.

Color convert

RGB231184187-
CMYK00.200.190.09
HSL356.17º49.47%81.37%-
HSV(B)356.17º20.35%90.59%-
XYZ59.0754.8654.49-
YUV198.4121.57151.26-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 38.37%
GREEN value IS 184 (72.27% from 255) = 30.56%
BLUE value IS 187 (73.44% from 255) = 31.06%
R=38.37%
G=30.56%
B=31.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.19
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23118418700.200.190.09356.1749.4781.37
HexE7B8BB0141391643151
Octal347270273024231154461121
Binary1110011110111000101110110101001001110011011001001100011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E7B8BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E7B8BB; }

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

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

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

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

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

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

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

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