#EDBCBE

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

Shades of Azalea #EDBCBE

Tints of Azalea #EDBCBE

Color information

#EDBCBE (or 0xEDBCBE) is unknown color: approx Azalea. HEX triplet: ED, BC and BE. RGB value is (237,188,190). Sum of RGB (Red+Green+Blue) = 237+188+190=615 (81% of max value = 765). Red value is 237 (92.97% from 255 or 38.54% from 615); Green value is 188 (73.83% from 255 or 30.57% from 615); Blue value is 190 (74.61% from 255 or 30.89% from 615); Max value from RGB is 237 - color contains mainly: red. Hex color #EDBCBE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EDBCBE is #124341. Grayscale: #CACACA. Windows color (decimal): -1196866 or 12500205. OLE color: 12500205.

HSL color Cylindrical-coordinate representation of color #EDBCBE: hue angle of 357.55º degrees, saturation: 0.58, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #EDBCBE is Cyan = 0, Magento = 0.21, Yellow = 0.20 and Black (K on CMYK) = 0.07.

Color convert

RGB237188190-
CMYK00.210.200.07
HSL357.55º57.65%83.33%-
HSV(B)357.55º20.68%92.94%-
XYZ62.257.6956.57-
YUV202.88120.73152.34-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 38.54%
GREEN value IS 188 (73.83% from 255) = 30.57%
BLUE value IS 190 (74.61% from 255) = 30.89%
R=38.54%
G=30.57%
B=30.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.20
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23718819000.210.200.07357.5557.6583.33
HexEDBCBE0151471663a53
Octal35527427602524754672123
Binary111011011011110010111110010101101001111011001101110101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDBCBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDBCBE; }

 p { color: rgb(237,188,190); }

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

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

 a { background-color: rgb(237,188,190); }

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

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

 span { border-color: rgb(237,188,190); }

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