#E9BDBF

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

Shades of Azalea #E9BDBF

Tints of Azalea #E9BDBF

Color information

#E9BDBF (or 0xE9BDBF) is unknown color: approx Azalea. HEX triplet: E9, BD and BF. RGB value is (233,189,191). Sum of RGB (Red+Green+Blue) = 233+189+191=613 (81% of max value = 765). Red value is 233 (91.41% from 255 or 38.01% from 613); Green value is 189 (74.22% from 255 or 30.83% from 613); Blue value is 191 (75% from 255 or 31.16% from 613); Max value from RGB is 233 - color contains mainly: red. Hex color #E9BDBF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E9BDBF is #164240. Grayscale: #CACACA. Windows color (decimal): -1458753 or 12565993. OLE color: 12565993.

HSL color Cylindrical-coordinate representation of color #E9BDBF: hue angle of 357.27º degrees, saturation: 0.5, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #E9BDBF is Cyan = 0, Magento = 0.19, Yellow = 0.18 and Black (K on CMYK) = 0.09.

Color convert

RGB233189191-
CMYK00.190.180.09
HSL357.27º50%82.75%-
HSV(B)357.27º18.88%91.37%-
XYZ61.2157.4857.16-
YUV202.38121.58149.84-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 38.01%
GREEN value IS 189 (74.22% from 255) = 30.83%
BLUE value IS 191 (75% from 255) = 31.16%
R=38.01%
G=30.83%
B=31.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.18
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23318919100.190.180.09357.275082.75
HexE9BDBF0131291653253
Octal351275277023221154562123
Binary1110100110111101101111110100111001010011011001011100101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E9BDBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E9BDBF; }

 p { color: rgb(233,189,191); }

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

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

 a { background-color: rgb(233,189,191); }

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

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

 span { border-color: rgb(233,189,191); }

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