#EDB9BA

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

Shades of Azalea #EDB9BA

Tints of Azalea #EDB9BA

Color information

#EDB9BA (or 0xEDB9BA) is unknown color: approx Azalea. HEX triplet: ED, B9 and BA. RGB value is (237,185,186). Sum of RGB (Red+Green+Blue) = 237+185+186=608 (80% of max value = 765). Red value is 237 (92.97% from 255 or 38.98% from 608); Green value is 185 (72.66% from 255 or 30.43% from 608); Blue value is 186 (73.05% from 255 or 30.59% from 608); Max value from RGB is 237 - color contains mainly: red. Hex color #EDB9BA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EDB9BA is #124645. Grayscale: #C8C8C8. Windows color (decimal): -1197638 or 12237293. OLE color: 12237293.

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

Color convert

RGB237185186-
CMYK00.220.220.07
HSL358.85º59.09%82.75%-
HSV(B)358.85º21.94%92.94%-
XYZ61.1456.2554.09-
YUV200.66119.73153.92-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 38.98%
GREEN value IS 185 (72.66% from 255) = 30.43%
BLUE value IS 186 (73.05% from 255) = 30.59%
R=38.98%
G=30.43%
B=30.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.22
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23718518600.220.220.07358.8559.0982.75
HexEDB9BA0161671673b53
Octal35527127202626754773123
Binary111011011011100110111010010110101101111011001111110111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDB9BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDB9BA; }

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

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

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

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

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

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

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

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