#E7BBBF

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

Shades of Blossom #E7BBBF

Tints of Blossom #E7BBBF

Color information

#E7BBBF (or 0xE7BBBF) is unknown color: approx Blossom. HEX triplet: E7, BB and BF. RGB value is (231,187,191). Sum of RGB (Red+Green+Blue) = 231+187+191=609 (80% of max value = 765). Red value is 231 (90.62% from 255 or 37.93% from 609); Green value is 187 (73.44% from 255 or 30.71% from 609); Blue value is 191 (75% from 255 or 31.36% from 609); Max value from RGB is 231 - color contains mainly: red. Hex color #E7BBBF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E7BBBF is #184440. Grayscale: #C8C8C8. Windows color (decimal): -1590337 or 12565479. OLE color: 12565479.

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

Color convert

RGB231187191-
CMYK00.190.170.09
HSL354.55º47.83%81.96%-
HSV(B)354.55º19.05%90.59%-
XYZ60.1356.2956.99-
YUV200.61122.58149.67-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 37.93%
GREEN value IS 187 (73.44% from 255) = 30.71%
BLUE value IS 191 (75% from 255) = 31.36%
R=37.93%
G=30.71%
B=31.36%

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
Decimal23118719100.190.170.09354.5547.8381.96
HexE7BBBF0131191633052
Octal347273277023211154360122
Binary1110011110111011101111110100111000110011011000111100001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E7BBBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E7BBBF; }

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

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

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

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

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

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

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

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