#EDB9BD

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

Shades of Azalea #EDB9BD

Tints of Azalea #EDB9BD

Color information

#EDB9BD (or 0xEDB9BD) is unknown color: approx Azalea. HEX triplet: ED, B9 and BD. RGB value is (237,185,189). Sum of RGB (Red+Green+Blue) = 237+185+189=611 (80% of max value = 765). Red value is 237 (92.97% from 255 or 38.79% from 611); Green value is 185 (72.66% from 255 or 30.28% from 611); Blue value is 189 (74.22% from 255 or 30.93% from 611); Max value from RGB is 237 - color contains mainly: red. Hex color #EDB9BD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EDB9BD is #124642. Grayscale: #C9C9C9. Windows color (decimal): -1197635 or 12433901. OLE color: 12433901.

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

Color convert

RGB237185189-
CMYK00.220.200.07
HSL355.38º59.09%82.75%-
HSV(B)355.38º21.94%92.94%-
XYZ61.4656.3855.79-
YUV201121.23153.67-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 38.79%
GREEN value IS 185 (72.66% from 255) = 30.28%
BLUE value IS 189 (74.22% from 255) = 30.93%
R=38.79%
G=30.28%
B=30.93%

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
Decimal23718518900.220.200.07355.3859.0982.75
HexEDB9BD0161471633b53
Octal35527127502624754373123
Binary111011011011100110111101010110101001111011000111110111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDB9BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDB9BD; }

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

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

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

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

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

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

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

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