#EDB0BA

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

Shades of Blossom #EDB0BA

Tints of Blossom #EDB0BA

Color information

#EDB0BA (or 0xEDB0BA) is unknown color: approx Blossom. HEX triplet: ED, B0 and BA. RGB value is (237,176,186). Sum of RGB (Red+Green+Blue) = 237+176+186=599 (79% of max value = 765). Red value is 237 (92.97% from 255 or 39.57% from 599); Green value is 176 (69.14% from 255 or 29.38% from 599); Blue value is 186 (73.05% from 255 or 31.05% from 599); Max value from RGB is 237 - color contains mainly: red. Hex color #EDB0BA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EDB0BA is #124F45. Grayscale: #C3C3C3. Windows color (decimal): -1199942 or 12234989. OLE color: 12234989.

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

Color convert

RGB237176186-
CMYK00.260.220.07
HSL350.16º62.89%80.98%-
HSV(B)350.16º25.74%92.94%-
XYZ59.3152.653.48-
YUV195.38122.71157.69-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 39.57%
GREEN value IS 176 (69.14% from 255) = 29.38%
BLUE value IS 186 (73.05% from 255) = 31.05%
R=39.57%
G=29.38%
B=31.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.22
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23717618600.260.220.07350.1662.8980.98
HexEDB0BA01A16715e3f51
Octal35526027203226753677121
Binary111011011011000010111010011010101101111010111101111111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDB0BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDB0BA; }

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

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

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

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

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

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

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

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