#EABDBE

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

Shades of Azalea #EABDBE

Tints of Azalea #EABDBE

Color information

#EABDBE (or 0xEABDBE) is unknown color: approx Azalea. HEX triplet: EA, BD and BE. RGB value is (234,189,190). Sum of RGB (Red+Green+Blue) = 234+189+190=613 (81% of max value = 765). Red value is 234 (91.80% from 255 or 38.17% from 613); Green value is 189 (74.22% from 255 or 30.83% from 613); Blue value is 190 (74.61% from 255 or 31.00% from 613); Max value from RGB is 234 - color contains mainly: red. Hex color #EABDBE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EABDBE is #154241. Grayscale: #CACACA. Windows color (decimal): -1393218 or 12500458. OLE color: 12500458.

HSL color Cylindrical-coordinate representation of color #EABDBE: hue angle of 358.67º 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 #EABDBE is Cyan = 0, Magento = 0.19, Yellow = 0.19 and Black (K on CMYK) = 0.08.

Color convert

RGB234189190-
CMYK00.190.190.08
HSL358.67º51.72%82.94%-
HSV(B)358.67º19.23%91.76%-
XYZ61.4257.6156.6-
YUV202.57120.91150.42-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 38.17%
GREEN value IS 189 (74.22% from 255) = 30.83%
BLUE value IS 190 (74.61% from 255) = 31.00%
R=38.17%
G=30.83%
B=31.00%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.19
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23418919000.190.190.08358.6751.7282.94
HexEABDBE0131381673453
Octal352275276023231054764123
Binary1110101010111101101111100100111001110001011001111101001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EABDBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EABDBE; }

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

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

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

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

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

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

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

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