#E9BEBF

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

Shades of Azalea #E9BEBF

Tints of Azalea #E9BEBF

Color information

#E9BEBF (or 0xE9BEBF) is unknown color: approx Azalea. HEX triplet: E9, BE and BF. RGB value is (233,190,191). Sum of RGB (Red+Green+Blue) = 233+190+191=614 (81% of max value = 765). Red value is 233 (91.41% from 255 or 37.95% from 614); Green value is 190 (74.61% from 255 or 30.94% from 614); Blue value is 191 (75% from 255 or 31.11% from 614); Max value from RGB is 233 - color contains mainly: red. Hex color #E9BEBF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E9BEBF is #164140. Grayscale: #CBCBCB. Windows color (decimal): -1458497 or 12566249. OLE color: 12566249.

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

Color convert

RGB233190191-
CMYK00.180.180.09
HSL358.6º49.43%82.94%-
HSV(B)358.6º18.45%91.37%-
XYZ61.4257.9157.23-
YUV202.97121.25149.42-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 37.95%
GREEN value IS 190 (74.61% from 255) = 30.94%
BLUE value IS 191 (75% from 255) = 31.11%
R=37.95%
G=30.94%
B=31.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.18
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23319019100.180.180.09358.649.4382.94
HexE9BEBF0121291673153
Octal351276277022221154761123
Binary1110100110111110101111110100101001010011011001111100011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E9BEBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E9BEBF; }

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

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

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

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

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

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

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

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