#EABDC2

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

Shades of Azalea #EABDC2

Tints of Azalea #EABDC2

Color information

#EABDC2 (or 0xEABDC2) is unknown color: approx Azalea. HEX triplet: EA, BD and C2. RGB value is (234,189,194). Sum of RGB (Red+Green+Blue) = 234+189+194=617 (81% of max value = 765). Red value is 234 (91.80% from 255 or 37.93% from 617); Green value is 189 (74.22% from 255 or 30.63% from 617); Blue value is 194 (76.17% from 255 or 31.44% from 617); Max value from RGB is 234 - color contains mainly: red. Hex color #EABDC2 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EABDC2 is #15423D. Grayscale: #CBCBCB. Windows color (decimal): -1393214 or 12762602. OLE color: 12762602.

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

Color convert

RGB234189194-
CMYK00.190.170.08
HSL353.33º51.72%82.94%-
HSV(B)353.33º19.23%91.76%-
XYZ61.8757.7858.93-
YUV203.02122.91150.09-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 37.93%
GREEN value IS 189 (74.22% from 255) = 30.63%
BLUE value IS 194 (76.17% from 255) = 31.44%
R=37.93%
G=30.63%
B=31.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.17
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23418919400.190.170.08353.3351.7282.94
HexEABDC20131181613453
Octal352275302023211054164123
Binary1110101010111101110000100100111000110001011000011101001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EABDC2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EABDC2; }

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

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

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

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

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

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

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

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