#EDB9BB

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

Shades of Azalea #EDB9BB

Tints of Azalea #EDB9BB

Color information

#EDB9BB (or 0xEDB9BB) is unknown color: approx Azalea. HEX triplet: ED, B9 and BB. RGB value is (237,185,187). Sum of RGB (Red+Green+Blue) = 237+185+187=609 (80% of max value = 765). Red value is 237 (92.97% from 255 or 38.92% from 609); Green value is 185 (72.66% from 255 or 30.38% from 609); Blue value is 187 (73.44% from 255 or 30.71% from 609); Max value from RGB is 237 - color contains mainly: red. Hex color #EDB9BB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EDB9BB is #124644. Grayscale: #C8C8C8. Windows color (decimal): -1197637 or 12302829. OLE color: 12302829.

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

Color convert

RGB237185187-
CMYK00.220.210.07
HSL357.69º59.09%82.75%-
HSV(B)357.69º21.94%92.94%-
XYZ61.2456.2954.65-
YUV200.78120.23153.84-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 38.92%
GREEN value IS 185 (72.66% from 255) = 30.38%
BLUE value IS 187 (73.44% from 255) = 30.71%
R=38.92%
G=30.38%
B=30.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.21
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23718518700.220.210.07357.6959.0982.75
HexEDB9BB0161571663b53
Octal35527127302625754673123
Binary111011011011100110111011010110101011111011001101110111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDB9BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDB9BB; }

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

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

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

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

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

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

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

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