#E7BCC0

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

Shades of Blossom #E7BCC0

Tints of Blossom #E7BCC0

Color information

#E7BCC0 (or 0xE7BCC0) is unknown color: approx Blossom. HEX triplet: E7, BC and C0. RGB value is (231,188,192). Sum of RGB (Red+Green+Blue) = 231+188+192=611 (80% of max value = 765). Red value is 231 (90.62% from 255 or 37.81% from 611); Green value is 188 (73.83% from 255 or 30.77% from 611); Blue value is 192 (75.39% from 255 or 31.42% from 611); Max value from RGB is 231 - color contains mainly: red. Hex color #E7BCC0 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E7BCC0 is #18433F. Grayscale: #C9C9C9. Windows color (decimal): -1590080 or 12631271. OLE color: 12631271.

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

Color convert

RGB231188192-
CMYK00.190.170.09
HSL354.42º47.25%82.16%-
HSV(B)354.42º18.61%90.59%-
XYZ60.4556.7657.64-
YUV201.31122.75149.17-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 37.81%
GREEN value IS 188 (73.83% from 255) = 30.77%
BLUE value IS 192 (75.39% from 255) = 31.42%
R=37.81%
G=30.77%
B=31.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.17
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23118819200.190.170.09354.4247.2582.16
HexE7BCC00131191622f52
Octal347274300023211154257122
Binary1110011110111100110000000100111000110011011000101011111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E7BCC0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E7BCC0; }

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

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

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

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

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

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

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

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