#ECBDC0

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

Shades of Azalea #ECBDC0

Tints of Azalea #ECBDC0

Color information

#ECBDC0 (or 0xECBDC0) is unknown color: approx Azalea. HEX triplet: EC, BD and C0. RGB value is (236,189,192). Sum of RGB (Red+Green+Blue) = 236+189+192=617 (81% of max value = 765). Red value is 236 (92.58% from 255 or 38.25% from 617); Green value is 189 (74.22% from 255 or 30.63% from 617); Blue value is 192 (75.39% from 255 or 31.12% from 617); Max value from RGB is 236 - color contains mainly: red. Hex color #ECBDC0 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #ECBDC0 is #13423F. Grayscale: #CBCBCB. Windows color (decimal): -1262144 or 12631532. OLE color: 12631532.

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

Color convert

RGB236189192-
CMYK00.200.190.07
HSL356.17º55.29%83.33%-
HSV(B)356.17º19.92%92.55%-
XYZ62.358.0357.79-
YUV203.4121.57151.26-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 38.25%
GREEN value IS 189 (74.22% from 255) = 30.63%
BLUE value IS 192 (75.39% from 255) = 31.12%
R=38.25%
G=30.63%
B=31.12%

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
Decimal23618919200.200.190.07356.1755.2983.33
HexECBDC00141371643753
Octal35427530002423754467123
Binary111011001011110111000000010100100111111011001001101111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECBDC0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECBDC0; }

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

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

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

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

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

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

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

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