#EABDBF

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

Shades of Azalea #EABDBF

Tints of Azalea #EABDBF

Color information

#EABDBF (or 0xEABDBF) is unknown color: approx Azalea. HEX triplet: EA, BD and BF. RGB value is (234,189,191). Sum of RGB (Red+Green+Blue) = 234+189+191=614 (81% of max value = 765). Red value is 234 (91.80% from 255 or 38.11% from 614); Green value is 189 (74.22% from 255 or 30.78% from 614); Blue value is 191 (75% from 255 or 31.11% from 614); Max value from RGB is 234 - color contains mainly: red. Hex color #EABDBF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EABDBF is #154240. Grayscale: #CACACA. Windows color (decimal): -1393217 or 12565994. OLE color: 12565994.

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

Color convert

RGB234189191-
CMYK00.190.180.08
HSL357.33º51.72%82.94%-
HSV(B)357.33º19.23%91.76%-
XYZ61.5357.6557.17-
YUV202.68121.41150.34-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 38.11%
GREEN value IS 189 (74.22% from 255) = 30.78%
BLUE value IS 191 (75% from 255) = 31.11%
R=38.11%
G=30.78%
B=31.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.18
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23418919100.190.180.08357.3351.7282.94
HexEABDBF0131281653453
Octal352275277023221054564123
Binary1110101010111101101111110100111001010001011001011101001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EABDBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EABDBF; }

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

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

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

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

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

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

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

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