#E7B8BC

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

Shades of Blossom #E7B8BC

Tints of Blossom #E7B8BC

Color information

#E7B8BC (or 0xE7B8BC) is unknown color: approx Blossom. HEX triplet: E7, B8 and BC. RGB value is (231,184,188). Sum of RGB (Red+Green+Blue) = 231+184+188=603 (79% of max value = 765). Red value is 231 (90.62% from 255 or 38.31% from 603); Green value is 184 (72.27% from 255 or 30.51% from 603); Blue value is 188 (73.83% from 255 or 31.18% from 603); Max value from RGB is 231 - color contains mainly: red. Hex color #E7B8BC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E7B8BC is #184743. Grayscale: #C6C6C6. Windows color (decimal): -1591108 or 12368103. OLE color: 12368103.

HSL color Cylindrical-coordinate representation of color #E7B8BC: hue angle of 354.89º 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 #E7B8BC is Cyan = 0, Magento = 0.20, Yellow = 0.19 and Black (K on CMYK) = 0.09.

Color convert

RGB231184188-
CMYK00.200.190.09
HSL354.89º49.47%81.37%-
HSV(B)354.89º20.35%90.59%-
XYZ59.1754.955.06-
YUV198.51122.07151.17-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 38.31%
GREEN value IS 184 (72.27% from 255) = 30.51%
BLUE value IS 188 (73.83% from 255) = 31.18%
R=38.31%
G=30.51%
B=31.18%

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
Decimal23118418800.200.190.09354.8949.4781.37
HexE7B8BC0141391633151
Octal347270274024231154361121
Binary1110011110111000101111000101001001110011011000111100011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E7B8BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E7B8BC; }

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

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

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

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

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

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

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

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