#ECBDBE

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

Shades of Azalea #ECBDBE

Tints of Azalea #ECBDBE

Color information

#ECBDBE (or 0xECBDBE) is unknown color: approx Azalea. HEX triplet: EC, BD and BE. RGB value is (236,189,190). Sum of RGB (Red+Green+Blue) = 236+189+190=615 (81% of max value = 765). Red value is 236 (92.58% from 255 or 38.37% from 615); Green value is 189 (74.22% from 255 or 30.73% from 615); Blue value is 190 (74.61% from 255 or 30.89% from 615); Max value from RGB is 236 - color contains mainly: red. Hex color #ECBDBE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #ECBDBE is #134241. Grayscale: #CBCBCB. Windows color (decimal): -1262146 or 12500460. OLE color: 12500460.

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

Color convert

RGB236189190-
CMYK00.200.190.07
HSL358.72º55.29%83.33%-
HSV(B)358.72º19.92%92.55%-
XYZ62.0857.9556.63-
YUV203.17120.57151.42-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 38.37%
GREEN value IS 189 (74.22% from 255) = 30.73%
BLUE value IS 190 (74.61% from 255) = 30.89%
R=38.37%
G=30.73%
B=30.89%

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
Decimal23618919000.200.190.07358.7255.2983.33
HexECBDBE0141371673753
Octal35427527602423754767123
Binary111011001011110110111110010100100111111011001111101111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECBDBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECBDBE; }

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

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

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

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

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

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

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

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