#ECBDC3

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

Shades of Azalea #ECBDC3

Tints of Azalea #ECBDC3

Color information

#ECBDC3 (or 0xECBDC3) is unknown color: approx Azalea. HEX triplet: EC, BD and C3. RGB value is (236,189,195). Sum of RGB (Red+Green+Blue) = 236+189+195=620 (82% of max value = 765). Red value is 236 (92.58% from 255 or 38.06% from 620); Green value is 189 (74.22% from 255 or 30.48% from 620); Blue value is 195 (76.56% from 255 or 31.45% from 620); Max value from RGB is 236 - color contains mainly: red. Hex color #ECBDC3 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #ECBDC3 is #13423C. Grayscale: #CBCBCB. Windows color (decimal): -1262141 or 12828140. OLE color: 12828140.

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

Color convert

RGB236189195-
CMYK00.200.170.07
HSL352.34º55.29%83.33%-
HSV(B)352.34º19.92%92.55%-
XYZ62.6458.1759.56-
YUV203.74123.07151.01-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 38.06%
GREEN value IS 189 (74.22% from 255) = 30.48%
BLUE value IS 195 (76.56% from 255) = 31.45%
R=38.06%
G=30.48%
B=31.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.17
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23618919500.200.170.07352.3455.2983.33
HexECBDC30141171603753
Octal35427530302421754067123
Binary111011001011110111000011010100100011111011000001101111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECBDC3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECBDC3; }

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

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

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

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

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

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

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

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