#EDB3BA

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

Shades of Blossom #EDB3BA

Tints of Blossom #EDB3BA

Color information

#EDB3BA (or 0xEDB3BA) is unknown color: approx Blossom. HEX triplet: ED, B3 and BA. RGB value is (237,179,186). Sum of RGB (Red+Green+Blue) = 237+179+186=602 (79% of max value = 765). Red value is 237 (92.97% from 255 or 39.37% from 602); Green value is 179 (70.31% from 255 or 29.73% from 602); Blue value is 186 (73.05% from 255 or 30.90% from 602); Max value from RGB is 237 - color contains mainly: red. Hex color #EDB3BA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EDB3BA is #124C45. Grayscale: #C5C5C5. Windows color (decimal): -1199174 or 12235757. OLE color: 12235757.

HSL color Cylindrical-coordinate representation of color #EDB3BA: hue angle of 352.76º degrees, saturation: 0.62, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #EDB3BA is Cyan = 0, Magento = 0.24, Yellow = 0.22 and Black (K on CMYK) = 0.07.

Color convert

RGB237179186-
CMYK00.240.220.07
HSL352.76º61.7%81.57%-
HSV(B)352.76º24.47%92.94%-
XYZ59.9153.7953.68-
YUV197.14121.72156.43-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 39.37%
GREEN value IS 179 (70.31% from 255) = 29.73%
BLUE value IS 186 (73.05% from 255) = 30.90%
R=39.37%
G=29.73%
B=30.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.22
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23717918600.240.220.07352.7661.781.57
HexEDB3BA0181671613e52
Octal35526327203026754176122
Binary111011011011001110111010011000101101111011000011111101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDB3BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDB3BA; }

 p { color: rgb(237,179,186); }

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

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

 a { background-color: rgb(237,179,186); }

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

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

 span { border-color: rgb(237,179,186); }

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