#ECBABD

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

Shades of Azalea #ECBABD

Tints of Azalea #ECBABD

Color information

#ECBABD (or 0xECBABD) is unknown color: approx Azalea. HEX triplet: EC, BA and BD. RGB value is (236,186,189). Sum of RGB (Red+Green+Blue) = 236+186+189=611 (80% of max value = 765). Red value is 236 (92.58% from 255 or 38.63% from 611); Green value is 186 (73.05% from 255 or 30.44% from 611); Blue value is 189 (74.22% from 255 or 30.93% from 611); Max value from RGB is 236 - color contains mainly: red. Hex color #ECBABD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #ECBABD is #134542. Grayscale: #C9C9C9. Windows color (decimal): -1262915 or 12434156. OLE color: 12434156.

HSL color Cylindrical-coordinate representation of color #ECBABD: hue angle of 356.4º degrees, saturation: 0.57, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #ECBABD is Cyan = 0, Magento = 0.21, Yellow = 0.20 and Black (K on CMYK) = 0.07.

Color convert

RGB236186189-
CMYK00.210.200.07
HSL356.4º56.82%82.75%-
HSV(B)356.4º21.19%92.55%-
XYZ61.3456.6255.84-
YUV201.29121.06152.76-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 38.63%
GREEN value IS 186 (73.05% from 255) = 30.44%
BLUE value IS 189 (74.22% from 255) = 30.93%
R=38.63%
G=30.44%
B=30.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.20
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23618618900.210.200.07356.456.8282.75
HexECBABD0151471643953
Octal35427227502524754471123
Binary111011001011101010111101010101101001111011001001110011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECBABD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECBABD; }

 p { color: rgb(236,186,189); }

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

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

 a { background-color: rgb(236,186,189); }

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

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

 span { border-color: rgb(236,186,189); }

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