#E7B9BC

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

Shades of Blossom #E7B9BC

Tints of Blossom #E7B9BC

Color information

#E7B9BC (or 0xE7B9BC) is unknown color: approx Blossom. HEX triplet: E7, B9 and BC. RGB value is (231,185,188). Sum of RGB (Red+Green+Blue) = 231+185+188=604 (80% of max value = 765). Red value is 231 (90.62% from 255 or 38.25% from 604); Green value is 185 (72.66% from 255 or 30.63% from 604); Blue value is 188 (73.83% from 255 or 31.13% from 604); Max value from RGB is 231 - color contains mainly: red. Hex color #E7B9BC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E7B9BC is #184643. Grayscale: #C7C7C7. Windows color (decimal): -1590852 or 12368359. OLE color: 12368359.

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

Color convert

RGB231185188-
CMYK00.200.190.09
HSL356.09º48.94%81.57%-
HSV(B)356.09º19.91%90.59%-
XYZ59.3855.3255.12-
YUV199.1121.74150.76-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 38.25%
GREEN value IS 185 (72.66% from 255) = 30.63%
BLUE value IS 188 (73.83% from 255) = 31.13%
R=38.25%
G=30.63%
B=31.13%

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
Decimal23118518800.200.190.09356.0948.9481.57
HexE7B9BC0141391643152
Octal347271274024231154461122
Binary1110011110111001101111000101001001110011011001001100011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E7B9BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E7B9BC; }

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

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

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

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

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

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

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

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