#E7BDBE

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

Shades of Blossom #E7BDBE

Tints of Blossom #E7BDBE

Color information

#E7BDBE (or 0xE7BDBE) is unknown color: approx Blossom. HEX triplet: E7, BD and BE. RGB value is (231,189,190). Sum of RGB (Red+Green+Blue) = 231+189+190=610 (80% of max value = 765). Red value is 231 (90.62% from 255 or 37.87% from 610); Green value is 189 (74.22% from 255 or 30.98% from 610); Blue value is 190 (74.61% from 255 or 31.15% from 610); Max value from RGB is 231 - color contains mainly: red. Hex color #E7BDBE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E7BDBE is #184241. Grayscale: #C9C9C9. Windows color (decimal): -1589826 or 12500455. OLE color: 12500455.

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

Color convert

RGB231189190-
CMYK00.180.180.09
HSL358.57º46.67%82.35%-
HSV(B)358.57º18.18%90.59%-
XYZ60.4557.156.55-
YUV201.67121.41148.92-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 37.87%
GREEN value IS 189 (74.22% from 255) = 30.98%
BLUE value IS 190 (74.61% from 255) = 31.15%
R=37.87%
G=30.98%
B=31.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.18
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23118919000.180.180.09358.5746.6782.35
HexE7BDBE0121291672f52
Octal347275276022221154757122
Binary1110011110111101101111100100101001010011011001111011111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E7BDBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E7BDBE; }

 p { color: rgb(231,189,190); }

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

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

 a { background-color: rgb(231,189,190); }

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

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

 span { border-color: rgb(231,189,190); }

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