#E7ADBA

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

Shades of Blossom #E7ADBA

Tints of Blossom #E7ADBA

Color information

#E7ADBA (or 0xE7ADBA) is unknown color: approx Blossom. HEX triplet: E7, AD and BA. RGB value is (231,173,186). Sum of RGB (Red+Green+Blue) = 231+173+186=590 (78% of max value = 765). Red value is 231 (90.62% from 255 or 39.15% from 590); Green value is 173 (67.97% from 255 or 29.32% from 590); Blue value is 186 (73.05% from 255 or 31.53% from 590); Max value from RGB is 231 - color contains mainly: red. Hex color #E7ADBA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E7ADBA is #185245. Grayscale: #BFBFBF. Windows color (decimal): -1593926 or 12234215. OLE color: 12234215.

HSL color Cylindrical-coordinate representation of color #E7ADBA: hue angle of 346.55º degrees, saturation: 0.55, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #E7ADBA is Cyan = 0, Magento = 0.25, Yellow = 0.19 and Black (K on CMYK) = 0.09.

Color convert

RGB231173186-
CMYK00.250.190.09
HSL346.55º54.72%79.22%-
HSV(B)346.55º25.11%90.59%-
XYZ56.7650.4253.19-
YUV191.82124.72155.94-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 39.15%
GREEN value IS 173 (67.97% from 255) = 29.32%
BLUE value IS 186 (73.05% from 255) = 31.53%
R=39.15%
G=29.32%
B=31.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.19
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23117318600.250.190.09346.5554.7279.22
HexE7ADBA01913915b374f
Octal347255272031231153367117
Binary1110011110101101101110100110011001110011010110111101111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E7ADBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E7ADBA; }

 p { color: rgb(231,173,186); }

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

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

 a { background-color: rgb(231,173,186); }

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

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

 span { border-color: rgb(231,173,186); }

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