#EDB5BA

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

Shades of Blossom #EDB5BA

Tints of Blossom #EDB5BA

Color information

#EDB5BA (or 0xEDB5BA) is unknown color: approx Blossom. HEX triplet: ED, B5 and BA. RGB value is (237,181,186). Sum of RGB (Red+Green+Blue) = 237+181+186=604 (80% of max value = 765). Red value is 237 (92.97% from 255 or 39.24% from 604); Green value is 181 (71.09% from 255 or 29.97% from 604); Blue value is 186 (73.05% from 255 or 30.79% from 604); Max value from RGB is 237 - color contains mainly: red. Hex color #EDB5BA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EDB5BA is #124A45. Grayscale: #C6C6C6. Windows color (decimal): -1198662 or 12236269. OLE color: 12236269.

HSL color Cylindrical-coordinate representation of color #EDB5BA: hue angle of 354.64º degrees, saturation: 0.61, 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 #EDB5BA is Cyan = 0, Magento = 0.24, Yellow = 0.22 and Black (K on CMYK) = 0.07.

Color convert

RGB237181186-
CMYK00.240.220.07
HSL354.64º60.87%81.96%-
HSV(B)354.64º23.63%92.94%-
XYZ60.3154.653.81-
YUV198.31121.05155.59-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 39.24%
GREEN value IS 181 (71.09% from 255) = 29.97%
BLUE value IS 186 (73.05% from 255) = 30.79%
R=39.24%
G=29.97%
B=30.79%

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
Decimal23718118600.240.220.07354.6460.8781.96
HexEDB5BA0181671633d52
Octal35526527203026754375122
Binary111011011011010110111010011000101101111011000111111011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDB5BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDB5BA; }

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

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

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

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

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

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

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

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