#EDBABE

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

Shades of Azalea #EDBABE

Tints of Azalea #EDBABE

Color information

#EDBABE (or 0xEDBABE) is unknown color: approx Azalea. HEX triplet: ED, BA and BE. RGB value is (237,186,190). Sum of RGB (Red+Green+Blue) = 237+186+190=613 (81% of max value = 765). Red value is 237 (92.97% from 255 or 38.66% from 613); Green value is 186 (73.05% from 255 or 30.34% from 613); Blue value is 190 (74.61% from 255 or 31.00% from 613); Max value from RGB is 237 - color contains mainly: red. Hex color #EDBABE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EDBABE is #124541. Grayscale: #C9C9C9. Windows color (decimal): -1197378 or 12499693. OLE color: 12499693.

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

Color convert

RGB237186190-
CMYK00.220.200.07
HSL355.29º58.62%82.94%-
HSV(B)355.29º21.52%92.94%-
XYZ61.7856.8456.43-
YUV201.7121.4153.17-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 38.66%
GREEN value IS 186 (73.05% from 255) = 30.34%
BLUE value IS 190 (74.61% from 255) = 31.00%
R=38.66%
G=30.34%
B=31.00%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.20
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23718619000.220.200.07355.2958.6282.94
HexEDBABE0161471633b53
Octal35527227602624754373123
Binary111011011011101010111110010110101001111011000111110111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDBABE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDBABE; }

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

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

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

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

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

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

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

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