#ECBDBF

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

Shades of Azalea #ECBDBF

Tints of Azalea #ECBDBF

Color information

#ECBDBF (or 0xECBDBF) is unknown color: approx Azalea. HEX triplet: EC, BD and BF. RGB value is (236,189,191). Sum of RGB (Red+Green+Blue) = 236+189+191=616 (81% of max value = 765). Red value is 236 (92.58% from 255 or 38.31% from 616); Green value is 189 (74.22% from 255 or 30.68% from 616); Blue value is 191 (75% from 255 or 31.01% from 616); Max value from RGB is 236 - color contains mainly: red. Hex color #ECBDBF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #ECBDBF is #134240. Grayscale: #CBCBCB. Windows color (decimal): -1262145 or 12565996. OLE color: 12565996.

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

Color convert

RGB236189191-
CMYK00.200.190.07
HSL357.45º55.29%83.33%-
HSV(B)357.45º19.92%92.55%-
XYZ62.1957.9957.21-
YUV203.28121.07151.34-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 38.31%
GREEN value IS 189 (74.22% from 255) = 30.68%
BLUE value IS 191 (75% from 255) = 31.01%
R=38.31%
G=30.68%
B=31.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.19
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23618919100.200.190.07357.4555.2983.33
HexECBDBF0141371653753
Octal35427527702423754567123
Binary111011001011110110111111010100100111111011001011101111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECBDBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECBDBF; }

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

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

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

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

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

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

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

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